Complex networks: an introduction

Size: px
Start display at page:

Download "Complex networks: an introduction"

Transcription

1 Alain Barrat Complex networks: an introduction CPT, Marseille, France ISI, Turin, Italy

2 Plan of the lecture I. INTRODUCTION II. I. Networks: definitions, statistical characterization II. Real world networks DYNAMICAL PROCESSES I. Resilience, vulnerability II. III. IV. Random walks Epidemic processes (Social phenomena) V. Some perspectives

3 What is a network Network=set of nodes joined by links very abstract representation very general convenient to describe many different systems

4 Some examples Social networks Nodes Individuals Links Social relations Internet WWW Routers AS Webpages Cables Commercial agreements Hyperlinks Protein interaction networks Proteins Chemical reactions and many more ( , P2P, foodwebs, transport.)

5 Interdisciplinary science Science of complex networks: -graph theory -sociology -communication science -biology -physics -computer science

6 Interdisciplinary science Science of complex networks: Empirics Characterization Modeling Dynamical processes

7 G=(V,E) Paths Path of length n = ordered collection of n+1 vertices i 0,i 1,,i n V n edges (i 0,i 1 ), (i 1,i 2 ),(i n-1,i n ) E i 3 i 4 i 5 i 0 i 1 i 2 Cycle/loop = closed path (i 0 =i n )

8 Paths and connectedness G=(V,E) is connected if and only if there exists a path connecting any two nodes in G is connected is not connected is formed by two components

9 Paths and connectedness G=(V,E)=> distribution of components sizes Giant component= component whose size scales with the number of vertices N Existence of a giant component Macroscopic fraction of the graph is connected

10 Paths and connectedness: Paths are directed directed graphs Giant IN Component Giant SCC: Strongly Connected Component Giant OUT Component Disconnected components Tendrils Tube Tendril

11 Shortest paths Shortest path between i and j: minimum number of traversed edges i j distance l(i,j)=minimum number of edges traversed on a path between i and j Diameter of the graph= max(l(i,j)) Average shortest path= ij l(i,j)/(n(n-1)/2) Complete graph: l(i,j)=1 for all i,j Small-world : small diameter

12 Centrality measures How to quantify the importance of a node? Degree=number of neighbours= j a ij k i =5 i (directed graphs: k in, k out ) Closeness centrality g i = 1 / j l(i,j)

13 Betweenness centrality for each pair of nodes (l,m) in the graph, there are σ lm shortest paths between l and m σ lm i shortest paths going through i b i is the sum of σ lm i / σ lm over all pairs (l,m) path-based quantity j i b i is large b j is small NB: similar quantity= load l i = σ i lm NB: generalization to edge betweenness centrality

14 Structure of neighborhoods k 3 Clustering coefficient of a node i 2 C(i) = # of links between 1,2, n neighbors k(k-1)/2 1 Clustering: My friends will know each other with high probability! (typical example: social networks)

15 Structure of neighborhoods Average clustering coefficient of a graph C= i C(i)/N NB: slightly different definition from the fraction of transitive triples: C = 3 x number of fully connected triples number of triples

16 Statistical characterization Degree distribution List of degrees k 1,k 2,,k N Not very useful! Histogram: N k = number of nodes with degree k Distribution: P(k)=N k /N=probability that a randomly chosen node has degree k Cumulative distribution: P > (k)=probability that a randomly chosen node has degree at least k

17 Statistical characterization Degree distribution P(k)=N k /N=probability that a randomly chosen node has degree k Average= k = i k i /N = k k P(k)=2 E /N Sparse graphs: k N Fluctuations: k 2 - k 2 k 2 = i k 2 i /N = k k2 P(k) k n = k k n P(k)

18 Statistical characterization Multipoint degree correlations P(k): not enough to characterize a network Large degree nodes tend to connect to large degree nodes Ex: social networks Large degree nodes tend to connect to small degree nodes Ex: technological networks

19 Statistical characterization Multipoint degree correlations Measure of correlations: P(k,k, k (n) k): conditional probability that a node of degree k is connected to nodes of degree k, k, Simplest case: P(k k): conditional probability that a node of degree k is connected to a node of degree k often inconvenient (statistical fluctuations)

20 Statistical characterization Multipoint degree correlations Practical measure of correlations: average degree of nearest neighbors k=4 i k=4 k=7 k=3 k i =4 k nn,i =( )/4=4.5

21 Statistical characterization average degree of nearest neighbors Correlation spectrum: putting together nodes which have the same degree class of degree k

22 P(k k) Statistical characterization independent of k case of random uncorrelated networks proba that an edge points to a node of degree k number of edges from nodes of degree k number of edges from nodes of any degree P unc (k k)=k P(k )/ k proportional to k itself

23 Typical correlations Assortative behaviour: growing k nn (k) Example: social networks Large sites are connected with large sites Disassortative behaviour: decreasing k nn (k) Example: internet Large sites connected with small sites, hierarchical structure

24 Correlations: Clustering spectrum P(k,k k): cumbersome, difficult to estimate from data Average clustering coefficient C=average over nodes with very different characteristics Clustering spectrum: putting together nodes which have the same degree (link with hierarchical structures) class of degree k

25 Weighted networks Real world networks: links carry trafic (transport networks, Internet ) have different intensities (social networks ) General description: weights i w ij j a ij : 0 or 1 w ij : continuous variable

26 Weights: examples Scientific collaborations: number of common papaers Internet, s: traffic, number of exchanged s Airports: number of passengers Metabolic networks: fluxes Financial networks: shares usually w ii =0 symetric: w ij =w ji

27 Weighted networks Weights: on the links Strength of a node: s i = j V(i) w ij =>Naturally generalizes the degree to weighted networks =>Quantifies for example the total trafic at a node

