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
A brief introduction to graph theory
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Data Science DC
April 15, 2019
Science
0
1.1k
A brief introduction to graph theory
Introduction to graph theory delivered at Data Science DC on April 15, 2019.
Data Science DC
April 15, 2019
Tweet
Share
More Decks by Data Science DC
See All by Data Science DC
Data Dive - World Bank and DSDC
dsdc
0
280
Graph algorithms for improving ML predictions
dsdc
1
230
Other Decks in Science
See All in Science
NDCG is NOT All I Need
statditto
2
2.9k
データマイニング - グラフデータと経路
trycycle
PRO
1
300
高校生就活へのDA導入の提案
shunyanoda
1
6.2k
SpatialRDDパッケージによる空間回帰不連続デザイン
saltcooky12
0
180
20260220 OpenIDファウンデーション・ジャパン ご紹介 / 20260220 OpenID Foundation Japan Intro
oidfj
0
110
Lean4による汎化誤差評価の形式化
milano0017
1
450
凸最適化からDC最適化まで
santana_hammer
1
370
Collective Predictive Coding as a Unified Theory for the Socio-Cognitive Human Minds
tanichu
0
170
Navigating Weather and Climate Data
rabernat
0
130
20251212_LT忘年会_データサイエンス枠_新川.pdf
shinpsan
0
250
知能とはなにかーヒトとAIのあいだー
tagtag
PRO
0
180
安心・効率的な医療現場の実現へ ~オンプレAI & ノーコードワークフローで進める業務改革~
siyoo
0
470
Featured
See All Featured
[SF Ruby Conf 2025] Rails X
palkan
2
800
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
200
A Soul's Torment
seathinner
5
2.4k
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
50k
Documentation Writing (for coders)
carmenintech
77
5.3k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
72k
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
370
WCS-LA-2024
lcolladotor
0
470
Optimizing for Happiness
mojombo
378
71k
Design in an AI World
tapps
0
160
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
360
What's in a price? How to price your products and services
michaelherold
247
13k
Transcript
A Short Primer on Graph Data and Analysis Tommy Jones
Delivered at Data Science DC 15 April 2019
https://thenounproject.com/
http://photoartinc.com/akward-family-photos-13/
http://www.sthda.com/english/articles/33-social-network-analysis/136-network-analysis-and-manipulation-using-r/
None
The Adjacency Matrix a b c d e 0 1
1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 a b c d e e d c b a
Bipartite Graphs Phil Mary Jay place 1 place 2 1
0 1 1 0 1 place 1 place 2 Jay Mary Phil
Edge Lists a b c d e
Graph Structure
Degree Centrality http://www.sthda.com/english/articles/33-social-network-analysis/136-network-analysis-and-manipulation-using-r/
Betweenness Centrality a b c d e
https://www.slideshare.net/gcheliotis/social-network-analysis-3273045
Walks and Paths https://math.stackexchange.com/questions/1890620/finding-path-lengths-by-the-power-of-adjacency-matrix-of-an-undirected-graph
Network Layout https://neo4j.com/graph-visualization-neo4j/
Community detection
https://www.math3ma.com/blog/matrices-probability-graphs
None