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
160
GrapheneDB: Neo4j as a service @ GraphConnect SF 2013
albertoperdomo
0
24
Graph databases
albertoperdomo
1
170
Rails for Mobile Devices @ Conferencia Rails 2011
albertoperdomo
3
200
Other Decks in Technology
See All in Technology
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
410
Evangelismo técnico: ¿qué, cómo y por qué?
trishagee
0
360
障害対応指揮の意思決定と情報共有における価値観 / Waroom Meetup #2
arthur1
5
480
Lambdaと地方とコミュニティ
miu_crescent
2
370
AIチャットボット開発への生成AI活用
ryomrt
0
170
Can We Measure Developer Productivity?
ewolff
1
150
これまでの計測・開発・デプロイ方法全部見せます! / Findy ISUCON 2024-11-14
tohutohu
3
370
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
SRE×AIOpsを始めよう!GuardDutyによるお手軽脅威検出
amixedcolor
0
140
OS 標準のデザインシステムを超えて - より柔軟な Flutter テーマ管理 | FlutterKaigi 2024
ronnnnn
0
170
Terraform未経験の御様に対してどの ように導⼊を進めていったか
tkikuchi
2
450
Terraform CI/CD パイプラインにおける AWS CodeCommit の代替手段
hiyanger
1
240
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
It's Worth the Effort
3n
183
27k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
GitHub's CSS Performance
jonrohan
1030
460k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
The Cult of Friendly URLs
andyhume
78
6k
The Language of Interfaces
destraynor
154
24k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
How to train your dragon (web standard)
notwaldorf
88
5.7k
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!