28 Weighted clustering coefficient i w ij =1 w ij =5 i s i =16 c iw =0.625 > c i k i =4 c i =0.5 s i =8 c iw =0.25 < c i

29 Weighted clustering coefficient k w ik i w ij (w jk ) j Average clustering coefficient C= i C(i)/N C w = i C w (i)/n Random(ized) weights: C = C w C < C w : more weights on cliques C > C w : less weights on cliques Clustering spectra

30 Weighted assortativity i k i =5; k nn,i =1.8

31 Weighted assortativity i k i =5; k nn,i =1.8

32 Weighted assortativity i k i =5; s i =21; k nn,i =1.8 ; k nn,iw =1.2: k nn,i > k nn,i w

33 Weighted assortativity i k i =5; s i =9; k nn,i =1.8 ; k nn,iw =3.2: k nn,i < k nn,i w

34 Participation ratio 1/k i if all weights equal close to 1 if few weights dominate

35 Plan of the lecture I. INTRODUCTION II. I. Networks: definitions, statistical characterization II. Real world networks DYNAMICAL PROCESSES I. Resilience, vulnerability II. III. IV. Random walks Epidemic processes (Social phenomena) V. Some perspectives

36 Two main classes Natural systems: Biological networks: genes, proteins Foodwebs Social networks Infrastructure networks: Virtual: web, , P2P Physical: Internet, power grids, transport

37 Metabolic Network Protein Interactions Nodes: metabolites Links:chemical reactions Nodes: proteins Links: interactions

38 Scientific collaboration network Nodes: scientists Links: co-authored papers Weights: depending on number of co-authored papers number of authors of each paper number of citations

39 Transportation network: Urban level TRANSIMS project Nodes=locations (homes, shops, offices ) Weighted links=flow of individuals

40 World airport network complete IATA database l l V = 3100 airports E = weighted edges l w ij #seats / (time scale) > 99% of total traffic

41 Meta-population networks Each node: internal structure Links: transport/traffic City a City i City j

42 Internet Computers (routers) Satellites Modems Phone cables Optic fibers EM waves different granularities

43 Internet mapping continuously evolving and growing intrinsic heterogeneity self-organizing Largely unknown topology/properties Mapping projects: Multi-probe reconstruction (router-level): traceroute Use of BGP tables for the Autonomous System level (domains) CAIDA, NLANR, RIPE, IPM, PingER, DIMES Topology and performance measurements

44 The World-Wide-Web Virtual network to find and share informations web pages hyperlinks CRAWLS

45 Sampling issues social networks: various samplings/networks transportation network: reliable data biological networks: incomplete samplings Internet: various (incomplete) mapping processes WWW: regular crawls possibility of introducing biases in the measured network characteristics

46 Networks characteristics Networks: of very different origins Do they have anything in common? Possibility to find common properties? the abstract character of the graph representation and graph theory allow to answer.

47 Social networks: Milgram s experiment Milgram, Psych Today 2, 60 (1967) Dodds et al., Science 301, 827 (2003) Six degrees of separation SMALL-WORLD CHARACTER

48 Small-world properties Average number of nodes within a chemical distance l Scientific collaborations Internet

49 Small-world properties N points, links with proba p: static random graphs short distances (log N)

50 Clustering coefficient n 3 Empirically: large clustering coefficients 2 Higher probability to be connected 1 Clustering: My friends will know each other with high probability (typical example: social networks)

51 Small-world networks N nodes forms a regular lattice. With probability p, each edge is rewired randomly =>Shortcuts N = 1000 Large clustering coeff. Short typical path Watts & Strogatz, Nature 393, 440 (1998)

52 Topological heterogeneity Statistical analysis of centrality measures: P(k)=N k /N=probability that a randomly chosen also: P(b), P(w). node has degree k Two broad classes homogeneous networks: light tails heterogeneous networks: skewed, heavy tails

53 Topological heterogeneity Statistical analysis of centrality measures Broad degree distributions (often: power-law tails P(k) k -γ, typically 2< γ <3) Internet No particular characteristic scale

54 Topological heterogeneity Statistical analysis of centrality measures: linear scale Poisson vs. Power-law log-scale

55 Exp. vs. Scale-Free Poisson distribution Power-law distribution Exponential Scale-free

56 Power-law tails P(k) k -γ Consequences Average= k = k P(k)dk Fluctuations k 2 = k 2 P(k) dk k c 3-γ k c =cut-off due to finite-size N => diverging degree fluctuations for γ < 3 Level of heterogeneity:

57 Other heterogeneity levels Weights Strengths

58 Other heterogeneity levels Betweenness centrality

59 Clustering and correlations non-trivial structures

60 Complex networks Complex is not just complicated Cars, airplanes => complicated, not complex Complex (no unique definition): many interacting units no centralized authority, self-organized complicated at all scales evolving structures emerging properties (heavy-tails, hierarchies ) Examples: Internet, WWW, Social nets, etc

61 Example: Internet growth

62 Main features of complex networks Many interacting units Self-organization Small-world Scale-free heterogeneity Dynamical evolution Standard graph theory Random graphs Static Ad-hoc topology Example: Internet topology generators Modeling of the Internet structure with ad-hoc algorithms tailored on the properties we consider more relevant

63 Statistical physics approach Microscopic processes of the many component units Macroscopic statistical and dynamical properties of the system Cooperative phenomena Complex topology Natural outcome of the dynamical evolution Development of new modeling frameworks

64 New modeling frameworks Example: preferential attachment (1)GROWTH : At every timestep we add a new node with m edges (connected to the nodes already present in the system). (2)PREFERENTIAL ATTACHMENT : The probability that a new node will be connected to node i depends on the connectivity k i of that node Π ( k ) i = ki Σ k j j and many other mechanisms and models P(k) ~k -3 A.-L.Barabási, R. Albert, Science 286, 509 (1999)

