Dav LVC-2
Dav LVC-2
[email protected]
DEWPNZAQ4Y Network Analysis
Network analysis
[email protected]
DEWPNZAQ4Y
Network research:
In recent years network research witnessed a big change:
[email protected]
DEWPNZAQ4Y
From study of a single graph on 10-100 nodes to the statistical
properties of large networks on millions of nodes
Characterize the structure of networks
Identify important nodes / edges in a network
Identify missing links in a network
[email protected]
DEWPNZAQ4Y
adjacency list
undirected graph 1 − 2 − 3: E = {{1, 2}, {2, 3}}
directed graph 1 → 2 ← 3: E = {(1, 2), (3, 2)}
[email protected]
adjacency matrix of size n × n (where n = |V |) with
DEWPNZAQ4Y
1 if (i, j) ∈ E
Aij =
0 otherwise
How does the adjacency matrix of an undirected graph look like? How to
count
Thisthe
filenumber
is meantoffor
friends or suggest
personal new friends in a social network?
use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
Caroline Uhler (MIT) Network Analysis Great Learning 7 / 25
Representation of a network
[email protected]
DEWPNZAQ4Y
connected components
[email protected]
DEWPNZAQ4Y
degree distribution
[email protected]
DEWPNZAQ4Y
1e+06
Number of components
1e+04
[email protected]
DEWPNZAQ4Y
1e+02 1e+00
Figure 3. Component size distribution. The fraction of components with a given component size
Component
onThis
a log-log issize
filescale.
meantdistribution
for personal
Most vertices
in the
use
(99.91%) are
2011 Facebook
bylargest
in the
network on a log-log
[email protected]
component. only.
scale. Most vertices (99.91%) are in the largest component.
Sharing or publishing the contents in part or full is liable for legal action.
Caroline[48].
algorithm UhlerWe
(MIT) Network
find that the average distance Analysis pairs of users was 4.7 for Great
between Learning
Facebook 10 / 25
users and
Degree distribution of the Internet
Degree of a node: number of edges connected to a node
[email protected]
DEWPNZAQ4Y
[email protected]
DEWPNZAQ4Y
1e−01
Fraction
[email protected]
1e−05
DEWPNZAQ4Y
Global Glo
1e−07
U.S. U.S
1 5 50 500 5000 1 5
Degree
(a)
This file is meant for personal
From “The Anatomy ofuse by [email protected]
the Facebook only.
Social Graph” by Ugander et al. (2011)
Sharing or publishing the contents in part or full is liable for legal action.
Figure
Caroline Uhler (MIT) 1. Degree Network
distribution
Analysis p . (a) The fraction of users with
Great Learning 12 / 25de
Diameter of a graph
Let dij denote the length of the geodesic path (or shortest path)
between node i and j
Let dij denote the length of the geodesic path (or shortest path)
between node i and j
DEWPNZAQ4Y
0.0 0.2
0 2 4 6 8 10
hop distance
[email protected]
DEWPNZAQ4Y
[email protected]
DEWPNZAQ4Y
[email protected]
DEWPNZAQ4Y
In a friendship network:
high closeness centrality: person that could best inform the group
30
25
20
15
10
5
0
1 2 3 4 5 6 7 8 9 10 11
Phase 3
Phase 6
[email protected]
DEWPNZAQ4Y
Phase 8 Phase 11
Steiner tree:
shortest subnetwork that contains a given set of nodes
NP-complete problem
[email protected]
there exist polynomial time approximations
DEWPNZAQ4Y