SlideShare a Scribd company logo
1 of 67
Social Network Analysis
Eytan Adar
590AI
Some content from Lada Adamic
Vocabulary Lesson
Actor
Relational Tie
parentOf
supervisorOf
reallyHates (+/-)
…
Dyad
Person
Group
Event
…
Relation: collection of ties of a specific type
(every parentOf tie)
Vocabulary Lesson
Triad
If A likes B and B likes C then A likes C (transitivity)
If A likes B and C likes B then A likes C
…
Vocabulary Lesson
Social
Network
One mode
Vocabulary Lesson
Social
Network
Two mode
Vocabulary Lesson
Ego-Centered
Network
(egonet)
ego
Describing Networks
• Graph theoretic
– Nodes/edges, what you’d expect
• Sociometric
– Sociomatrix (2D matrix representation)
– Sociogram (the adjacency matrix)
• Algebraic
– ni  nj
– Also what you’d expect
• Basically complimentary
Stanford
Describing Networks
MIT
Describing Networks
• Geodesic
– shortest_path(n,m)
• Diameter
– max(geodesic(n,m)) n,m actors in graph
• Density
– Number of existing edges / All possible edges
• Degree distribution
Types of Networks/Models
• A few quick examples
– Erdős–Rényi
• G(n,M): randomly draw M edges between n nodes
• Does not really model the real world
– Average connectivity on nodes conserved
Types of Networks/Models
• A few quick examples
– Erdős–Rényi
– Small World
• Watts-Strogatz
• Kleinberg lattice model
NE
MA
Milgram’s experiment (1960’s):
Given a target individual and a particular property, pass the message to a person
you correspond with who is “closest” to the target.
Small world experiments then
Watts-Strogatz Ring Lattice Rewiring
• As in many network generating algorithms
• Disallow self-edges
• Disallow multiple edges
Select a fraction p of
edges
Reposition on of their
endpoints
Add a fraction p of
additional edges leaving
underlying lattice intact
NE
MA
Geographical search
Kleinberg Lattice Model
nodes are placed on a lattice and
connect to nearest neighbors
additional links placed with puv ~ r
uv
d
Kleinberg, ‘The Small World Phenomenon, An Algorithmic Perspective’
(Nature 2000)
A little more on degree distribution
• Power-laws, zipf, etc.
Distribution of users among
web sites
CDF of users to sites
Sites ranked by popularity
A little more on degree distribution
• Pareto/Power-law
– Pareto: CDF P[X > x] ~ x-k
– Power-law: PDF P[X = x] ~ x-(k+1) = x-a
– Some recent debate (Aaron Clauset)
• http://arxiv.org/abs/0706.1062
• Zipf
– Frequency versus rank y ~ r-b (small b)
• More info:
– Zipf, Power-laws, and Pareto – a ranking tutorial
(http://www.hpl.hp.com/research/idl/papers/ranking
/ranking.html)
Types of Networks/Models
• A few quick examples
– Erdős–Rényi
– Small World
• Watts-Strogatz
• Kleinberg lattice model
– Preferential Attachment
• Generally attributed to Barabási & Albert
Basic BA-model
• Very simple algorithm to implement
– start with an initial set of m0 fully connected nodes
• e.g. m0 = 3
– now add new vertices one by one, each one with exactly m
edges
– each new edge connects to an existing vertex in proportion
to the number of edges that vertex already has →
preferential attachment
Properties of the BA graph
• The distribution is scale free with exponent a = 3
P(k) = 2 m2/k3
• The graph is connected
– Every new vertex is born with a link or several links
(depending on whether m = 1 or m > 1)
– It then connects to an ‘older’ vertex, which itself
connected to another vertex when it was introduced
– And we started from a connected core
• The older are richer
– Nodes accumulate links as time goes on, which gives older
nodes an advantage since newer nodes are going to attach
preferentially – and older nodes have a higher degree to
tempt them with than some new kid on the block
Common Tasks
• Measuring “importance”
– Centrality, prestige
• Link prediction
• Diffusion modeling
– Epidemiological
• Clustering
– Blockmodeling, Girvan-Newman
• Structure analysis
– Motifs, Isomorphisms, etc.
• Visualization/Privacy/etc.
Data Collection / Cleaning
Analysis
Past
Data Collection / Cleaning
Analysis
Small datasets
Pretty explicit connections
Understand the properties
Past
Present
Data Collection / Cleaning
Analysis
Large datasets
Entity resolution
Implicit connections
Understand the properties
Present
Common Tasks
• Measuring “importance”
– Centrality, prestige (incoming links)
• Link prediction
• Diffusion modeling
– Epidemiological
• Clustering
– Blockmodeling, Girvan-Newman
• Structure analysis
– Motifs, Isomorphisms, etc.
• Visualization/Privacy/etc.
Centrality Measures
• Degree centrality
– Edges per node (the more, the more important the node)
• Closeness centrality
– How close the node is to every other node
• Betweenness centrality
– How many shortest paths go through the edge node
(communication metaphor)
• Information centrality
– All paths to other nodes weighted by path length
• Bibliometric + Internet style
– PageRank
Tie Strength
• Strength of Weak Ties (Granovetter)
– Granovetter: How often did you see the contact that helped you find the job prior
to the job search
• 16.7 % often (at least once a week)
• 55.6% occasionally (more than once a year but less than twice a week)
• 27.8% rarely – once a year or less
– Weak ties will tend to have different information than we and our close contacts
do
weak ties will tend to have high
beweenness and low transitivity
Common Tasks
• Measuring “importance”
– Centrality, prestige (incoming links)
• Link prediction
• Diffusion modeling
– Epidemiological
• Clustering
– Blockmodeling, Girvan-Newman
• Structure analysis
– Motifs, Isomorphisms, etc.
• Visualization/Privacy/etc.
Link Prediction
?
Link Prediction in Social Net Data
• We know things about structure
– Homophily = like likes like or bird of a feather flock
together or similar people group together
– Mutuality
– Triad closure
• Various measures that try to use this
Link Prediction
• Simple metrics
– Only take into
account graph
properties
Liben-Nowell, Kleinberg (CIKM’03)
( ) ( )
1
log | ( ) |
z x y z
  