Network models: dynamical growth and small world

Network models: dynamical growth and small world Network models: dynamical growth and small world Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics

More information

6.207/14.15: Networks Lecture 12: Generalized Random Graphs

6.207/14.15: Networks Lecture 12: Generalized Random Graphs 6.207/14.15: Networks Lecture 12: Generalized Random Graphs 1 Outline Small-world model Growing random networks Power-law degree distributions: Rich-Get-Richer effects Models: Uniform attachment model

More information

Mini course on Complex Networks

Mini course on Complex Networks Mini course on Complex Networks Massimo Ostilli 1 1 UFSC, Florianopolis, Brazil September 2017 Dep. de Fisica Organization of The Mini Course Day 1: Basic Topology of Equilibrium Networks Day 2: Percolation

More information

Complex networks: an introduction Alain Barrat

Complex networks: an introduction Alain Barrat Complex networks: an introduction Alain Barrat CPT, Marseille, France ISI, Turin, Italy http://www.cpt.univ-mrs.fr/~barrat http://cxnets.googlepages.com Plan of the lecture I. INTRODUCTION I. Networks:

More information

Data Mining and Analysis: Fundamental Concepts and Algorithms

Data Mining and Analysis: Fundamental Concepts and Algorithms Data Mining and Analysis: Fundamental Concepts and Algorithms dataminingbook.info Mohammed J. Zaki 1 Wagner Meira Jr. 2 1 Department of Computer Science Rensselaer Polytechnic Institute, Troy, NY, USA

More information

Self Similar (Scale Free, Power Law) Networks (I)

Self Similar (Scale Free, Power Law) Networks (I) Self Similar (Scale Free, Power Law) Networks (I) E6083: lecture 4 Prof. Predrag R. Jelenković Dept. of Electrical Engineering Columbia University, NY 10027, USA {predrag}@ee.columbia.edu February 7, 2007

More information

Network models: random graphs

Network models: random graphs Network models: random graphs Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Structural Analysis

More information

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 4 May 2000

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 4 May 2000 Topology of evolving networks: local events and universality arxiv:cond-mat/0005085v1 [cond-mat.dis-nn] 4 May 2000 Réka Albert and Albert-László Barabási Department of Physics, University of Notre-Dame,

More information

networks in molecular biology Wolfgang Huber

networks in molecular biology Wolfgang Huber networks in molecular biology Wolfgang Huber networks in molecular biology Regulatory networks: components = gene products interactions = regulation of transcription, translation, phosphorylation... Metabolic

More information

Network Analysis and Modeling

Network Analysis and Modeling lecture 0: what are networks and how do we talk about them? 2017 Aaron Clauset 003 052 002 001 Aaron Clauset @aaronclauset Assistant Professor of Computer Science University of Colorado Boulder External

More information

Lecture VI Introduction to complex networks. Santo Fortunato

Lecture VI Introduction to complex networks. Santo Fortunato Lecture VI Introduction to complex networks Santo Fortunato Plan of the course I. Networks: definitions, characteristics, basic concepts in graph theory II. III. IV. Real world networks: basic properties

More information

Degree Distribution: The case of Citation Networks

Degree Distribution: The case of Citation Networks Network Analysis Degree Distribution: The case of Citation Networks Papers (in almost all fields) refer to works done earlier on same/related topics Citations A network can be defined as Each node is

More information

CS224W: Analysis of Networks Jure Leskovec, Stanford University

CS224W: Analysis of Networks Jure Leskovec, Stanford University CS224W: Analysis of Networks Jure Leskovec, Stanford University http://cs224w.stanford.edu 10/30/17 Jure Leskovec, Stanford CS224W: Social and Information Network Analysis, http://cs224w.stanford.edu 2

More information

Erzsébet Ravasz Advisor: Albert-László Barabási

Erzsébet Ravasz Advisor: Albert-László Barabási Hierarchical Networks Erzsébet Ravasz Advisor: Albert-László Barabási Introduction to networks How to model complex networks? Clustering and hierarchy Hierarchical organization of cellular metabolism The

More information

SMALL-WORLD NAVIGABILITY. Alexandru Seminar in Distributed Computing

SMALL-WORLD NAVIGABILITY. Alexandru Seminar in Distributed Computing SMALL-WORLD NAVIGABILITY Talk about a small world 2 Zurich, CH Hunedoara, RO From cliché to social networks 3 Milgram s Experiment and The Small World Hypothesis Omaha, NE Boston, MA Wichita, KS Human

More information

1 Mechanistic and generative models of network structure

1 Mechanistic and generative models of network structure 1 Mechanistic and generative models of network structure There are many models of network structure, and these largely can be divided into two classes: mechanistic models and generative or probabilistic

More information

Social Networks- Stanley Milgram (1967)

Social Networks- Stanley Milgram (1967) Complex Networs Networ is a structure of N nodes and 2M lins (or M edges) Called also graph in Mathematics Many examples of networs Internet: nodes represent computers lins the connecting cables Social

More information

Modeling temporal networks using random itineraries

Modeling temporal networks using random itineraries Modeling temporal networks using random itineraries Alain Barrat CPT, Marseille, France & ISI, Turin, Italy j j i i G k k i j k i j me$ N k 2$ i j k 1$ 0$ A.B., B. Fernandez, K. Lin, L.-S. Young Phys.

More information

Networks as a tool for Complex systems

Networks as a tool for Complex systems Complex Networs Networ is a structure of N nodes and 2M lins (or M edges) Called also graph in Mathematics Many examples of networs Internet: nodes represent computers lins the connecting cables Social

More information

Spectral Analysis of Directed Complex Networks. Tetsuro Murai

