SlideShare a Scribd company logo
Social Networks & Structure
Block 4
This block comprises the remaining
second part of the course
Aim Block 4
To understand
The emergence of social networks & their
consequences for individual behavior and well-being
How do networks emerge (form)?
How do networks influence behavior?
Lecture 8
B a c k g r o u n d &
F u n d a m e n t a l s o f
Social Networks
Lecture 8
Aim Lecture 8
To learn
Basic ways of navigating through a network
How to represent networks
Some elements of the structure of a network
Nodes, links...
Walks, paths, cycles...
Components, Neighborhoods, clustering
Network Studies
Social Networks
People’s relationships show patterns
SOCIAL NETWORKS
These social networks affect people’s lives considerably
Social Networks
Examples
Western industrialized countries
Marsden & Gorman, 2001
Between 1/3 & 2/3 of the working population
found their job through informal social ties
Chances of illness, recovery or dying
Partly depend on people’s network
House, Landis & Umberson, 1988
Participation in political protest
Affected by friendship and family networks
Opp & Gern, 1993
study networks
Many disciplines
Sociology
In the course we will look at networks in which
Phone networks - Email networks - Marriages -
Friendships - co-authorships - collaborations
Decision-making people are the nodes
Economics
Computer Science
Statistical Physics
Mathematics (graphs theory)
Relationships between different
people, organizations, countries
Example
Facebook - Friendship relations
Mary
Ana Tom
Link between two people indicates they are friends (relationship)
Ana is friends with Tom & Mary
Centrality - How many paths does a person have between others
If Mary & Tom want to meet they need to go through Ana
Ana lies in the shortest path between Tom & Mary
Popularity
There are different kinds
Patterns in Networks
Global patterns
How are the different connectedness of individuals distributed
in the society (people well connected, or not)?
How long does it take me to reach one person from another
(path lengths)?
Segregation patterns
If people have different characteristics (types), do we see
separation between them?
There are different kinds
Patterns in Networks
Local patterns
Do we see tight clusters of people connected to each other?
Positions in networks
How influential is somebody in the network (centrality)?
Are my friends friends between each other (transitivity)?
We will be looking at networks overall & also
zooming-in to the individuals
Macro and Micro levels
Representing Networks
Some notations
N={1,...n}
gij=1
nodes, vertices, players
g in {0,1}nxn adjacency matrix
a b c d
a
b
c
d
0 1 0 0
1 0 1 1
0 1 0 0
0 1 0 0
a b
cd
link, tie, edge between i and j
ij in g alternative notation
Network (N,g) pair: set of nodes and adj. matrix
g=
Ways of navigating through a network
Basic Definitions
A walk from i1 to ik: a sequence of nodes (i1, i2,...,ik) and a
sequence of links (i1i2,i2i3,...,ik-1ik) such that ik-1ik in g for each k
A sequence of links that take you
from the first node to the last node
A path is a walk (i1, i2,...,ik) with each node ik distinct
A cycle is a walk where i1 = ik
A geodesic is a shortest path between two nodes
Represented by its nodes (i1, i2,...,ik)
Illustration
1
2 3
4 5
6
7
A path (and a walk) from 1 to 7:
1,2,3,4,5,6,7
1
2 3
4 5
6
7
Walk from 1 to 7 that is not a path
1,2,3,4,5,3,7
1
2 3
4 5
6
7
Simple cycle (and a walk)
from 1 to 1: 1,2,3,1
1
2 3
4 5
6
7
Cycle (and a walk) from 1 to 1:
1,2,3,4,5,3,1
walks, paths, cycles
Importance
will help us understand
Centrality
Diffusion
Transmission of information
Subgraphs that make up the network
Components
Connectivity
A network (N,g) is connected if there is a path between every
two nodes
I can reach any node from any other node
Component
A maximally connected subgraph
- (N’,g’) is a subset of (N,g)
- (N’,g’) is connected
- i in N’ and ij in g, implies j in N’ and ij in g’
Most social networks(even large) have the property
that a large portion of nodes are connected
Illustration
Is this a component?
1
2
3 4
5 10
6
7 8
9
Is the subset of nodes {3,4,5} and links {3-4,4-5,5-3}
maximally connected?
Can we find any player connected to either of the
nodes in the subset {3,4,5} who is not in our
selected “component”?
Illustration
This is not a component: player 1 is left out
1
2
3 4
5 10
6
7 8
9
What are the components in this network?
Illustration
This is not a component: player 1 is left out
1
2
3 4
5 10
6
7 8
9
1
2
3 4
5 10
6
7 8
9
This is a network with 4 components
Tend to have short path lengths
Real life networks
We connect a large number of nodes
using fairly small number of links
Milgram (1967) - Experiment
Ask people to send letters from one part of the US to another
I have to send a letter to John
Smith, who lives in Massachusetts,
who is a lawyer, and I live in
Nebraska
Send the letter to someone you know, tell them to send them
to somebody they know, and so forth...
The intent is reaching the person the letter is sent to
Findings
Milgram (1967) - How many steps?
Median 5 for the 25% of the letters that made it
Quite small - consider you start from an individual to reach
another, in the other side of the country, without knowing her
Coauthorship studies - Reaching one author from another
Grossman (1999) Math: mean 7.6, max 27
Newman (2001) Physics: mean 5.9, max 20
Goyal et al. (2004) Economics: mean 9.5, max 29
WWW - Reaching one page from another
Adamik & Pitkow (1999): mean 3.1 (in 85% of 50 million possible
pages
Facebook - Reaching one person from another
Backstrom et al. (2012): mean 4.74 (721 million users)
Definitions
Neighborhood & Degree
The neighborhood of a node i: Ni(g)={j|ij in g}
The set of other nodes that i is linked to in g
The degree of a node i: di=#Ni(g)
Count how many neighbors i has in g
Basic ideas that will be very important
along the rest of the course
Average degree tells only part of the story
Degree Distributions
Do most nodes have very similar or very different degrees?
Does everyone has one or two
If we want to understand some
properties of the network
1 2 3 4 5 6 7
Does some have 6 and others 1
1
2 3
4 5
6
7
Different properties (i.e., diffusion)
What fraction of my friends
are friends with each other
Clustering
Take a given node i i
k
j
Choose two neighbors j and k
What is the chance that j and k are friends?
What is the frequency of links among the friends of i?
Clustering of i: Cli(g)=#{kj in g|k,j in Ni(g)}/#{kj|k,j in Ni(g)}
Fraction: How many pairs of my friends are connected
to each other divided by every pair of friends I have
Average Clustering: Mean of all the individual clusterings
Overall Clustering: Aggregate of all the individual clusterings
Illustration
i
Average tends to 1
Overall tends to 0
Friendship network
In groups all friends are friends
They are not friends between the groups
Assume
We add, to player i, more groups of 3, all friends with each other
My friends are friends
Transitivity
i
k
j
Tendency towards transitivity
The existence of two links ij in g and jk in g often makes
it more likely that also the link ik in g exists:
prob(ik|ij,jk in g) > prob(ik in g|ij in g and ik not in g)
Observed in many real-life networks:
If people link because they share common attributes (i.e., race),
transitivity is one of the consequences. (Simmel, 1908)
In networks of inter-firm alliances transitivity is common, for it
helps reduce risk of opportunistic behavior by sharing common
partners (Gulati, 1998)
Checklist
Many relationships are networked
i
k
j
Understanding network structure can help us
understand behavior & outcomes
Networks are complex
But can be partly described by some characteristics
- Degree distribution
- Clustering
In the next lecture we will check
network characteristics & behavior
Questions?

More Related Content

What's hot

Community detection
Community detectionCommunity detection
Community detection
Scott Pauls
 
Rdbms Chapter 3
Rdbms   Chapter 3Rdbms   Chapter 3
Rdbms Chapter 3
Munazza-Mah-Jabeen
 
Community detection algorithms
Community detection algorithmsCommunity detection algorithms
Community detection algorithms
Alireza Andalib
 
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
Daniel Katz
 
4. social network analysis
4. social network analysis4. social network analysis
4. social network analysis
Lokesh Ramaswamy
 
Exploratory social network analysis with pajek
Exploratory social network analysis with pajekExploratory social network analysis with pajek
Exploratory social network analysis with pajek
THomas Plotkowiak
 
Putting Contacts into Context: Mobility Modeling beyond Inter-Contact Times
Putting Contacts into Context: Mobility Modeling beyond Inter-Contact TimesPutting Contacts into Context: Mobility Modeling beyond Inter-Contact Times
Putting Contacts into Context: Mobility Modeling beyond Inter-Contact Times
Theus Hossmann
 
Social Contagion Theory
Social Contagion TheorySocial Contagion Theory
Social Contagion Theory
augustodefranco .
 
Clique-based Network Clustering
Clique-based Network ClusteringClique-based Network Clustering
Clique-based Network Clustering
Guang Ouyang
 
Community Detection
Community Detection Community Detection
Community Detection
Kanika Kanwal
 
08 Inference for Networks – DYAD Model Overview (2017)
08 Inference for Networks – DYAD Model Overview (2017)08 Inference for Networks – DYAD Model Overview (2017)
08 Inference for Networks – DYAD Model Overview (2017)
Duke Network Analysis Center
 
Ppt
PptPpt
SN- Lecture 9
SN- Lecture 9SN- Lecture 9
SN- Lecture 9
Manu Muñoz H
 
1026 telling story from text 2
1026 telling story from text 21026 telling story from text 2
1026 telling story from text 2
Ke Jiang
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
ijp2p
 
00 Automatic Mental Health Classification in Online Settings and Language Emb...
00 Automatic Mental Health Classification in Online Settings and Language Emb...00 Automatic Mental Health Classification in Online Settings and Language Emb...
00 Automatic Mental Health Classification in Online Settings and Language Emb...
Duke Network Analysis Center
 

What's hot (16)

Community detection
Community detectionCommunity detection
Community detection
 
Rdbms Chapter 3
Rdbms   Chapter 3Rdbms   Chapter 3
Rdbms Chapter 3
 
Community detection algorithms
Community detection algorithmsCommunity detection algorithms
Community detection algorithms
 
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
 
4. social network analysis
4. social network analysis4. social network analysis
4. social network analysis
 
Exploratory social network analysis with pajek
Exploratory social network analysis with pajekExploratory social network analysis with pajek
Exploratory social network analysis with pajek
 
Putting Contacts into Context: Mobility Modeling beyond Inter-Contact Times
Putting Contacts into Context: Mobility Modeling beyond Inter-Contact TimesPutting Contacts into Context: Mobility Modeling beyond Inter-Contact Times
Putting Contacts into Context: Mobility Modeling beyond Inter-Contact Times
 
Social Contagion Theory
Social Contagion TheorySocial Contagion Theory
Social Contagion Theory
 
Clique-based Network Clustering
Clique-based Network ClusteringClique-based Network Clustering
Clique-based Network Clustering
 
Community Detection
Community Detection Community Detection
Community Detection
 
08 Inference for Networks – DYAD Model Overview (2017)
08 Inference for Networks – DYAD Model Overview (2017)08 Inference for Networks – DYAD Model Overview (2017)
08 Inference for Networks – DYAD Model Overview (2017)
 
Ppt
PptPpt
Ppt
 
SN- Lecture 9
SN- Lecture 9SN- Lecture 9
SN- Lecture 9
 
1026 telling story from text 2
1026 telling story from text 21026 telling story from text 2
1026 telling story from text 2
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
 
00 Automatic Mental Health Classification in Online Settings and Language Emb...
00 Automatic Mental Health Classification in Online Settings and Language Emb...00 Automatic Mental Health Classification in Online Settings and Language Emb...
00 Automatic Mental Health Classification in Online Settings and Language Emb...
 

Viewers also liked

Sue austin
Sue austinSue austin
Sue austin
misfitsdrm
 
SN- Lecture 10
SN- Lecture 10SN- Lecture 10
SN- Lecture 10
Manu Muñoz H
 
SN- Lecture 12
SN- Lecture 12SN- Lecture 12
SN- Lecture 12
Manu Muñoz H
 
SN- Lecture 11
SN- Lecture 11SN- Lecture 11
SN- Lecture 11
Manu Muñoz H
 
SN-Lecture 13
SN-Lecture 13SN-Lecture 13
SN-Lecture 13
Manu Muñoz H
 
SN- Lecture 1
SN- Lecture 1SN- Lecture 1
SN- Lecture 1
Manu Muñoz H
 
SN- Lecture 3
SN- Lecture 3SN- Lecture 3
SN- Lecture 3
Manu Muñoz H
 
TYPES OF MOVING BRIDGES PPT
TYPES OF MOVING BRIDGES PPTTYPES OF MOVING BRIDGES PPT
TYPES OF MOVING BRIDGES PPT
premkumar0141
 
Makalah
MakalahMakalah
Makalah
Ayybee
 

Viewers also liked (10)

Sue austin
Sue austinSue austin
Sue austin
 
SN- Lecture 10
SN- Lecture 10SN- Lecture 10
SN- Lecture 10
 
SN- Lecture 12
SN- Lecture 12SN- Lecture 12
SN- Lecture 12
 
SN- Lecture 11
SN- Lecture 11SN- Lecture 11
SN- Lecture 11
 
SN-Lecture 13
SN-Lecture 13SN-Lecture 13
SN-Lecture 13
 
SN- Lecture 1
SN- Lecture 1SN- Lecture 1
SN- Lecture 1
 
SN- Lecture 3
SN- Lecture 3SN- Lecture 3
SN- Lecture 3
 
Kertas kerja pp da
Kertas kerja pp daKertas kerja pp da
Kertas kerja pp da
 
TYPES OF MOVING BRIDGES PPT
TYPES OF MOVING BRIDGES PPTTYPES OF MOVING BRIDGES PPT
TYPES OF MOVING BRIDGES PPT
 
Makalah
MakalahMakalah
Makalah
 

Similar to SN- Lecture 8

AI Class Topic 5: Social Network Graph
AI Class Topic 5:  Social Network GraphAI Class Topic 5:  Social Network Graph
AI Class Topic 5: Social Network Graph
Value Amplify Consulting
 
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Daniel Katz
 
Social Network, Metrics and Computational Problem
Social Network, Metrics and Computational ProblemSocial Network, Metrics and Computational Problem
Social Network, Metrics and Computational Problem
Andry Alamsyah
 
Microsoft Research, India Social Networks And Their Applications To Web (Ti...
Microsoft Research, India   Social Networks And Their Applications To Web (Ti...Microsoft Research, India   Social Networks And Their Applications To Web (Ti...
Microsoft Research, India Social Networks And Their Applications To Web (Ti...
Tin180 VietNam
 
00 Introduction to SN&H: Key Concepts and Overview
00 Introduction to SN&H: Key Concepts and Overview00 Introduction to SN&H: Key Concepts and Overview
00 Introduction to SN&H: Key Concepts and Overview
Duke Network Analysis Center
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Xiaohan Zeng
 
Building networks for organizational learning presentation
Building networks for organizational learning presentationBuilding networks for organizational learning presentation
Building networks for organizational learning presentation
Stephen Judd
 
02 Introduction to Social Networks and Health: Key Concepts and Overview
02 Introduction to Social Networks and Health: Key Concepts and Overview02 Introduction to Social Networks and Health: Key Concepts and Overview
02 Introduction to Social Networks and Health: Key Concepts and Overview
Duke Network Analysis Center
 
Higher-order clustering coefficients
Higher-order clustering coefficientsHigher-order clustering coefficients
Higher-order clustering coefficients
Austin Benson
 
Higher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoIHigher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoI
Austin Benson
 
Socialnetworkanalysis (Tin180 Com)
Socialnetworkanalysis (Tin180 Com)Socialnetworkanalysis (Tin180 Com)
Socialnetworkanalysis (Tin180 Com)
Tin180 VietNam
 
SSRI_pt1.ppt
SSRI_pt1.pptSSRI_pt1.ppt
SSRI_pt1.ppt
9260SahilPatil
 
2010-November-8-NIA - Smart Society and Civic Culture - Marc Smith
2010-November-8-NIA - Smart Society and Civic Culture - Marc Smith2010-November-8-NIA - Smart Society and Civic Culture - Marc Smith
2010-November-8-NIA - Smart Society and Civic Culture - Marc Smith
Marc Smith
 
Social Networks and Social Simulation of 3D Online Communities
Social Networks and Social Simulation of 3D Online CommunitiesSocial Networks and Social Simulation of 3D Online Communities
Social Networks and Social Simulation of 3D Online Communities
jimbbq
 
Complexity Play&Learn
Complexity Play&LearnComplexity Play&Learn
Complexity Play&Learn
Massimo Conte
 
MODELING SOCIAL GAUSS-MARKOV MOBILITY FOR OPPORTUNISTIC NETWORK
MODELING SOCIAL GAUSS-MARKOV MOBILITY FOR OPPORTUNISTIC NETWORK MODELING SOCIAL GAUSS-MARKOV MOBILITY FOR OPPORTUNISTIC NETWORK
MODELING SOCIAL GAUSS-MARKOV MOBILITY FOR OPPORTUNISTIC NETWORK
csandit
 
Analysis Of A Learning Community As A Social Network
Analysis Of A Learning Community As A Social NetworkAnalysis Of A Learning Community As A Social Network
Analysis Of A Learning Community As A Social Network
Maria Perkins
 
Why Networks
Why NetworksWhy Networks
Why Networks
Dima Dimitrova
 
What isa border_kings
What isa border_kingsWhat isa border_kings
What isa border_kings
INRIA - ENS Lyon
 
01 Introduction to Networks Methods and Measures
01 Introduction to Networks Methods and Measures01 Introduction to Networks Methods and Measures
01 Introduction to Networks Methods and Measures
dnac
 

Similar to SN- Lecture 8 (20)

AI Class Topic 5: Social Network Graph
AI Class Topic 5:  Social Network GraphAI Class Topic 5:  Social Network Graph
AI Class Topic 5: Social Network Graph
 
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
 
Social Network, Metrics and Computational Problem
Social Network, Metrics and Computational ProblemSocial Network, Metrics and Computational Problem
Social Network, Metrics and Computational Problem
 
Microsoft Research, India Social Networks And Their Applications To Web (Ti...
Microsoft Research, India   Social Networks And Their Applications To Web (Ti...Microsoft Research, India   Social Networks And Their Applications To Web (Ti...
Microsoft Research, India Social Networks And Their Applications To Web (Ti...
 
00 Introduction to SN&H: Key Concepts and Overview
00 Introduction to SN&H: Key Concepts and Overview00 Introduction to SN&H: Key Concepts and Overview
00 Introduction to SN&H: Key Concepts and Overview
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
 
Building networks for organizational learning presentation
Building networks for organizational learning presentationBuilding networks for organizational learning presentation
Building networks for organizational learning presentation
 
02 Introduction to Social Networks and Health: Key Concepts and Overview
02 Introduction to Social Networks and Health: Key Concepts and Overview02 Introduction to Social Networks and Health: Key Concepts and Overview
02 Introduction to Social Networks and Health: Key Concepts and Overview
 
Higher-order clustering coefficients
Higher-order clustering coefficientsHigher-order clustering coefficients
Higher-order clustering coefficients
 
Higher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoIHigher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoI
 
Socialnetworkanalysis (Tin180 Com)
Socialnetworkanalysis (Tin180 Com)Socialnetworkanalysis (Tin180 Com)
Socialnetworkanalysis (Tin180 Com)
 
SSRI_pt1.ppt
SSRI_pt1.pptSSRI_pt1.ppt
SSRI_pt1.ppt
 
2010-November-8-NIA - Smart Society and Civic Culture - Marc Smith
2010-November-8-NIA - Smart Society and Civic Culture - Marc Smith2010-November-8-NIA - Smart Society and Civic Culture - Marc Smith
2010-November-8-NIA - Smart Society and Civic Culture - Marc Smith
 
Social Networks and Social Simulation of 3D Online Communities
Social Networks and Social Simulation of 3D Online CommunitiesSocial Networks and Social Simulation of 3D Online Communities
Social Networks and Social Simulation of 3D Online Communities
 
Complexity Play&Learn
Complexity Play&LearnComplexity Play&Learn
Complexity Play&Learn
 
MODELING SOCIAL GAUSS-MARKOV MOBILITY FOR OPPORTUNISTIC NETWORK
MODELING SOCIAL GAUSS-MARKOV MOBILITY FOR OPPORTUNISTIC NETWORK MODELING SOCIAL GAUSS-MARKOV MOBILITY FOR OPPORTUNISTIC NETWORK
MODELING SOCIAL GAUSS-MARKOV MOBILITY FOR OPPORTUNISTIC NETWORK
 
Analysis Of A Learning Community As A Social Network
Analysis Of A Learning Community As A Social NetworkAnalysis Of A Learning Community As A Social Network
Analysis Of A Learning Community As A Social Network
 
Why Networks
Why NetworksWhy Networks
Why Networks
 
What isa border_kings
What isa border_kingsWhat isa border_kings
What isa border_kings
 
01 Introduction to Networks Methods and Measures
01 Introduction to Networks Methods and Measures01 Introduction to Networks Methods and Measures
01 Introduction to Networks Methods and Measures
 

More from Manu Muñoz H

AppTheories_T7
AppTheories_T7AppTheories_T7
AppTheories_T7
Manu Muñoz H
 
AppTheories_L7
AppTheories_L7AppTheories_L7
AppTheories_L7
Manu Muñoz H
 
AppTheories_T6
AppTheories_T6AppTheories_T6
AppTheories_T6
Manu Muñoz H
 
AppTheories_L6
AppTheories_L6AppTheories_L6
AppTheories_L6
Manu Muñoz H
 
AppTheories_T5
AppTheories_T5AppTheories_T5
AppTheories_T5
Manu Muñoz H
 
AppTheories_L5
AppTheories_L5AppTheories_L5
AppTheories_L5
Manu Muñoz H
 
AppTheories_T4
AppTheories_T4AppTheories_T4
AppTheories_T4
Manu Muñoz H
 
AppTheories_L4
AppTheories_L4AppTheories_L4
AppTheories_L4
Manu Muñoz H
 
AppTheories_T3
AppTheories_T3AppTheories_T3
AppTheories_T3
Manu Muñoz H
 
AppTheories_L3
AppTheories_L3AppTheories_L3
AppTheories_L3
Manu Muñoz H
 
AppTheories_T2
AppTheories_T2AppTheories_T2
AppTheories_T2
Manu Muñoz H
 
AppTheories_L2
AppTheories_L2AppTheories_L2
AppTheories_L2
Manu Muñoz H
 
AppTheories_T1
AppTheories_T1AppTheories_T1
AppTheories_T1
Manu Muñoz H
 
AppTheories_L1
AppTheories_L1AppTheories_L1
AppTheories_L1
Manu Muñoz H
 
SN- Lecture 7
SN- Lecture 7SN- Lecture 7
SN- Lecture 7
Manu Muñoz H
 
SN- Lecture 6
SN- Lecture 6SN- Lecture 6
SN- Lecture 6
Manu Muñoz H
 
SN- Lecture 5
SN- Lecture 5SN- Lecture 5
SN- Lecture 5
Manu Muñoz H
 
SN- Lecture 4
SN- Lecture 4SN- Lecture 4
SN- Lecture 4
Manu Muñoz H
 
SN- Lecture 2
SN- Lecture 2SN- Lecture 2
SN- Lecture 2
Manu Muñoz H
 

More from Manu Muñoz H (19)

AppTheories_T7
AppTheories_T7AppTheories_T7
AppTheories_T7
 
AppTheories_L7
AppTheories_L7AppTheories_L7
AppTheories_L7
 
AppTheories_T6
AppTheories_T6AppTheories_T6
AppTheories_T6
 
AppTheories_L6
AppTheories_L6AppTheories_L6
AppTheories_L6
 
AppTheories_T5
AppTheories_T5AppTheories_T5
AppTheories_T5
 
AppTheories_L5
AppTheories_L5AppTheories_L5
AppTheories_L5
 
AppTheories_T4
AppTheories_T4AppTheories_T4
AppTheories_T4
 
AppTheories_L4
AppTheories_L4AppTheories_L4
AppTheories_L4
 
AppTheories_T3
AppTheories_T3AppTheories_T3
AppTheories_T3
 
AppTheories_L3
AppTheories_L3AppTheories_L3
AppTheories_L3
 
AppTheories_T2
AppTheories_T2AppTheories_T2
AppTheories_T2
 
AppTheories_L2
AppTheories_L2AppTheories_L2
AppTheories_L2
 
AppTheories_T1
AppTheories_T1AppTheories_T1
AppTheories_T1
 
AppTheories_L1
AppTheories_L1AppTheories_L1
AppTheories_L1
 
SN- Lecture 7
SN- Lecture 7SN- Lecture 7
SN- Lecture 7
 
SN- Lecture 6
SN- Lecture 6SN- Lecture 6
SN- Lecture 6
 
SN- Lecture 5
SN- Lecture 5SN- Lecture 5
SN- Lecture 5
 
SN- Lecture 4
SN- Lecture 4SN- Lecture 4
SN- Lecture 4
 
SN- Lecture 2
SN- Lecture 2SN- Lecture 2
SN- Lecture 2
 

Recently uploaded

Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
Dinusha Kumarasiri
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Jeffrey Haguewood
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
Shinana2
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!
GDSC PJATK
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
Intelisync
 

Recently uploaded (20)

Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
 

SN- Lecture 8

  • 1. Social Networks & Structure Block 4
  • 2. This block comprises the remaining second part of the course Aim Block 4 To understand The emergence of social networks & their consequences for individual behavior and well-being How do networks emerge (form)? How do networks influence behavior?
  • 3. Lecture 8 B a c k g r o u n d & F u n d a m e n t a l s o f Social Networks
  • 4. Lecture 8 Aim Lecture 8 To learn Basic ways of navigating through a network How to represent networks Some elements of the structure of a network Nodes, links... Walks, paths, cycles... Components, Neighborhoods, clustering
  • 5. Network Studies Social Networks People’s relationships show patterns SOCIAL NETWORKS These social networks affect people’s lives considerably
  • 6. Social Networks Examples Western industrialized countries Marsden & Gorman, 2001 Between 1/3 & 2/3 of the working population found their job through informal social ties Chances of illness, recovery or dying Partly depend on people’s network House, Landis & Umberson, 1988 Participation in political protest Affected by friendship and family networks Opp & Gern, 1993
  • 7. study networks Many disciplines Sociology In the course we will look at networks in which Phone networks - Email networks - Marriages - Friendships - co-authorships - collaborations Decision-making people are the nodes Economics Computer Science Statistical Physics Mathematics (graphs theory) Relationships between different people, organizations, countries
  • 8. Example Facebook - Friendship relations Mary Ana Tom Link between two people indicates they are friends (relationship) Ana is friends with Tom & Mary Centrality - How many paths does a person have between others If Mary & Tom want to meet they need to go through Ana Ana lies in the shortest path between Tom & Mary Popularity
  • 9. There are different kinds Patterns in Networks Global patterns How are the different connectedness of individuals distributed in the society (people well connected, or not)? How long does it take me to reach one person from another (path lengths)? Segregation patterns If people have different characteristics (types), do we see separation between them?
  • 10. There are different kinds Patterns in Networks Local patterns Do we see tight clusters of people connected to each other? Positions in networks How influential is somebody in the network (centrality)? Are my friends friends between each other (transitivity)? We will be looking at networks overall & also zooming-in to the individuals Macro and Micro levels
  • 11. Representing Networks Some notations N={1,...n} gij=1 nodes, vertices, players g in {0,1}nxn adjacency matrix a b c d a b c d 0 1 0 0 1 0 1 1 0 1 0 0 0 1 0 0 a b cd link, tie, edge between i and j ij in g alternative notation Network (N,g) pair: set of nodes and adj. matrix g=
  • 12. Ways of navigating through a network Basic Definitions A walk from i1 to ik: a sequence of nodes (i1, i2,...,ik) and a sequence of links (i1i2,i2i3,...,ik-1ik) such that ik-1ik in g for each k A sequence of links that take you from the first node to the last node A path is a walk (i1, i2,...,ik) with each node ik distinct A cycle is a walk where i1 = ik A geodesic is a shortest path between two nodes Represented by its nodes (i1, i2,...,ik)
  • 13. Illustration 1 2 3 4 5 6 7 A path (and a walk) from 1 to 7: 1,2,3,4,5,6,7 1 2 3 4 5 6 7 Walk from 1 to 7 that is not a path 1,2,3,4,5,3,7 1 2 3 4 5 6 7 Simple cycle (and a walk) from 1 to 1: 1,2,3,1 1 2 3 4 5 6 7 Cycle (and a walk) from 1 to 1: 1,2,3,4,5,3,1
  • 14. walks, paths, cycles Importance will help us understand Centrality Diffusion Transmission of information
  • 15. Subgraphs that make up the network Components Connectivity A network (N,g) is connected if there is a path between every two nodes I can reach any node from any other node Component A maximally connected subgraph - (N’,g’) is a subset of (N,g) - (N’,g’) is connected - i in N’ and ij in g, implies j in N’ and ij in g’ Most social networks(even large) have the property that a large portion of nodes are connected
  • 16. Illustration Is this a component? 1 2 3 4 5 10 6 7 8 9 Is the subset of nodes {3,4,5} and links {3-4,4-5,5-3} maximally connected? Can we find any player connected to either of the nodes in the subset {3,4,5} who is not in our selected “component”?
  • 17. Illustration This is not a component: player 1 is left out 1 2 3 4 5 10 6 7 8 9 What are the components in this network?
  • 18. Illustration This is not a component: player 1 is left out 1 2 3 4 5 10 6 7 8 9 1 2 3 4 5 10 6 7 8 9 This is a network with 4 components
  • 19. Tend to have short path lengths Real life networks We connect a large number of nodes using fairly small number of links Milgram (1967) - Experiment Ask people to send letters from one part of the US to another I have to send a letter to John Smith, who lives in Massachusetts, who is a lawyer, and I live in Nebraska Send the letter to someone you know, tell them to send them to somebody they know, and so forth... The intent is reaching the person the letter is sent to
  • 20. Findings Milgram (1967) - How many steps? Median 5 for the 25% of the letters that made it Quite small - consider you start from an individual to reach another, in the other side of the country, without knowing her Coauthorship studies - Reaching one author from another Grossman (1999) Math: mean 7.6, max 27 Newman (2001) Physics: mean 5.9, max 20 Goyal et al. (2004) Economics: mean 9.5, max 29 WWW - Reaching one page from another Adamik & Pitkow (1999): mean 3.1 (in 85% of 50 million possible pages Facebook - Reaching one person from another Backstrom et al. (2012): mean 4.74 (721 million users)
  • 21. Definitions Neighborhood & Degree The neighborhood of a node i: Ni(g)={j|ij in g} The set of other nodes that i is linked to in g The degree of a node i: di=#Ni(g) Count how many neighbors i has in g Basic ideas that will be very important along the rest of the course
  • 22. Average degree tells only part of the story Degree Distributions Do most nodes have very similar or very different degrees? Does everyone has one or two If we want to understand some properties of the network 1 2 3 4 5 6 7 Does some have 6 and others 1 1 2 3 4 5 6 7 Different properties (i.e., diffusion)
  • 23. What fraction of my friends are friends with each other Clustering Take a given node i i k j Choose two neighbors j and k What is the chance that j and k are friends? What is the frequency of links among the friends of i? Clustering of i: Cli(g)=#{kj in g|k,j in Ni(g)}/#{kj|k,j in Ni(g)} Fraction: How many pairs of my friends are connected to each other divided by every pair of friends I have Average Clustering: Mean of all the individual clusterings Overall Clustering: Aggregate of all the individual clusterings
  • 24. Illustration i Average tends to 1 Overall tends to 0 Friendship network In groups all friends are friends They are not friends between the groups Assume We add, to player i, more groups of 3, all friends with each other
  • 25. My friends are friends Transitivity i k j Tendency towards transitivity The existence of two links ij in g and jk in g often makes it more likely that also the link ik in g exists: prob(ik|ij,jk in g) > prob(ik in g|ij in g and ik not in g) Observed in many real-life networks: If people link because they share common attributes (i.e., race), transitivity is one of the consequences. (Simmel, 1908) In networks of inter-firm alliances transitivity is common, for it helps reduce risk of opportunistic behavior by sharing common partners (Gulati, 1998)
  • 26. Checklist Many relationships are networked i k j Understanding network structure can help us understand behavior & outcomes Networks are complex But can be partly described by some characteristics - Degree distribution - Clustering In the next lecture we will check network characteristics & behavior