Dav LVC-2
Dav LVC-2
Dav LVC-2
adukejyme1990@gmail.com
DEWPNZAQ4Y Network Analysis
Network analysis
adukejyme1990@gmail.com
DEWPNZAQ4Y
Network research:
In recent years network research witnessed a big change:
adukejyme1990@gmail.com
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
adukejyme1990@gmail.com
DEWPNZAQ4Y
adjacency list
undirected graph 1 − 2 − 3: E = {{1, 2}, {2, 3}}
directed graph 1 → 2 ← 3: E = {(1, 2), (3, 2)}
adukejyme1990@gmail.com
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 adukejyme1990@gmail.com 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
adukejyme1990@gmail.com
DEWPNZAQ4Y
connected components
adukejyme1990@gmail.com
DEWPNZAQ4Y
degree distribution
adukejyme1990@gmail.com
DEWPNZAQ4Y
1e+06
Number of components
1e+04
adukejyme1990@gmail.com
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
adukejyme1990@gmail.com
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
adukejyme1990@gmail.com
DEWPNZAQ4Y
adukejyme1990@gmail.com
DEWPNZAQ4Y
1e−01
Fraction
adukejyme1990@gmail.com
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 adukejyme1990@gmail.com
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
adukejyme1990@gmail.com
0.4
DEWPNZAQ4Y
0.0 0.2
0 2 4 6 8 10
hop distance
adukejyme1990@gmail.com
DEWPNZAQ4Y
adukejyme1990@gmail.com
DEWPNZAQ4Y
adukejyme1990@gmail.com
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
adukejyme1990@gmail.com
DEWPNZAQ4Y
Phase 8 Phase 11
Steiner tree:
shortest subnetwork that contains a given set of nodes
NP-complete problem
adukejyme1990@gmail.com
there exist polynomial time approximations
DEWPNZAQ4Y