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
31
Graph databases
albertoperdomo
1
180
Rails for Mobile Devices @ Conferencia Rails 2011
albertoperdomo
3
210
Other Decks in Technology
See All in Technology
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
280
Claude Code でアプリ開発をオートパイロットにするためのTips集 Zennの場合 / Claude Code Tips in Zenn
wadayusuke
5
1.9k
20250905_MeetUp_Ito-san_s_presentation.pdf
magicpod
1
100
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
480
組織を巻き込む大規模プラットフォーム移行戦略 〜50+サービスのマルチリージョン・マルチプロダクト化で学んだステークホルダー協働の実践〜 / Platform migration strategy engaging all stakeholders
toshi0607
2
200
Rustから学ぶ 非同期処理の仕組み
skanehira
1
150
Snowflake×dbtを用いたテレシーのデータ基盤のこれまでとこれから
sagara
0
130
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
210
Modern Linux
oracle4engineer
PRO
0
160
DroidKaigi 2025 Androidエンジニアとしてのキャリア
mhidaka
2
390
COVESA VSSによる車両データモデルの標準化とAWS IoT FleetWiseの活用
osawa
1
400
はじめてのOSS開発からみえたGo言語の強み
shibukazu
4
1k
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Fireside Chat
paigeccino
39
3.6k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
It's Worth the Effort
3n
187
28k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Navigating Team Friction
lara
189
15k
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!