Spectral Analysis of Directed Complex Networks. Tetsuro Murai MASTER THESIS Spectral Analysis of Directed Complex Networks Tetsuro Murai Department of Physics, Graduate School of Science and Engineering, Aoyama Gakuin University Supervisors: Naomichi Hatano and Kenn

More information

Assortativity and Mixing. Outline. Definition. General mixing. Definition. Assortativity by degree. Contagion. References. Contagion.

Assortativity and Mixing. Outline. Definition. General mixing. Definition. Assortativity by degree. Contagion. References. Contagion. Outline Complex Networks, Course 303A, Spring, 2009 Prof Peter Dodds Department of Mathematics & Statistics University of Vermont Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike

More information

Mutual selection model for weighted networks

Mutual selection model for weighted networks Mutual selection model for weighted networks Wen-Xu Wang, Bo Hu, Tao Zhou, Bing-Hong Wang,* and Yan-Bo Xie Nonlinear Science Center and Department of Modern Physics, University of Science and Technology

More information

Overview of Network Theory

Overview of Network Theory Overview of Network Theory MAE 298, Spring 2009, Lecture 1 Prof. Raissa D Souza University of California, Davis Example social networks (Immunology; viral marketing; aliances/policy) M. E. J. Newman The

More information

Adventures in random graphs: Models, structures and algorithms

Adventures in random graphs: Models, structures and algorithms BCAM January 2011 1 Adventures in random graphs: Models, structures and algorithms Armand M. Makowski ECE & ISR/HyNet University of Maryland at College Park armand@isr.umd.edu BCAM January 2011 2 Complex

More information

Complex Networks, Course 303A, Spring, Prof. Peter Dodds

Complex Networks, Course 303A, Spring, Prof. Peter Dodds Complex Networks, Course 303A, Spring, 2009 Prof. Peter Dodds Department of Mathematics & Statistics University of Vermont Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.

More information

CS224W: Social and Information Network Analysis Jure Leskovec, Stanford University

CS224W: Social and Information Network Analysis Jure Leskovec, Stanford University CS224W: Social and Information Network Analysis Jure Leskovec, Stanford University http://cs224w.stanford.edu Intro sessions to SNAP C++ and SNAP.PY: SNAP.PY: Friday 9/27, 4:5 5:30pm in Gates B03 SNAP

More information

Modeling face-to-face social interaction networks

Modeling face-to-face social interaction networks Modeling face-to-face social interaction networks Romualdo Pastor-Satorras Dept. Fisica i Enginyería Nuclear Universitat Politècnica de Catalunya Spain http://www.fen.upc.edu/~romu Work done in collaboration

More information

Complex (Biological) Networks

Complex (Biological) Networks Complex (Biological) Networks Today: Measuring Network Topology Thursday: Analyzing Metabolic Networks Elhanan Borenstein Some slides are based on slides from courses given by Roded Sharan and Tomer Shlomi

More information

1 Complex Networks - A Brief Overview

1 Complex Networks - A Brief Overview Power-law Degree Distributions 1 Complex Networks - A Brief Overview Complex networks occur in many social, technological and scientific settings. Examples of complex networks include World Wide Web, Internet,

More information

Bioinformatics I. CPBS 7711 October 29, 2015 Protein interaction networks. Debra Goldberg

Bioinformatics I. CPBS 7711 October 29, 2015 Protein interaction networks. Debra Goldberg Bioinformatics I CPBS 7711 October 29, 2015 Protein interaction networks Debra Goldberg debra@colorado.edu Overview Networks, protein interaction networks (PINs) Network models What can we learn from PINs

More information

Agata Fronczak, Piotr Fronczak and Janusz A. Hołyst. Information-theoretic approach to random networks: fluctuations and responses

Agata Fronczak, Piotr Fronczak and Janusz A. Hołyst. Information-theoretic approach to random networks: fluctuations and responses Creen Meeting in Karlsruhe, June 2004 Agata Fronczak, Piotr Fronczak and Janusz A. Hołyst Faculty of Physics, Warsaw University of Technology Information-theoretic approach to random networks: fluctuations

More information

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 18 Feb 2004 Diego Garlaschelli a,b and Maria I. Loffredo b,c

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 18 Feb 2004 Diego Garlaschelli a,b and Maria I. Loffredo b,c Wealth Dynamics on Complex Networks arxiv:cond-mat/0402466v1 [cond-mat.dis-nn] 18 Feb 2004 Diego Garlaschelli a,b and Maria I. Loffredo b,c a Dipartimento di Fisica, Università di Siena, Via Roma 56, 53100

More information

Overview. Overview. Social networks. What is a network? 10/29/14. Bioinformatics I. Networks are everywhere! Introduction to Networks

Overview. Overview. Social networks. What is a network? 10/29/14. Bioinformatics I. Networks are everywhere! Introduction to Networks Bioinformatics I Overview CPBS 7711 October 29, 2014 Protein interaction networks Debra Goldberg debra@colorado.edu Networks, protein interaction networks (PINs) Network models What can we learn from PINs

More information

TEMPORAL PROPERTIES OF DYNAMIC PROCESSES ON COMPLEX NETWORKS. Malgorzata A. Turalska, M.S. Dissertation Prepared for the Degree of

TEMPORAL PROPERTIES OF DYNAMIC PROCESSES ON COMPLEX NETWORKS. Malgorzata A. Turalska, M.S. Dissertation Prepared for the Degree of TEMPORAL PROPERTIES OF DYNAMIC PROCESSES ON COMPLEX NETWORKS Malgorzata A. Turalska, M.S. Dissertation Prepared for the Degree of DOCTOR OF PHILOSOPHY UNIVERSITY OF NORTH TEXAS December 2011 APPROVED:

More information

Universal dependence of distances on nodes degrees in complex networks

