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
170
GrapheneDB: Neo4j as a service @ GraphConnect SF 2013
albertoperdomo
0
30
Graph databases
albertoperdomo
1
180
Rails for Mobile Devices @ Conferencia Rails 2011
albertoperdomo
3
210
Other Decks in Technology
See All in Technology
ヘブンバーンズレッドにおける、世界観を活かしたミニゲーム企画の作り方
gree_tech
PRO
0
430
大「個人開発サービス」時代に僕たちはどう生きるか
sotarok
5
1.1k
Kubernetes における cgroup driver のしくみ: runwasi の bugfix より
z63d
2
110
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
2
2k
Kubernetes における cgroup v2 でのOut-Of-Memory 問題の解決
pfn
PRO
0
440
Flutterでキャッチしないエラーはどこに行く
taiju59
0
210
AI エージェントとはそもそも何か? - 技術背景から Amazon Bedrock AgentCore での実装まで- / AI Agent Unicorn Day 2025
hariby
2
520
Kiroと学ぶコンテキストエンジニアリング
oikon48
5
5.5k
実運用で考える PGO
kworkdev
PRO
0
130
Bye-Bye Query Spaghetti: Write Queries You'll Actually Understand Using Pipelined SQL Syntax
tobiaslampertlotum
0
120
事業価値と Engineering
recruitengineers
PRO
8
5.4k
JavaScript 研修
recruitengineers
PRO
6
1.4k
Featured
See All Featured
Being A Developer After 40
akosma
90
590k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
We Have a Design System, Now What?
morganepeng
53
7.8k
Practical Orchestrator
shlominoach
190
11k
Statistics for Hackers
jakevdp
799
220k
How to train your dragon (web standard)
notwaldorf
96
6.2k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Typedesign – Prime Four
hannesfritz
42
2.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6.1k
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!