SlideShare a Scribd company logo
An Introduction to Networks 
Francesco Gadaleta, PhD.
Networks are around us
Spreading consensus 
The model 
• few peers spreading a message 
(advertising) 
• others sharing to their friends 
(if they don’t already know)
An Introduction to Networks
An Introduction to Networks
An Introduction to Networks
An Introduction to Networks
The network of relationships
Economy network
Protein-protein interaction network
Political network
Not-so-recent graph of the Internet
Solving the problem of DNA sequencing 
(c) 2014 www.worldofpiggy.com 
Definition: 
Each read is an edge 
Nodes are prefix and suffix of the 
string that connects them 
Solution: 
Find a cycle in such a graph: reading the 
superstring that contains all reads with 
maximum overlap. 
Hey! That’s an 
Eulerian cycle
Being a freeloader with networks 
Homeless 
Visit a place 
Doesn’t repeat a node
Networks today 
• Social relationships 
• Professional networks (boss, employees) 
• Power grids 
• Internet 
• Biology (cells, genes, proteins, diseases…)
Power grids
An Introduction to Networks
Facebook at 10am
Graph Theory 
(Mathematics) 
Social Network Analysis 
1920 
economic transactions 
trades among nations 
communications between 
groups
Complexity of networks 
• irregular structure 
• evolution in time 
• dimension
Complexity of networks 
• irregular structure 
• evolution in time 
• dimension 
time = t0 time = t
Nature(1998) Small-world networks 
Watts D., Strogatz S.
Science(1999) Scale-free networks 
Barabasi, Albert
Topology 
Related to the structure of the network 
eg. how nodes are connected
Topology: Modules 
Subnetworks with specific properties
Some definitions 
graph: 
N nodes 
E edges 
directed 
undirected
Neighbours of node i 
(of order k) neigh(i,k) 
neigh(3,1) = ? 
neigh(2,2) = ? 
{2,4} 
{1,3,4,5} 
Example
Reachability 
of two nodes i and j 
walk: alternating sequence of nodes 
and edges from i to j 
eg. (1-2-3-4-3) 
trail: a walk with no repeated edges 
eg. (1-2-3-4-5-2) 
path: a walk with no repeated nodes 
eg. (1-2-3-4-6)
An Introduction to Networks
Connectivity matrix 
(also known as adjacency matrix) 
A = 
Size 
binary or weighted
An Introduction to Networks
An Introduction to Networks
Node degree 
d(4) = ? 
d(6) = ? 
3 
1
Degree distribution 
Determines the statistical properties of uncorrelated networks
Degree distribution 
Determines the statistical properties of uncorrelated networks
Degree distribution 
Determines the statistical properties of uncorrelated networks
Shortest path 
• Indicates the distance between i and j in terms of geodesics 
(unweighted) 
• Can define the structure of a network 
Transport and communication 
p(1,3) = {1-5-4-3} 
{1-5-2-3} 
{1-2-5-4-3} 
{1-2-3} 
Warning: the “longest” path can be 
the shortest (weighted graph)
Diameter 
• Indicates the maximum number of hops between i and j 
(unweighted) 
• global property of a network
Average Shortest Path - ASP 
• 
• global property of a network 
Problem? 
i and j are disconnected 
Solution (efficiency)
Betweenness centrality 
# SPs from j to k via i 
# SPs from j to k
Which node is the most important?
Communities/Clusters 
• Local properties are shared only by a subset of the nodes
Facebook
Facebook 
(again)
Network components
Network components 
• define the topology 
• locally 
• globally 
(how many triads/pendants/dyads…)
example: count the number of triads in 
a network for comparison
An Introduction to Networks
Topologies: small-world 
Random shortcuts 
ASP 
each node is connected to 
any other node in only 
log(N) steps
Topologies: scale-free 
Degree distribution follows power-law 
Fact! 
most real networks follow a power-law
Topologies: scale-free 
Degree distribution follows power-law 
• the sizes of earthquakes 
• craters on the moon 
• solar flares 
• the foraging pattern of various species 
• the sizes of activity patterns of 
neuronal populations 
• the frequencies of words in 
most languages 
• frequencies of family names 
• sizes of power outages 
• wars 
• criminal charges per convict 
• and many more…
Topologies: random 
Nodes are statistically independent
Networks 
static (1) 
given a degree distrib. -> connect 
dynamic (2) 
structural changes are governed by 
evolution of the system 
(gene-gene, web, social net.) 
(1) given , assign uniform prob. to all random graphs 
with a number of nodes with degree k (Aiello et. al) 
N and k are fully determined 
(2) Prob. of link j connected to existing node i is proportional to
Weighted networks 
A = 
3 1 
2 5 
8 
2 
0 5 0 0 1 0 
5 0 8 0 6 0 
6 
0 8 0 2 0 0 
0 0 2 0 3 2 
1 6 0 3 0 0 
0 0 0 2 0 0
Weighted networks 
node strength 
strength of nodes of 
degree k 
(independence between weight and topology) 
average weight 
with correlation
“The richest people in the world look for and 
build networks. Everyone else looks for work.” 
–Robert Kiyosaki