Universal dependence of distances on nodes degrees in complex networks Universal dependence of distances on nodes degrees in complex networs Janusz A. Hołyst, Julian Sieniewicz, Agata Froncza, Piotr Froncza, Krzysztof Sucheci and Piotr Wójcici Faculty of Physics and Center

More information

Network Science: Principles and Applications

Network Science: Principles and Applications Network Science: Principles and Applications CS 695 - Fall 2016 Amarda Shehu,Fei Li [amarda, lifei](at)gmu.edu Department of Computer Science George Mason University 1 Outline of Today s Class 2 Robustness

More information

Complex (Biological) Networks

Complex (Biological) Networks Complex (Biological) Networks Today: Measuring Network Topology Thursday: Analyzing Metabolic Networks Elhanan Borenstein Some slides are based on slides from courses given by Roded Sharan and Tomer Shlomi

More information

Emergent Phenomena on Complex Networks

Emergent Phenomena on Complex Networks Chapter 1 Emergent Phenomena on Complex Networks 1.0.1 More is different When many interacting elements give rise to a collective behavior that cannot be explained or predicted by considering them individually,

More information

6.207/14.15: Networks Lecture 7: Search on Networks: Navigation and Web Search

6.207/14.15: Networks Lecture 7: Search on Networks: Navigation and Web Search 6.207/14.15: Networks Lecture 7: Search on Networks: Navigation and Web Search Daron Acemoglu and Asu Ozdaglar MIT September 30, 2009 1 Networks: Lecture 7 Outline Navigation (or decentralized search)

More information

Graph Theory and Networks in Biology

Graph Theory and Networks in Biology Graph Theory and Networks in Biology Oliver Mason and Mark Verwoerd Hamilton Institute, National University of Ireland Maynooth, Co. Kildare, Ireland {oliver.mason, mark.verwoerd}@nuim.ie January 17, 2007

More information

Characteristics of Small World Networks

Characteristics of Small World Networks Characteristics of Small World Networks Petter Holme 20th April 2001 References: [1.] D. J. Watts and S. H. Strogatz, Collective Dynamics of Small-World Networks, Nature 393, 440 (1998). [2.] D. J. Watts,

More information

Graph Theory and Networks in Biology arxiv:q-bio/ v1 [q-bio.mn] 6 Apr 2006

Graph Theory and Networks in Biology arxiv:q-bio/ v1 [q-bio.mn] 6 Apr 2006 Graph Theory and Networks in Biology arxiv:q-bio/0604006v1 [q-bio.mn] 6 Apr 2006 Oliver Mason and Mark Verwoerd February 4, 2008 Abstract In this paper, we present a survey of the use of graph theoretical

More information

Temporal Networks aka time-varying networks, time-stamped graphs, dynamical networks...

Temporal Networks aka time-varying networks, time-stamped graphs, dynamical networks... Temporal Networks aka time-varying networks, time-stamped graphs, dynamical networks... Network Theory and Applications ECS 253 / MAE 253 Spring 2016 Márton Pósfai (posfai@ucdavis.edu) Sources Reviews:

More information

The architecture of complexity: the structure and dynamics of complex networks.

The architecture of complexity: the structure and dynamics of complex networks. SMR.1656-36 School and Workshop on Structure and Function of Complex Networks 16-28 May 2005 ------------------------------------------------------------------------------------------------------------------------

More information

arxiv: v1 [nlin.cg] 23 Sep 2010

arxiv: v1 [nlin.cg] 23 Sep 2010 Complex networks derived from cellular automata Yoshihiko Kayama Department of Media and Information, BAIKA Women s University, 2-9-5, Shukuno-sho, Ibaraki-city, Osaka-pref., Japan arxiv:009.4509v [nlin.cg]

More information

Complex-Network Modelling and Inference

Complex-Network Modelling and Inference Complex-Network Modelling and Inference Lecture 12: Random Graphs: preferential-attachment models Matthew Roughan http://www.maths.adelaide.edu.au/matthew.roughan/notes/

More information

Growing a Network on a Given Substrate

Growing a Network on a Given Substrate Growing a Network on a Given Substrate 1 Babak Fotouhi and Michael G. Rabbat Department of Electrical and Computer Engineering McGill University, Montréal, Québec, Canada Email: babak.fotouhi@mail.mcgill.ca,

More information

arxiv:cond-mat/ v1 28 Feb 2005

arxiv:cond-mat/ v1 28 Feb 2005 How to calculate the main characteristics of random uncorrelated networks Agata Fronczak, Piotr Fronczak and Janusz A. Hołyst arxiv:cond-mat/0502663 v1 28 Feb 2005 Faculty of Physics and Center of Excellence

More information

Structure and dynamics of Complex Networks. A.Vespignani

Structure and dynamics of Complex Networks. A.Vespignani Structure and dynamics of Complex Networks A.Vespignani A network is a system that allows its abstract/mathematical representation as a graph Vertices (nodes) = elements of the system Edges (links) = interactions/relations

More information

Networks and sciences: The story of the small-world

Networks and sciences: The story of the small-world Networks and sciences: The story of the small-world Hugues Bersini IRIDIA ULB 2013 Networks and sciences 1 The story begins with Stanley Milgram (1933-1984) In 1960, the famous experience of the submission

More information

Chaos, Complexity, and Inference (36-462)

Chaos, Complexity, and Inference (36-462) Chaos, Complexity, and Inference (36-462) Lecture 21 Cosma Shalizi 3 April 2008 Models of Networks, with Origin Myths Erdős-Rényi Encore Erdős-Rényi with Node Types Watts-Strogatz Small World Graphs Exponential-Family

More information

Spectral Graph Theory Tools. Analysis of Complex Networks

