Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Graphs in Data Science @ Big Data Canarias 2014...
Search
Alberto Perdomo
June 16, 2014
Technology
4
140
Graphs in Data Science @ Big Data Canarias 2014 (ULL)
Alberto Perdomo
June 16, 2014
Tweet
Share
More Decks by Alberto Perdomo
See All by Alberto Perdomo
GrapheneDB: Neo4j as a service @ GraphConnect London 2013
albertoperdomo
0
180
GrapheneDB: Neo4j as a service @ GraphConnect SF 2013
albertoperdomo
0
35
Graph databases
albertoperdomo
1
190
Rails for Mobile Devices @ Conferencia Rails 2011
albertoperdomo
3
220
Other Decks in Technology
See All in Technology
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
150
Claude Codeの進化と各機能の活かし方
oikon48
12
5k
【SLO】"多様な期待値" と向き合ってみた
z63d
2
310
EMからVPoEを経てCTOへ:マネジメントキャリアパスにおける葛藤と成長
kakehashi
PRO
7
920
JAWS DAYS 2026 CDP道場 事前説明会 / JAWS DAYS 2026 CDP Dojo briefing document
naospon
0
190
Agentic Software Modernization - Back to the Roots (Zürich Agentic Coding and Architectures, März 2026)
feststelltaste
1
180
マネージャー版 "提案のレベル" を上げる
konifar
19
13k
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
180
OpenClawで回す組織運営
jacopen
2
560
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
150
型を書かないRuby開発への挑戦
riseshia
0
190
男(監査)はつらいよ - Policy as CodeからAIエージェントへ
ken5scal
5
740
Featured
See All Featured
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
220
The Spectacular Lies of Maps
axbom
PRO
1
580
Rails Girls Zürich Keynote
gr2m
96
14k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
96
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
130
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
190
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
How to Talk to Developers About Accessibility
jct
2
140
エンジニアに許された特別な時間の終わり
watany
106
240k
Are puppies a ranking factor?
jonoalderson
1
3.1k
Designing for Performance
lara
611
70k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Transcript
GRAPHS IN DATA SCIENCE by Alberto Perdomo
OF THE 21ST CENTURY Harvard Business Review SEXIEST JOB
None
None
LARGE Datasets
COMPLEX Datasets
NETWORKS
GRAPHS
http://blog.linkedin.com/2011/01/24/linkedin-inmaps/
PATTERNS EXTRACT
GRAPH THEORY
None
Triadic Closure
FRIENDS FRIENDS FRIENDS A C B
Structural balance
ENEMIES FRIENDS A FRIENDS ??! B C
ENEMIES FRIENDS ENEMIES ! A C B
Bridges
BRIDGE
None
Paths
None
NEO4J
:User :Artist :User username: “adam” username: “michael” name: “Rolling Stones”
since: “2013-08-02” :FRIENDS_WITH :LIKES :LIKES
[email protected]
| @albertoperdomo
Graph Algos
None
CYPHER IN 2 MINUTES
( )
a (a)
a (a:User) :User
a (a:User {username: “adam”}) :User username: “adam”
(a)-->(b) a b
( )—->( )<—-( )
( )—->( )—-( )
(a)-[:LIKES]->(b) a b :LIKES
(a:User)-[:LIKES]->(b) a b :LIKES :User
MATCH (a:User)-[:LIKES]->(b) RETURN b
GO!
username: “adam” username: “michael” :User :Business :User name: “Momofuku” :FRIENDS_WITH
:LIKES :IS_A :BusinessCategory name: “Japanese Restaurant” :Neighbourhood name: “Manhattan” :City name: “NYC” :BusinessCategory name: “Restaurant” :IS_A :IS_IN :IS_IN
RETURN r MATCH (u:User {username:”adam"})-[:FRIENDS_WITH]-(f), (f)-[:LIKES]->(r:Restaurant)-[:IS_IN]->(:City {name:”NYC"})
[email protected]
| @albertoperdomo Slide by Alistair Jones - @apcj (Neo
Technology)
USE CASES
SOCIAL NETWORKS 44
BIOINFORMATICS 45
PHARMACOLOGY & MEDICINE 46
GEOSPATIAL 47
BUSINESS INTELLIGENCE 48
TELCO 49
FINANCE 50
AND MUCH MORE… 51
CURIOUS?
neo4j.com 53
[email protected]
| @albertoperdomo GrapheneDB
[email protected]
| @albertoperdomo www.graphenedb.com
@albertoperdomo
[email protected]
THANKS!