Γ(x) = neighbors of x
Originally: 1 / log(frequency(z))
Link Prediction
• Simple metrics
– Only take into
account graph
properties
Liben-Nowell, Kleinberg (CIKM’03)
,
1
| |
l l
x y
l
paths


 


Paths of length l (generally 1)
from x to y
weighted variant is the number of
times the two collaborated
Link Prediction in Relational Data
• We know things about structure
– Homophily = like likes like or bird of a feather flock
together or similar people group together
– Mutuality
– Triad closure
• Slightly more interesting problem if we have
relational data on actors and ties
– Move beyond structure
Relationship & Link Prediction
advisorOf?
Employee /contractor
Salary
Time at company
…
Link/Label Prediction in Relational Data
• Koller and co.
– Relational Bayesian Networks
– Relational Markov Networks
• Structure (subgraph templates/cliques)
– Similar context
– Transitivity
• Getoor and co.
– Relationship Identification for Social Network Discovery
• Diehl/Namata/Getoor AAAI’07
– Enron data
• Traffic statistics and content to find supervisory relationships?
– Traffic/Text based
– Not really identification, more like ranking
Common Tasks
• Measuring “importance”
– Centrality, prestige (incoming links)
• Link prediction
• Diffusion modeling
– Epidemiological
• Clustering
– Blockmodeling, Girvan-Newman
• Structure analysis
– Motifs, Isomorphisms, etc.
• Visualization/Privacy/etc.
Epidemiological
• Viruses
– Biological, computational
– STDs, needle sharing, etc.
– Mark Handcock at UW
• Blog networks
– Applying SIR models (Info Diffusion Through Blogspace, Gruhl et
al.)
• Induce transmission graph, cascade models, simulation
– Link prediction (Tracking Information Epidemics in Blogspace,
Adar et al.)
• Find repeated “likely” infections
– Outbreak detection (Cost-effective Outbreak Detection in
Networks, Leskovec et al.)
• Submodularity
Common Tasks
• Measuring “importance”
– Centrality, prestige (incoming links)
• Link prediction
• Diffusion modeling
– Epidemiological
• Clustering
– Blockmodeling, Girvan-Newman
• Structure analysis
– Motifs, Isomorphisms, etc.
• Visualization/Privacy/etc.
Domingo
Carlos
Alejandro
Eduardo
Frank
Hal
Karl
Bob
Ike
Gill
Lanny
Mike
John
Xavier
Utrecht
Norm
Russ
Quint
Wendle
Ozzie
Ted
Sam
Vern
Paul
Blockmodels
• Actors are portioned into positions
– Rearrange rows/columns
• The sociomatrix is then reduced to a smaller
image
• Hierarchical clustering
– Various distance metrics
• Euclidean, CONvergence of CORrelation (CONCOR)
• Various “fit” metrics
Cohesion Center-periphery Ranking
Image matrix
Girvan-Newman Algorithm
• Split on shortest paths (“weak ties”)
1. Calculate betweenness on all edges
2. Remove highest betweenness edge
3. Recalculate
4. Goto 1
Other solutions
• Min-cut based
• “Voltage” based
• Hierarchical schemes
Common Tasks
• Measuring “importance”
– Centrality, prestige (incoming links)
• Link prediction
• Diffusion modeling
– Epidemiological
• Clustering
– Blockmodeling, Girvan-Newman
• Structure analysis
– Motifs, Isomorphisms, etc.
• Visualization/Privacy/etc.
Network motif detection
• How many more motifs of a certain type exist
over a random network
• Started in biological networks
– http://www.weizmann.ac.il/mcb/UriAlon/
Basic idea
• construct many random graphs with the same
number of nodes and edges (same node
degree distribution?)
• count the number of motifs in those graphs
• calculate the Z score: the probability that the
given number of motifs in the real world
network could have occurred by chance
Generating random graphs
• Many models don’t preserve the desired
features
• Have to be careful how we generate
Other Structural Analysis
sisterOf
Find all
Common Tasks
• Measuring “importance”
– Centrality, prestige (incoming links)
• Link prediction
• Diffusion modeling
– Epidemiological
• Clustering
– Blockmodeling, Girvan-Newman
• Structure analysis
– Motifs, Isomorphisms, etc.
• Visualization/Privacy/etc.
Privacy
• Emerging interest in anonymizing networks
– Lars Backstrom (WWW’07) demonstrated one of
the first attacks
• How to remove labels while preserving graph
properties?
– While ensuring that labels cannot be reapplied
Network attacks
• Terrorist networks
– How to attack them
– How they might attack us
• Carley at CMU
Software
• Pajek
– http://vlado.fmf.uni-lj.si/pub/networks/pajek/
• UCINET
– http://www.analytictech.com/
• KrackPlot
– http://www.andrew.cmu.edu/user/krack/krackplot.shtml
• GUESS
– http://www.graphexploration.org
• Etc.
Books/Journals/Conferences
• Social Networks/Phs. Rev
• Social Network Analysis (Wasserman + Faust)
• The Development of Social Network Analysis
(Freeman)
• Linked (Barabsi)
• Six Degrees (Watts)
• Sunbelt/ICWSM/KDD/CIKM/NIPS
Questions?
Assortativity
• Social networks are assortative:
– the gregarious people associate with other gregarious people
– the loners associate with other loners
• The Internet is disassorative:
Assortative:
hubs connect to hubs
Random
Disassortative:
hubs are in the periphery