Spectral Graph Theory Tools. Analysis of Complex Networks Spectral Graph Theory Tools for the Department of Mathematics and Computer Science Emory University Atlanta, GA 30322, USA Acknowledgments Christine Klymko (Emory) Ernesto Estrada (Strathclyde, UK) Support:

More information

Graph Theory Approaches to Protein Interaction Data Analysis

Graph Theory Approaches to Protein Interaction Data Analysis Graph Theory Approaches to Protein Interaction Data Analysis Nataša Pržulj September 8, 2003 Contents 1 Introduction 2 1.1 Graph Theoretic Terminology................................. 3 1.2 Biological

More information

arxiv:cond-mat/ v1 2 Jan 2003

arxiv:cond-mat/ v1 2 Jan 2003 Topology of the World Trade Web M a Ángeles Serrano and Marián Boguñá Departament de Física Fonamental, Universitat de Barcelona, Av. Diagonal 647, 08028 Barcelona, Spain (Dated: July 9, 2004) arxiv:cond-mat/0301015

More information

Groups of vertices and Core-periphery structure. By: Ralucca Gera, Applied math department, Naval Postgraduate School Monterey, CA, USA

Groups of vertices and Core-periphery structure. By: Ralucca Gera, Applied math department, Naval Postgraduate School Monterey, CA, USA Groups of vertices and Core-periphery structure By: Ralucca Gera, Applied math department, Naval Postgraduate School Monterey, CA, USA Mostly observed real networks have: Why? Heavy tail (powerlaw most

More information

Complex Transportation Networks: Resilience, Modelling and Optimisation

Complex Transportation Networks: Resilience, Modelling and Optimisation Complex Transportation Networks: Resilience, Modelling and Optimisation Holovatch, T. Submitted version deposited in CURVE January 2014 Original citation: Holovatch, T. (2011). Complex transportation networks:

More information

SYSTEMS BIOLOGY 1: NETWORKS

SYSTEMS BIOLOGY 1: NETWORKS SYSTEMS BIOLOGY 1: NETWORKS SYSTEMS BIOLOGY Starting around 2000 a number of biologists started adopting the term systems biology for an approach to biology that emphasized the systems-character of biology:

More information

Shannon Entropy and Degree Correlations in Complex Networks

Shannon Entropy and Degree Correlations in Complex Networks Shannon Entropy and Degree Correlations in Complex etworks SAMUEL JOHSO, JOAQUÍ J. TORRES, J. MARRO, and MIGUEL A. MUÑOZ Instituto Carlos I de Física Teórica y Computacional, Departamento de Electromagnetismo

More information

Self-organized scale-free networks

Self-organized scale-free networks Self-organized scale-free networks Kwangho Park and Ying-Cheng Lai Departments of Electrical Engineering, Arizona State University, Tempe, Arizona 85287, USA Nong Ye Department of Industrial Engineering,

More information

Evolutionary Games on Networks. Wen-Xu Wang and G Ron Chen Center for Chaos and Complex Networks

Evolutionary Games on Networks. Wen-Xu Wang and G Ron Chen Center for Chaos and Complex Networks Evolutionary Games on Networks Wen-Xu Wang and G Ron Chen Center for Chaos and Complex Networks Email: wenxuw@gmail.com; wxwang@cityu.edu.hk Cooperative behavior among selfish individuals Evolutionary

More information

Sampling and Estimation in Network Graphs

Sampling and Estimation in Network Graphs Sampling and Estimation in Network Graphs Gonzalo Mateos Dept. of ECE and Goergen Institute for Data Science University of Rochester gmateosb@ece.rochester.edu http://www.ece.rochester.edu/~gmateosb/ March

More information

A LINE GRAPH as a model of a social network

A LINE GRAPH as a model of a social network A LINE GRAPH as a model of a social networ Małgorzata Krawczy, Lev Muchni, Anna Mańa-Krasoń, Krzysztof Kułaowsi AGH Kraów Stern School of Business of NY University outline - ideas, definitions, milestones

More information

Networks: Lectures 9 & 10 Random graphs

Networks: Lectures 9 & 10 Random graphs Networks: Lectures 9 & 10 Random graphs Heather A Harrington Mathematical Institute University of Oxford HT 2017 What you re in for Week 1: Introduction and basic concepts Week 2: Small worlds Week 3:

More information

An evolving network model with community structure

An evolving network model with community structure INSTITUTE OF PHYSICS PUBLISHING JOURNAL OF PHYSICS A: MATHEMATICAL AND GENERAL J. Phys. A: Math. Gen. 38 (2005) 9741 9749 doi:10.1088/0305-4470/38/45/002 An evolving network model with community structure

More information

Chaos, Complexity, and Inference (36-462)

Chaos, Complexity, and Inference (36-462) Chaos, Complexity, and Inference (36-462) Lecture 21: More Networks: Models and Origin Myths Cosma Shalizi 31 March 2009 New Assignment: Implement Butterfly Mode in R Real Agenda: Models of Networks, with

More information

Lecture 10. Under Attack!

Lecture 10. Under Attack! Lecture 10 Under Attack! Science of Complex Systems Tuesday Wednesday Thursday 11.15 am 12.15 pm 11.15 am 12.15 pm Feb. 26 Feb. 27 Feb. 28 Mar.4 Mar.5 Mar.6 Mar.11 Mar.12 Mar.13 Mar.18 Mar.19 Mar.20 Mar.25

More information

Modeling the interaction of complex networks

Modeling the interaction of complex networks Graduate Theses and Dissertations Iowa State University Capstones, Theses and Dissertations 2014 Modeling the interaction of complex networks Wenjia Liu Iowa State University Follow this and additional

More information

arxiv:physics/ v1 9 Jun 2006

arxiv:physics/ v1 9 Jun 2006 Weighted Networ of Chinese Nature Science Basic Research Jian-Guo Liu, Zhao-Guo Xuan, Yan-Zhong Dang, Qiang Guo 2, and Zhong-Tuo Wang Institute of System Engineering, Dalian University of Technology, Dalian

More information

Shlomo Havlin } Anomalous Transport in Scale-free Networks, López, et al,prl (2005) Bar-Ilan University. Reuven Cohen Tomer Kalisky Shay Carmi