More Related Content

PDF
Networks in Space: Granular Force Networks and Beyond
PDF
Temporal networks - Alain Barrat
PDF
Mesoscale Structures in Networks
PPTX
Community Detection
PPTX
Community detection
PDF
Exploratory social network analysis with pajek
PDF
Community detection in social networks[1]
Networks in Space: Granular Force Networks and Beyond
Temporal networks - Alain Barrat
Mesoscale Structures in Networks
Community Detection
Community detection
Exploratory social network analysis with pajek
Community detection in social networks[1]

What's hot (20)

PDF
Community Detection with Networkx
PPT
Clique-based Network Clustering
PDF
Parallel Sorting on a Spatial Computer
PPTX
17 Statistical Models for Networks
PDF
1834902165(dc assignment 03)
PDF
1834902095 mst mune mala(dc assignment 03)
PDF
Social network analysis basics
PPTX
Scalable community detection with the louvain algorithm
PPTX
Higher-order spectral graph clustering with motifs
PPTX
Rdbms Chapter 3
PPTX
Higher-order clustering coefficients at Purdue CSoI
RTF
Robin ravi gajria ima mathematics today review 7 the structure of complex net...
PPTX
Multiscale Mapper Networks
PPTX
4. social network analysis
PPTX
Using content and interactions for discovering communities in
PDF
The Hidden Geometry of Multiplex Networks @ Next Generation Network Analytics
PDF
Spatial patterns in evolutionary games on scale-free networks and multiplexes
PDF
Using spectral radius ratio for node degree
PPTX
Empirical Network Classification
PDF
08 Exponential Random Graph Models (ERGM)
Community Detection with Networkx
Clique-based Network Clustering
Parallel Sorting on a Spatial Computer
17 Statistical Models for Networks
1834902165(dc assignment 03)
1834902095 mst mune mala(dc assignment 03)
Social network analysis basics
Scalable community detection with the louvain algorithm
Higher-order spectral graph clustering with motifs
Rdbms Chapter 3
Higher-order clustering coefficients at Purdue CSoI
Robin ravi gajria ima mathematics today review 7 the structure of complex net...
Multiscale Mapper Networks
4. social network analysis
Using content and interactions for discovering communities in
The Hidden Geometry of Multiplex Networks @ Next Generation Network Analytics
Spatial patterns in evolutionary games on scale-free networks and multiplexes
Using spectral radius ratio for node degree
Empirical Network Classification
08 Exponential Random Graph Models (ERGM)
Ad

Viewers also liked (18)