More Related Content

Similar to social.pptx

Tutorial 6 (web graph attributes)
Tutorial 6 (web graph attributes)Tutorial 6 (web graph attributes)
Tutorial 6 (web graph attributes)Kira
 
Social network analysis
Social network analysisSocial network analysis
Social network analysisCaleb Jones
 
Graph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media AnalyticsGraph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media AnalyticsNYC Predictive Analytics
 
Social network analysis
Social network analysisSocial network analysis
Social network analysisFEG
 
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Denis Parra Santander
 
Graphical Models 4dummies
Graphical Models 4dummiesGraphical Models 4dummies
Graphical Models 4dummiesxamdam
 
Graph Analysis Beyond Linear Algebra
Graph Analysis Beyond Linear AlgebraGraph Analysis Beyond Linear Algebra
Graph Analysis Beyond Linear AlgebraJason Riedy
 
Natural Language Processing in R (rNLP)
Natural Language Processing in R (rNLP)Natural Language Processing in R (rNLP)
Natural Language Processing in R (rNLP)fridolin.wild
 
Data Tactics Data Science Brown Bag (April 2014)
Data Tactics Data Science Brown Bag (April 2014)Data Tactics Data Science Brown Bag (April 2014)
Data Tactics Data Science Brown Bag (April 2014)Rich Heimann
 