Shlomo Havlin } Anomalous Transport in Scale-free Networks, López, et al,prl (2005) Bar-Ilan University. Reuven Cohen Tomer Kalisky Shay Carmi Anomalous Transport in Complex Networs Reuven Cohen Tomer Kalisy Shay Carmi Edoardo Lopez Gene Stanley Shlomo Havlin } } Bar-Ilan University Boston University Anomalous Transport in Scale-free Networs,

More information

Shortest Paths & Link Weight Structure in Networks

Shortest Paths & Link Weight Structure in Networks Shortest Paths & Link Weight Structure in etworks Piet Van Mieghem CAIDA WIT (May 2006) P. Van Mieghem 1 Outline Introduction The Art of Modeling Conclusions P. Van Mieghem 2 Telecommunication: e2e A ETWORK

More information

arxiv:physics/ v1 [physics.soc-ph] 11 Mar 2005

arxiv:physics/ v1 [physics.soc-ph] 11 Mar 2005 arxiv:physics/0503099v1 [physics.soc-ph] 11 Mar 2005 Public transport systems in Poland: from Bia lystok to Zielona Góra by bus and tram using universal statistics of complex networks Julian Sienkiewicz

More information

Network Science (overview, part 1)

Network Science (overview, part 1) Network Science (overview, part 1) Ralucca Gera, Applied Mathematics Dept. Naval Postgraduate School Monterey, California rgera@nps.edu Excellence Through Knowledge Overview Current research Section 1:

More information

MAE 298, Lecture 8 Feb 4, Web search and decentralized search on small-worlds

MAE 298, Lecture 8 Feb 4, Web search and decentralized search on small-worlds MAE 298, Lecture 8 Feb 4, 2008 Web search and decentralized search on small-worlds Search for information Assume some resource of interest is stored at the vertices of a network: Web pages Files in a file-sharing

More information

Preface. Contributors

Preface. Contributors CONTENTS Foreword Preface Contributors PART I INTRODUCTION 1 1 Networks in Biology 3 Björn H. Junker 1.1 Introduction 3 1.2 Biology 101 4 1.2.1 Biochemistry and Molecular Biology 4 1.2.2 Cell Biology 6

More information

Measuring the shape of degree distributions

Measuring the shape of degree distributions Measuring the shape of degree distributions Dr Jennifer Badham Visiting Fellow SEIT, UNSW Canberra research@criticalconnections.com.au Overview Context What does shape mean for degree distribution Why

More information

arxiv: v2 [physics.soc-ph] 16 May 2008

arxiv: v2 [physics.soc-ph] 16 May 2008 Analyzing and Modeling Real-World Phenomena with Complex Networks: A Survey of Applications arxiv:0711.3199v2 [physics.soc-ph] 16 May 2008 Luciano da Fontoura Costa 1 Osvaldo N. Oliveira Jr. 1 Gonzalo

More information

Network Biology: Understanding the cell s functional organization. Albert-László Barabási Zoltán N. Oltvai

Network Biology: Understanding the cell s functional organization. Albert-László Barabási Zoltán N. Oltvai Network Biology: Understanding the cell s functional organization Albert-László Barabási Zoltán N. Oltvai Outline: Evolutionary origin of scale-free networks Motifs, modules and hierarchical networks Network

More information

TELCOM2125: Network Science and Analysis

TELCOM2125: Network Science and Analysis School of Information Sciences University of Pittsburgh TELCOM2125: Network Science and Analysis Konstantinos Pelechrinis Spring 2015 Figures are taken from: M.E.J. Newman, Networks: An Introduction 2

More information

Deterministic Decentralized Search in Random Graphs

Deterministic Decentralized Search in Random Graphs Deterministic Decentralized Search in Random Graphs Esteban Arcaute 1,, Ning Chen 2,, Ravi Kumar 3, David Liben-Nowell 4,, Mohammad Mahdian 3, Hamid Nazerzadeh 1,, and Ying Xu 1, 1 Stanford University.

More information

Tipping Points of Diehards in Social Consensus on Large Random Networks

Tipping Points of Diehards in Social Consensus on Large Random Networks Tipping Points of Diehards in Social Consensus on Large Random Networks W. Zhang, C. Lim, B. Szymanski Abstract We introduce the homogeneous pair approximation to the Naming Game (NG) model, establish

More information

ECS 289 F / MAE 298, Lecture 15 May 20, Diffusion, Cascades and Influence

ECS 289 F / MAE 298, Lecture 15 May 20, Diffusion, Cascades and Influence ECS 289 F / MAE 298, Lecture 15 May 20, 2014 Diffusion, Cascades and Influence Diffusion and cascades in networks (Nodes in one of two states) Viruses (human and computer) contact processes epidemic thresholds

More information

poster presented at: Complex Networks: from Biology to Information Technology Pula (CA), Italy, July 2-6, 2007

poster presented at: Complex Networks: from Biology to Information Technology Pula (CA), Italy, July 2-6, 2007 poster presented at: Complex Networks: from Biology to Information Technology Pula (CA), Italy, July 2-6, 2007 What network analysis can reveal about tourism destinations Rodolfo Baggio Master in Economics

More information

Epidemics in Complex Networks and Phase Transitions

Epidemics in Complex Networks and Phase Transitions Master M2 Sciences de la Matière ENS de Lyon 2015-2016 Phase Transitions and Critical Phenomena Epidemics in Complex Networks and Phase Transitions Jordan Cambe January 13, 2016 Abstract Spreading phenomena