PDF
Deeplearning NLP
PDF
Poster: Method for an automatic generation of a semantic-level contextual tra...
PDF
Tratamientos
PDF
Marca Personal
PPTX
Вертикальная интеграция вычислительных архитектур - Проблема медиатора
PDF
BenKuchlerportfolioFINAL_lowres
PDF
Robust rule-based parsing
PPTX
Chord Node Join
PDF
BuBBle: a Javascript engine level countermeasure against heap-spraying attacks
PDF
Hyperforce: Hypervisor-enForced Execution of Security-Critical Code
PDF
Scale free network Visualiuzation
KEY
Chord presentation
PDF
Rule based approach to sentiment analysis at ROMIP 2011
PPTX
Introduction to DHT with Chord
PDF
Finnish business angel activity 2015
PDF
Deep learning for nlp
PDF
Web Crawling and Reinforcement Learning
PDF
Instruction-level countermeasure against buffer overflow attacks
Deeplearning NLP
Poster: Method for an automatic generation of a semantic-level contextual tra...
Tratamientos
Marca Personal
Вертикальная интеграция вычислительных архитектур - Проблема медиатора
BenKuchlerportfolioFINAL_lowres
Robust rule-based parsing
Chord Node Join
BuBBle: a Javascript engine level countermeasure against heap-spraying attacks
Hyperforce: Hypervisor-enForced Execution of Security-Critical Code
Scale free network Visualiuzation
Chord presentation
Rule based approach to sentiment analysis at ROMIP 2011
Introduction to DHT with Chord
Finnish business angel activity 2015
Deep learning for nlp
Web Crawling and Reinforcement Learning
Instruction-level countermeasure against buffer overflow attacks
Ad

Similar to An Introduction to Networks (20)

PPT
Socialnetworkanalysis (Tin180 Com)
PPT
Topology ppt
PPT
Topology ppt
PPT
Topology ppt
PDF
ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...
PDF
Statistical_mechanics_of_complex_network.pdf
PPT
TopologyPPT.ppt
PPT
Scott Complex Networks
PPT
Microsoft Research, India Social Networks And Their Applications To Web (Ti...
PDF
Find insights in graphs with python
PDF
Community structure in social and biological structures
PDF
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
PDF
Informatics systems
PDF
Topological Data Analysis of Complex Spatial Systems
PPTX
03 Communities in Networks (2017)
PDF
Temporal Networks of Human Interaction
PDF
CLIM Program: Remote Sensing Workshop, Multilayer Modeling and Analysis of Co...
PDF
Snowbird comp-top-may2017
PDF
Spectral clustering with motifs and higher-order structures
PPTX
13 Community Detection
Socialnetworkanalysis (Tin180 Com)
Topology ppt
Topology ppt
Topology ppt
ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...
Statistical_mechanics_of_complex_network.pdf
TopologyPPT.ppt
Scott Complex Networks
Microsoft Research, India Social Networks And Their Applications To Web (Ti...
Find insights in graphs with python
Community structure in social and biological structures
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Informatics systems
Topological Data Analysis of Complex Spatial Systems
03 Communities in Networks (2017)
Temporal Networks of Human Interaction
CLIM Program: Remote Sensing Workshop, Multilayer Modeling and Analysis of Co...
Snowbird comp-top-may2017
Spectral clustering with motifs and higher-order structures
13 Community Detection

Recently uploaded (20)

PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Cell Structure & Organelles in detailed.
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Lesson notes of climatology university.
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Pharma ospi slides which help in ospi learning
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Complications of Minimal Access Surgery at WLH
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
Final Presentation General Medicine 03-08-2024.pptx
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
VCE English Exam - Section C Student Revision Booklet
Sports Quiz easy sports quiz sports quiz
Microbial diseases, their pathogenesis and prophylaxis
Renaissance Architecture: A Journey from Faith to Humanism
Cell Structure & Organelles in detailed.
2.FourierTransform-ShortQuestionswithAnswers.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra
Lesson notes of climatology university.
GDM (1) (1).pptx small presentation for students
Pharma ospi slides which help in ospi learning
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Complications of Minimal Access Surgery at WLH
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
TR - Agricultural Crops Production NC III.pdf
O5-L3 Freight Transport Ops (International) V1.pdf

An Introduction to Networks