Data Science and Analytics Brown Bag
Data Science and Analytics Brown BagData Science and Analytics Brown Bag
Data Science and Analytics Brown BagDataTactics
 
Social Network Analysis - Lecture 4 in Introduction to Computational Social S...
Social Network Analysis - Lecture 4 in Introduction to Computational Social S...Social Network Analysis - Lecture 4 in Introduction to Computational Social S...
Social Network Analysis - Lecture 4 in Introduction to Computational Social S...Lauri Eloranta
 
Machine Learning Summary for Caltech2
Machine Learning Summary for Caltech2Machine Learning Summary for Caltech2
Machine Learning Summary for Caltech2Lukas Mandrake
 
ESWC 2011 BLOOMS+
ESWC 2011 BLOOMS+ ESWC 2011 BLOOMS+
ESWC 2011 BLOOMS+ Prateek Jain
 
Mining the social web 6
Mining the social web 6Mining the social web 6
Mining the social web 6HyeonSeok Choi
 
data clean.ppt
data clean.pptdata clean.ppt
data clean.pptchatbot9
 
Multi-Model Data Query Languages and Processing Paradigms
Multi-Model Data Query Languages and Processing ParadigmsMulti-Model Data Query Languages and Processing Paradigms
Multi-Model Data Query Languages and Processing ParadigmsJiaheng Lu
 
Machine Learning Foundations for Professional Managers
Machine Learning Foundations for Professional ManagersMachine Learning Foundations for Professional Managers
Machine Learning Foundations for Professional ManagersAlbert Y. C. Chen
 

Similar to social.pptx (20)

Tutorial 6 (web graph attributes)
Tutorial 6 (web graph attributes)Tutorial 6 (web graph attributes)
Tutorial 6 (web graph attributes)
 
Social network analysis
Social network analysisSocial network analysis
Social network analysis
 
Graph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media AnalyticsGraph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media Analytics
 
Social network analysis
Social network analysisSocial network analysis
Social network analysis
 
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
 
Graphical Models 4dummies
Graphical Models 4dummiesGraphical Models 4dummies
Graphical Models 4dummies
 
02 Descriptive Statistics (2017)
02 Descriptive Statistics (2017)02 Descriptive Statistics (2017)
02 Descriptive Statistics (2017)
 
Graph Analysis Beyond Linear Algebra
Graph Analysis Beyond Linear AlgebraGraph Analysis Beyond Linear Algebra
Graph Analysis Beyond Linear Algebra
 
Natural Language Processing in R (rNLP)
Natural Language Processing in R (rNLP)Natural Language Processing in R (rNLP)
Natural Language Processing in R (rNLP)
 
Data Tactics Data Science Brown Bag (April 2014)
Data Tactics Data Science Brown Bag (April 2014)Data Tactics Data Science Brown Bag (April 2014)
Data Tactics Data Science Brown Bag (April 2014)
 
Data Science and Analytics Brown Bag
Data Science and Analytics Brown BagData Science and Analytics Brown Bag
Data Science and Analytics Brown Bag
 
Social Network Analysis - Lecture 4 in Introduction to Computational Social S...
Social Network Analysis - Lecture 4 in Introduction to Computational Social S...Social Network Analysis - Lecture 4 in Introduction to Computational Social S...
Social Network Analysis - Lecture 4 in Introduction to Computational Social S...
 
Machine Learning Summary for Caltech2
Machine Learning Summary for Caltech2Machine Learning Summary for Caltech2
Machine Learning Summary for Caltech2
 
KNN
KNNKNN
KNN
 
ESWC 2011 BLOOMS+
ESWC 2011 BLOOMS+ ESWC 2011 BLOOMS+
ESWC 2011 BLOOMS+
 
Mining the social web 6
Mining the social web 6Mining the social web 6
Mining the social web 6
 
Radcliffe
RadcliffeRadcliffe
Radcliffe
 
data clean.ppt
data clean.pptdata clean.ppt
data clean.ppt
 
Multi-Model Data Query Languages and Processing Paradigms
Multi-Model Data Query Languages and Processing ParadigmsMulti-Model Data Query Languages and Processing Paradigms
Multi-Model Data Query Languages and Processing Paradigms
 
Machine Learning Foundations for Professional Managers
Machine Learning Foundations for Professional ManagersMachine Learning Foundations for Professional Managers
Machine Learning Foundations for Professional Managers
 