More information

Chapter 8: The Topology of Biological Networks. Overview

Chapter 8: The Topology of Biological Networks. Overview Chapter 8: The Topology of Biological Networks 8.1 Introduction & survey of network topology Prof. Yechiam Yemini (YY) Computer Science Department Columbia University A gallery of networks Small-world

More information

ECS 253 / MAE 253, Lecture 15 May 17, I. Probability generating function recap

ECS 253 / MAE 253, Lecture 15 May 17, I. Probability generating function recap ECS 253 / MAE 253, Lecture 15 May 17, 2016 I. Probability generating function recap Part I. Ensemble approaches A. Master equations (Random graph evolution, cluster aggregation) B. Network configuration

More information

Complex networks and evolutionary games

Complex networks and evolutionary games Volume 2 Complex networks and evolutionary games Michael Kirley Department of Computer Science and Software Engineering The University of Melbourne, Victoria, Australia Email: mkirley@cs.mu.oz.au Abstract

More information

The Spreading of Epidemics in Complex Networks

The Spreading of Epidemics in Complex Networks The Spreading of Epidemics in Complex Networks Xiangyu Song PHY 563 Term Paper, Department of Physics, UIUC May 8, 2017 Abstract The spreading of epidemics in complex networks has been extensively studied

More information

Universality of Competitive Networks in Complex Networks

Universality of Competitive Networks in Complex Networks J Syst Sci Complex (2015) 28: 546 558 Universality of Competitive Networks in Complex Networks GUO Jinli FAN Chao JI Yali DOI: 10.1007/s11424-015-3045-0 Received: 27 February 2013 / Revised: 18 December

More information

Epidemic spreading is always possible on regular networks

Epidemic spreading is always possible on regular networks Epidemic spreading is always possible on regular networks Charo I. del Genio Warwick Mathematics Institute Centre for Complexity Science Warwick Infectious Disease Epidemiology Research (WIDER) Centre

More information

Statistical Analysis of Network Data

Statistical Analysis of Network Data Statistical Analysis of Network Data Lecture 1 Network Mapping & Characterization Eric D. Kolaczyk Dept of Mathematics and Statistics, Boston University kolaczyk@bu.edu Setting Context Introduction Over

More information

Generating and analyzing spatial social networks

Generating and analyzing spatial social networks Comput Math Organ Theory DOI 10.1007/s10588-016-9232-2 MANUSCRIPT Generating and analyzing spatial social networks Meysam Alizadeh 1,2 Claudio Cioffi-Revilla 1,2 Andrew Crooks 1,2 Springer Science+Business

More information

Analytically tractable processes on networks

Analytically tractable processes on networks University of California San Diego CERTH, 25 May 2011 Outline Motivation 1 Motivation Networks Random walk and Consensus Epidemic models Spreading processes on networks 2 Networks Motivation Networks Random

More information

Evolution of a social network: The role of cultural diversity

Evolution of a social network: The role of cultural diversity PHYSICAL REVIEW E 73, 016135 2006 Evolution of a social network: The role of cultural diversity A. Grabowski 1, * and R. A. Kosiński 1,2, 1 Central Institute for Labour Protection National Research Institute,

More information

Graph Theory Properties of Cellular Networks

Graph Theory Properties of Cellular Networks Page 1 of 45 Graph Theory Properties of Cellular Networks Baruch Barzel 1,2, Amitabh Sharma 1,2, Albert-László Barabási 1,2 1 Center for Complex Network Research, Department of Physics, Northeastern University,

More information

Biological Networks Analysis

Biological Networks Analysis Biological Networks Analysis Degree Distribution and Network Motifs Genome 559: Introduction to Statistical and Computational Genomics Elhanan Borenstein Networks: Networks vs. graphs A collection of nodesand

More information

Modeling, Analysis, and Control of Information Propagation in Multi-layer and Multiplex Networks. Osman Yağan

Modeling, Analysis, and Control of Information Propagation in Multi-layer and Multiplex Networks. Osman Yağan Modeling, Analysis, and Control of Information Propagation in Multi-layer and Multiplex Networks Osman Yağan Department of ECE Carnegie Mellon University Joint work with Y. Zhuang and V. Gligor (CMU) Alex

More information

Sparse Linear Algebra Issues Arising in the Analysis of Complex Networks

Sparse Linear Algebra Issues Arising in the Analysis of Complex Networks Sparse Linear Algebra Issues Arising in the Analysis of Complex Networks Department of Mathematics and Computer Science Emory University Atlanta, GA 30322, USA Acknowledgments Christine Klymko (Emory)

More information

Small-world phenomenon on random graphs

Small-world phenomenon on random graphs Small-world phenomenon on random graphs Remco van der Hofstad 2012 NZMRI/NZIMA Summer Workshop: Random Media and Random Walk, Nelson January 8-13, 2012 Joint work with: Shankar Bhamidi (University of North

More information

Betweenness centrality of fractal and nonfractal scale-free model networks and tests on real networks

Betweenness centrality of fractal and nonfractal scale-free model networks and tests on real networks Betweenness centrality of fractal and nonfractal scale-free model networks and tests on real networks Maksim Kitsak, 1 Shlomo Havlin, 1,2 Gerald Paul, 1 Massimo Riccaboni, 3 Fabio Pammolli, 1,3,4 and H.

More information

Uncovering structure in biological networks: A model-based approach

Uncovering structure in biological networks: A model-based approach Uncovering structure in biological networks: A model-based approach J-J Daudin, F. Picard, S. Robin, M. Mariadassou UMR INA-PG / ENGREF / INRA, Paris Mathématique et Informatique Appliquées Statistics

More information