More from NISHASOMSCS113

Building blocks of Algblocks of Alg.pptx
Building blocks of Algblocks of Alg.pptxBuilding blocks of Algblocks of Alg.pptx
Building blocks of Algblocks of Alg.pptxNISHASOMSCS113
 
dokumen.tips_1-cryptography-and-network-security-third-edition-by-william-sta...
dokumen.tips_1-cryptography-and-network-security-third-edition-by-william-sta...dokumen.tips_1-cryptography-and-network-security-third-edition-by-william-sta...
dokumen.tips_1-cryptography-and-network-security-third-edition-by-william-sta...NISHASOMSCS113
 
Exception handling.pptx
Exception handling.pptxException handling.pptx
Exception handling.pptxNISHASOMSCS113
 
Introduction to Information Storage.pptx
Introduction to Information Storage.pptxIntroduction to Information Storage.pptx
Introduction to Information Storage.pptxNISHASOMSCS113
 

More from NISHASOMSCS113 (9)

Building blocks of Algblocks of Alg.pptx
Building blocks of Algblocks of Alg.pptxBuilding blocks of Algblocks of Alg.pptx
Building blocks of Algblocks of Alg.pptx
 
dokumen.tips_1-cryptography-and-network-security-third-edition-by-william-sta...
dokumen.tips_1-cryptography-and-network-security-third-edition-by-william-sta...dokumen.tips_1-cryptography-and-network-security-third-edition-by-william-sta...
dokumen.tips_1-cryptography-and-network-security-third-edition-by-william-sta...
 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
 
Exception handling.pptx
Exception handling.pptxException handling.pptx
Exception handling.pptx
 
Introduction to Information Storage.pptx
Introduction to Information Storage.pptxIntroduction to Information Storage.pptx
Introduction to Information Storage.pptx
 
recursion.ppt
recursion.pptrecursion.ppt
recursion.ppt
 
Data Management.pptx
Data Management.pptxData Management.pptx
Data Management.pptx
 
intro to sna.ppt
intro to sna.pptintro to sna.ppt
intro to sna.ppt
 
intro.ppt
intro.pptintro.ppt
intro.ppt
 

Recently uploaded

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 

social.pptx

  • 1. Social Network Analysis Eytan Adar 590AI Some content from Lada Adamic
  • 2.
  • 3.
  • 4.
  • 5.
  • 6. Vocabulary Lesson Actor Relational Tie parentOf supervisorOf reallyHates (+/-) … Dyad Person Group Event … Relation: collection of ties of a specific type (every parentOf tie)
  • 7. Vocabulary Lesson Triad If A likes B and B likes C then A likes C (transitivity) If A likes B and C likes B then A likes C …
  • 11. Describing Networks • Graph theoretic – Nodes/edges, what you’d expect • Sociometric – Sociomatrix (2D matrix representation) – Sociogram (the adjacency matrix) • Algebraic – ni  nj – Also what you’d expect • Basically complimentary
  • 13. Describing Networks • Geodesic – shortest_path(n,m) • Diameter – max(geodesic(n,m)) n,m actors in graph • Density – Number of existing edges / All possible edges • Degree distribution
  • 14. Types of Networks/Models • A few quick examples – Erdős–Rényi • G(n,M): randomly draw M edges between n nodes • Does not really model the real world – Average connectivity on nodes conserved
  • 15. Types of Networks/Models • A few quick examples – Erdős–Rényi – Small World • Watts-Strogatz • Kleinberg lattice model
  • 16. NE MA Milgram’s experiment (1960’s): Given a target individual and a particular property, pass the message to a person you correspond with who is “closest” to the target. Small world experiments then
  • 17. Watts-Strogatz Ring Lattice Rewiring • As in many network generating algorithms • Disallow self-edges • Disallow multiple edges Select a fraction p of edges Reposition on of their endpoints Add a fraction p of additional edges leaving underlying lattice intact
  • 19. Kleinberg Lattice Model nodes are placed on a lattice and connect to nearest neighbors additional links placed with puv ~ r uv d Kleinberg, ‘The Small World Phenomenon, An Algorithmic Perspective’ (Nature 2000)
  • 20.
  • 21. A little more on degree distribution • Power-laws, zipf, etc. Distribution of users among web sites CDF of users to sites Sites ranked by popularity
  • 22. A little more on degree distribution • Pareto/Power-law – Pareto: CDF P[X > x] ~ x-k – Power-law: PDF P[X = x] ~ x-(k+1) = x-a – Some recent debate (Aaron Clauset) • http://arxiv.org/abs/0706.1062 • Zipf – Frequency versus rank y ~ r-b (small b) • More info: – Zipf, Power-laws, and Pareto – a ranking tutorial (http://www.hpl.hp.com/research/idl/papers/ranking /ranking.html)
  • 23. Types of Networks/Models • A few quick examples – Erdős–Rényi – Small World • Watts-Strogatz • Kleinberg lattice model – Preferential Attachment • Generally attributed to Barabási & Albert
  • 24. Basic BA-model • Very simple algorithm to implement – start with an initial set of m0 fully connected nodes • e.g. m0 = 3 – now add new vertices one by one, each one with exactly m edges – each new edge connects to an existing vertex in proportion to the number of edges that vertex already has → preferential attachment
  • 25. Properties of the BA graph • The distribution is scale free with exponent a = 3 P(k) = 2 m2/k3 • The graph is connected – Every new vertex is born with a link or several links (depending on whether m = 1 or m > 1) – It then connects to an ‘older’ vertex, which itself connected to another vertex when it was introduced – And we started from a connected core • The older are richer – Nodes accumulate links as time goes on, which gives older nodes an advantage since newer nodes are going to attach preferentially – and older nodes have a higher degree to tempt them with than some new kid on the block
  • 26. Common Tasks • Measuring “importance” – Centrality, prestige • Link prediction • Diffusion modeling – Epidemiological • Clustering – Blockmodeling, Girvan-Newman • Structure analysis – Motifs, Isomorphisms, etc. • Visualization/Privacy/etc.
  • 27. Data Collection / Cleaning Analysis
  • 28. Past
  • 29. Data Collection / Cleaning Analysis Small datasets Pretty explicit connections Understand the properties Past
  • 31. Data Collection / Cleaning Analysis Large datasets Entity resolution Implicit connections Understand the properties Present
  • 32. Common Tasks • Measuring “importance” – Centrality, prestige (incoming links) • Link prediction • Diffusion modeling – Epidemiological • Clustering – Blockmodeling, Girvan-Newman • Structure analysis – Motifs, Isomorphisms, etc. • Visualization/Privacy/etc.
  • 33. Centrality Measures • Degree centrality – Edges per node (the more, the more important the node) • Closeness centrality – How close the node is to every other node • Betweenness centrality – How many shortest paths go through the edge node (communication metaphor) • Information centrality – All paths to other nodes weighted by path length • Bibliometric + Internet style – PageRank
  • 34. Tie Strength • Strength of Weak Ties (Granovetter) – Granovetter: How often did you see the contact that helped you find the job prior to the job search • 16.7 % often (at least once a week) • 55.6% occasionally (more than once a year but less than twice a week) • 27.8% rarely – once a year or less – Weak ties will tend to have different information than we and our close contacts do weak ties will tend to have high beweenness and low transitivity
  • 35. Common Tasks • Measuring “importance” – Centrality, prestige (incoming links) • Link prediction • Diffusion modeling – Epidemiological • Clustering – Blockmodeling, Girvan-Newman • Structure analysis – Motifs, Isomorphisms, etc. • Visualization/Privacy/etc.
  • 37. Link Prediction in Social Net Data • We know things about structure – Homophily = like likes like or bird of a feather flock together or similar people group together – Mutuality – Triad closure • Various measures that try to use this
  • 38. Link Prediction • Simple metrics – Only take into account graph properties Liben-Nowell, Kleinberg (CIKM’03) ( ) ( ) 1 log | ( ) | z x y z     Γ(x) = neighbors of x Originally: 1 / log(frequency(z))
  • 39. Link Prediction • Simple metrics – Only take into account graph properties Liben-Nowell, Kleinberg (CIKM’03) , 1 | | l l x y l paths       Paths of length l (generally 1) from x to y weighted variant is the number of times the two collaborated
  • 40. Link Prediction in Relational Data • We know things about structure – Homophily = like likes like or bird of a feather flock together or similar people group together – Mutuality – Triad closure • Slightly more interesting problem if we have relational data on actors and ties – Move beyond structure
  • 41. Relationship & Link Prediction advisorOf? Employee /contractor Salary Time at company …
  • 42. Link/Label Prediction in Relational Data • Koller and co. – Relational Bayesian Networks – Relational Markov Networks • Structure (subgraph templates/cliques) – Similar context – Transitivity • Getoor and co. – Relationship Identification for Social Network Discovery • Diehl/Namata/Getoor AAAI’07 – Enron data • Traffic statistics and content to find supervisory relationships? – Traffic/Text based – Not really identification, more like ranking
  • 43. Common Tasks • Measuring “importance” – Centrality, prestige (incoming links) • Link prediction • Diffusion modeling – Epidemiological • Clustering – Blockmodeling, Girvan-Newman • Structure analysis – Motifs, Isomorphisms, etc. • Visualization/Privacy/etc.
  • 44. Epidemiological • Viruses – Biological, computational – STDs, needle sharing, etc. – Mark Handcock at UW • Blog networks – Applying SIR models (Info Diffusion Through Blogspace, Gruhl et al.) • Induce transmission graph, cascade models, simulation – Link prediction (Tracking Information Epidemics in Blogspace, Adar et al.) • Find repeated “likely” infections – Outbreak detection (Cost-effective Outbreak Detection in Networks, Leskovec et al.) • Submodularity
  • 45. Common Tasks • Measuring “importance” – Centrality, prestige (incoming links) • Link prediction • Diffusion modeling – Epidemiological • Clustering – Blockmodeling, Girvan-Newman • Structure analysis – Motifs, Isomorphisms, etc. • Visualization/Privacy/etc.
  • 46.
  • 47.
  • 49. Blockmodels • Actors are portioned into positions – Rearrange rows/columns • The sociomatrix is then reduced to a smaller image • Hierarchical clustering – Various distance metrics • Euclidean, CONvergence of CORrelation (CONCOR) • Various “fit” metrics
  • 51. Girvan-Newman Algorithm • Split on shortest paths (“weak ties”) 1. Calculate betweenness on all edges 2. Remove highest betweenness edge 3. Recalculate 4. Goto 1
  • 52. Other solutions • Min-cut based • “Voltage” based • Hierarchical schemes
  • 53. Common Tasks • Measuring “importance” – Centrality, prestige (incoming links) • Link prediction • Diffusion modeling – Epidemiological • Clustering – Blockmodeling, Girvan-Newman • Structure analysis – Motifs, Isomorphisms, etc. • Visualization/Privacy/etc.
  • 54.
  • 55.
  • 56. Network motif detection • How many more motifs of a certain type exist over a random network • Started in biological networks – http://www.weizmann.ac.il/mcb/UriAlon/
  • 57. Basic idea • construct many random graphs with the same number of nodes and edges (same node degree distribution?) • count the number of motifs in those graphs • calculate the Z score: the probability that the given number of motifs in the real world network could have occurred by chance
  • 58.
  • 59. Generating random graphs • Many models don’t preserve the desired features • Have to be careful how we generate
  • 61. Common Tasks • Measuring “importance” – Centrality, prestige (incoming links) • Link prediction • Diffusion modeling – Epidemiological • Clustering – Blockmodeling, Girvan-Newman • Structure analysis – Motifs, Isomorphisms, etc. • Visualization/Privacy/etc.
  • 62. Privacy • Emerging interest in anonymizing networks – Lars Backstrom (WWW’07) demonstrated one of the first attacks • How to remove labels while preserving graph properties? – While ensuring that labels cannot be reapplied
  • 63. Network attacks • Terrorist networks – How to attack them – How they might attack us • Carley at CMU
  • 64. Software • Pajek – http://vlado.fmf.uni-lj.si/pub/networks/pajek/ • UCINET – http://www.analytictech.com/ • KrackPlot – http://www.andrew.cmu.edu/user/krack/krackplot.shtml • GUESS – http://www.graphexploration.org • Etc.
  • 65. Books/Journals/Conferences • Social Networks/Phs. Rev • Social Network Analysis (Wasserman + Faust) • The Development of Social Network Analysis (Freeman) • Linked (Barabsi) • Six Degrees (Watts) • Sunbelt/ICWSM/KDD/CIKM/NIPS
  • 67. Assortativity • Social networks are assortative: – the gregarious people associate with other gregarious people – the loners associate with other loners • The Internet is disassorative: Assortative: hubs connect to hubs Random Disassortative: hubs are in the periphery