The Establishment Game. Motivation

Size: px
Start display at page:

Download "The Establishment Game. Motivation"

Transcription

1 Motivation

2 Motivation The network models so far neglect the attributes, traits of the nodes. A node can represent anything, people, web pages, computers, etc.

3 Motivation The network models so far neglect the attributes, traits of the nodes. A node can represent anything, people, web pages, computers, etc. Because of this, these models are very general, they can characterize the behavior of a broad range of systems.

4 Motivation The network models so far neglect the attributes, traits of the nodes. A node can represent anything, people, web pages, computers, etc. Because of this, these models are very general, they can characterize the behavior of a broad range of systems. On the other hand the traits of the nodes might affect the structure and properties of the network.

5 Motivation The network models so far neglect the attributes, traits of the nodes. A node can represent anything, people, web pages, computers, etc. Because of this, these models are very general, they can characterize the behavior of a broad range of systems. On the other hand the traits of the nodes might affect the structure and properties of the network. Questions:

6 Motivation The network models so far neglect the attributes, traits of the nodes. A node can represent anything, people, web pages, computers, etc. Because of this, these models are very general, they can characterize the behavior of a broad range of systems. On the other hand the traits of the nodes might affect the structure and properties of the network. Questions: What are the properties of a trait-based network?

7 Motivation The network models so far neglect the attributes, traits of the nodes. A node can represent anything, people, web pages, computers, etc. Because of this, these models are very general, they can characterize the behavior of a broad range of systems. On the other hand the traits of the nodes might affect the structure and properties of the network. Questions: What are the properties of a trait-based network? Are growing trait-based networks different from static ones?

8 Motivation The network models so far neglect the attributes, traits of the nodes. A node can represent anything, people, web pages, computers, etc. Because of this, these models are very general, they can characterize the behavior of a broad range of systems. On the other hand the traits of the nodes might affect the structure and properties of the network. Questions: What are the properties of a trait-based network? Are growing trait-based networks different from static ones? What about the real world? Are there real trait-based networks?

9 The Algorithm Each node has a trait vector of length d. The traits can have continuous or discrete values and are drawn from a given probability distribution.

10 The Algorithm Each node has a trait vector of length d. The traits can have continuous or discrete values and are drawn from a given probability distribution. Begin with one node with random traits in the first time step.

11 The Algorithm Each node has a trait vector of length d. The traits can have continuous or discrete values and are drawn from a given probability distribution. Begin with one node with random traits in the first time step. In each time step: A new node with random trait vector is added.

12 The Algorithm Each node has a trait vector of length d. The traits can have continuous or discrete values and are drawn from a given probability distribution. Begin with one node with random traits in the first time step. In each time step: A new node with random trait vector is added. The new node chooses randomly k putative partners from the other nodes.

13 The Algorithm Each node has a trait vector of length d. The traits can have continuous or discrete values and are drawn from a given probability distribution. Begin with one node with random traits in the first time step. In each time step: A new node with random trait vector is added. The new node chooses randomly k putative partners from the other nodes. The trait similarity between the new node and one of its putative partners is calculated. If the similarity exceeds a given threshold (θ) an edge between the two nodes will be added.

14 The Algorithm Each node has a trait vector of length d. The traits can have continuous or discrete values and are drawn from a given probability distribution. Begin with one node with random traits in the first time step. In each time step: A new node with random trait vector is added. The new node chooses randomly k putative partners from the other nodes. The trait similarity between the new node and one of its putative partners is calculated. If the similarity exceeds a given threshold (θ) an edge between the two nodes will be added. This procedure is repeated for each putative partner of the new node.

15 The Algorithm Each node has a trait vector of length d. The traits can have continuous or discrete values and are drawn from a given probability distribution. Begin with one node with random traits in the first time step. In each time step: A new node with random trait vector is added. The new node chooses randomly k putative partners from the other nodes. The trait similarity between the new node and one of its putative partners is calculated. If the similarity exceeds a given threshold (θ) an edge between the two nodes will be added. This procedure is repeated for each putative partner of the new node. In our simulations we used: binary trait-vectors drawn from a uniform distribution; number of matching bits as the trait similarity.

16 Parameters: k = 2, d = 3, θ =

17 Parameters: k = 2, d = 3, θ =

18 Parameters: k = 2, d = 3, θ =

19 Parameters: k = 2, d = 3, θ =

20 Parameters: k = 2, d = 3, θ =

21 Parameters: k = 2, d = 3, θ =

22 Parameters: k = 2, d = 3, θ =

23 Parameters: k = 2, d = 3, θ =

24 Parameters: k = 2, d = 3, θ =

25 Parameters: k = 2, d = 3, θ =

26 Parameters: k = 2, d = 3, θ =

27 Parameters: k = 2, d = 3, θ =

28 Parameters: k = 2, d = 3, θ =

29 The Degree Distribution Calculating the degree distribution: p : Probability that two randomly generated trait-vectors are compatible.

30 The Degree Distribution Calculating the degree distribution: p : Probability that two randomly generated trait-vectors are compatible. For binary trait-vectors and the common bits similarity function: d i p = 2 d i=0 ( ) d i

31 The Degree Distribution II d m (t) : expected number of nodes with degree m at time t.

32 The Degree Distribution II d m (t) : expected number of nodes with degree m at time t. The k = 1 case is simple: d 0 (t + 1) =d 0 (t) d 0(t) p + 1 p (1) t

33 The Degree Distribution II d m (t) : expected number of nodes with degree m at time t. The k = 1 case is simple: d 0 (t + 1) =d 0 (t) d 0(t) p + 1 p t (1) d 1 (t + 1) =d 1 (t) + 2 d (t) t p + (1 d 0(t) + d 1 (t) )p t (2)

34 The Degree Distribution II d m (t) : expected number of nodes with degree m at time t. The k = 1 case is simple: d 0 (t + 1) =d 0 (t) d 0(t) p + 1 p t (1) d 1 (t + 1) =d 1 (t) + 2 d (t) t p + (1 d 0(t) + d 1 (t) )p t (2) d m (t + 1) =d m (t) d m(t) t p + d m 1(t) p (m > 1) (3) t

35 The Degree Distribution III From our simulations we found that d m (t) grows linearly with time, ie. d m (t) = p m t.

36 The Degree Distribution III From our simulations we found that d m (t) grows linearly with time, ie. d m (t) = p m t. Searching solutions of this form, we can solve the recursion above easily: p 0 = 1 p 1 + p, p m = p ( ) m p (4) 1 + p

37 The Degree Distribution III From our simulations we found that d m (t) grows linearly with time, ie. d m (t) = p m t. Searching solutions of this form, we can solve the recursion above easily: p 0 = 1 p 1 + p, p m = p ( ) m p (4) 1 + p Clearly, p m gives the probability of a randomly chosen node having degree m.

38 The Degree Distribution IV The general case is more difficult: d 0 (t + 1) =d 0 (t) k d 0(t) p + (1 p) k (5) t

39 The Degree Distribution IV The general case is more difficult: d 0 (t + 1) =d 0 (t) k d 0(t) t d i (t + 1) =d i (t) k d 1(t) t p + (1 p) k (5) p + k d ( ) i 1(t) k p + p i (1 p) k i t i (1 i k) (6)

40 The Degree Distribution IV The general case is more difficult: d 0 (t + 1) =d 0 (t) k d 0(t) t d i (t + 1) =d i (t) k d 1(t) t d m (t + 1) =d m (t) k d m(t) t p + (1 p) k (5) p + k d ( ) i 1(t) k p + p i (1 p) k i t i (1 i k) (6) p + k d m 1(t) p (m > k) (7) t

41 The Degree Distribution V. Again, we found that d m (t) p m t with the appropriate p m factors.

42 The Degree Distribution V. Again, we found that d m (t) p m t with the appropriate p m factors. The solutions for these equations: p i = p i i j=0 ( k ) i j (1 p) k j 1 + kp 1 + kp ( ) k j (0 i k) (8)

43 The Degree Distribution V. Again, we found that d m (t) p m t with the appropriate p m factors. The solutions for these equations: p i = p i i j=0 ( k ) i j (1 p) k j 1 + kp 1 + kp ( ) k j (0 i k) (8) ( ) m k kp p m = p k (m > k) (9) 1 + kp

44 The Degree Distribution VI. log(freqency) 1 Simulation Analytical result e Degree Parameters: d = 9, k = 1, θ = 5, n = 1000, averaged over 100 runs.

45 The Degree Distribution VI. log(freqency) 1 Simulation Analytical result e Degree Parameters: d = 9, k = 1, θ = 5, n = 1000, averaged over 100 runs. Conclusion: the degree distribution is exponential.

46 The Degree Distribution VI. log(freqency) 1 Simulation Analytical result e Degree Parameters: d = 9, k = 1, θ = 5, n = 1000, averaged over 100 runs. Conclusion: the degree distribution is exponential. Conclusion for real networks: in the trait-based world it is very unlikely that nodes with very many edges exist. One can t have very many friends, co-authors, co-actors, etc. because of natural limits.

47 The Cluster Distribution Cluster: set of connected nodes, with no connection to the outside world.

48 The Cluster Distribution Cluster: set of connected nodes, with no connection to the outside world. N m (t): expected number of clusters with m nodes, at time t.

49 The Cluster Distribution Cluster: set of connected nodes, with no connection to the outside world. N m (t): expected number of clusters with m nodes, at time t. Again, the k = 1 case is simple: N 1 (t) =d 0 (t), by definition (10)

50 The Cluster Distribution Cluster: set of connected nodes, with no connection to the outside world. N m (t): expected number of clusters with m nodes, at time t. Again, the k = 1 case is simple: N 1 (t) =d 0 (t), by definition (10) N m (t + 1) =N m (t) + p (m 1)N m 1(t) t p mn m(t) t (11)

51 And since N m (t) c m t, we get: The Cluster Distribution c m = (1 p)(m 1)! p m 1 m j= jp (12)

52 And since N m (t) c m t, we get: The Cluster Distribution c m = (1 p)(m 1)! p m 1 m j= jp (12) We can calculate the c m -s for different p values p=0.2 p=0.4 p=0.5 p= e 05 1e 06 1e 07 1e 08 1e 09 1e

53 The Cluster Distribution The log-log plots for the cluster distribution show straight lines, meaning that it follows a power-law. The cluster size follows a scale-free power-law distribution.

54 The Cluster Distribution The log-log plots for the cluster distribution show straight lines, meaning that it follows a power-law. The cluster size follows a scale-free power-law distribution. Conclusion for real networks: in the trait-based world, there are clusters with very different sizes, from very small to very large.

55 Giant clusters The clustering behavior of the model is dual: for some parameters a giant cluster (=contains almost all the nodes) exists, for others not.

56 Giant clusters The clustering behavior of the model is dual: for some parameters a giant cluster (=contains almost all the nodes) exists, for others not e Examples for the dual clustering behaviors. Parameters d = 256, k = 1, n = 1000, θ 1 = 125, θ 2 = 110. Both figures are averaged over 100 runs.

57 Giant clusters The clustering behavior of the model is dual: for some parameters a giant cluster (=contains almost all the nodes) exists, for others not e Examples for the dual clustering behaviors. Parameters d = 256, k = 1, n = 1000, θ 1 = 125, θ 2 = 110. Both figures are averaged over 100 runs. It seems that there is a phase transition in the system, with increasing k or with decreasing θ (the dimension of the trait vector is constant).

58 e e e e e e e e Parameters: d = 256, k = 1, n = 1000, θ = , averaged over 100 runs.

59 The Cluster Distribution III. Even if there is a giant cluster in the network, separated clusters of a broad range of sizes exist.

60 The Cluster Distribution III. Even if there is a giant cluster in the network, separated clusters of a broad range of sizes exist

61 The Cluster Distribution III. Even if there is a giant cluster in the network, separated clusters of a broad range of sizes exist Conclusion for real networks: in the trait-based world, even if most of the nodes are in the same group, there exist many small groups of different sizes.

62 Bond percolation: Connection to bond percolation

63 Connection to bond percolation Bond percolation: Nodes on a lattice, many different types of lattices possible.

64 Bond percolation: Connection to bond percolation Nodes on a lattice, many different types of lattices possible. Edges are added with a given constant probability (p b ) between the neighboring nodes.

65 Bond percolation: Connection to bond percolation Nodes on a lattice, many different types of lattices possible. Edges are added with a given constant probability (p b ) between the neighboring nodes.

66 Bond percolation: Connection to bond percolation Nodes on a lattice, many different types of lattices possible. Edges are added with a given constant probability (p b ) between the neighboring nodes.

67 Bond percolation: Connection to bond percolation Nodes on a lattice, many different types of lattices possible. Edges are added with a given constant probability (p b ) between the neighboring nodes. Bond percolation is well studied, we know that a phase transition exists, for certain lattices we know the transition threshold.

68 Connection to bond percolation II Unfortunately in our model the connection probability is not constant, we cannot apply these results immediately.

69 Connection to bond percolation II Unfortunately in our model the connection probability is not constant, we cannot apply these results immediately. Expected value of p b in our model: p b = 2pk N (13)

70 Growing networks vs. static ones The fact that the network is grown, rather than created as a complete entity, leaves an identifiable signature in the network topology.

71 Growing networks vs. static ones The fact that the network is grown, rather than created as a complete entity, leaves an identifiable signature in the network topology. Older nodes have higher degree in a grown graph.

72 Growing networks vs. static ones The fact that the network is grown, rather than created as a complete entity, leaves an identifiable signature in the network topology. Older nodes have higher degree in a grown graph. Because of this, the grown network is more connected than the static one.

73 Growing networks vs. static ones The cluster distribution does not always follow a power-law in case of static networks: 1 1 Parameters: d = 256, θ = 125, k = 1, n = 1000, averaged over 100 runs e e

74 Growing networks vs. static ones The cluster distribution does not always follow a power-law in case of static networks: 1 1 Parameters: d = 256, θ = 125, k = 1, n = 1000, averaged over 100 runs e e Conclusion for real networks: growing networks are more connected than static ones.

75 Collecting Data For evaluating the relevance of our model, we have to collect real trait-based network data.

76 Collecting Data For evaluating the relevance of our model, we have to collect real trait-based network data. Freshmen friendship network in K College.

77 Collecting Data For evaluating the relevance of our model, we have to collect real trait-based network data. Freshmen friendship network in K College. What to collect:

78 Collecting Data For evaluating the relevance of our model, we have to collect real trait-based network data. Freshmen friendship network in K College. What to collect: Friendship data for building the network itself.

79 Collecting Data For evaluating the relevance of our model, we have to collect real trait-based network data. Freshmen friendship network in K College. What to collect: Friendship data for building the network itself. Personality traits. How to describe people s personality using a finite set of numbers?

80 Collecting Data The big five. Five traits, proven to be general and enough for describing people s personality:

81 Collecting Data The big five. Five traits, proven to be general and enough for describing people s personality: Neuroticism. The extent to which an individual experiences and displays negative effects: anxiety, vulnerability, depression.

82 Collecting Data The big five. Five traits, proven to be general and enough for describing people s personality: Neuroticism. The extent to which an individual experiences and displays negative effects: anxiety, vulnerability, depression. Extraversion. The extent to which an individual is outgoing, active, high-spirited.

83 Collecting Data The big five. Five traits, proven to be general and enough for describing people s personality: Neuroticism. The extent to which an individual experiences and displays negative effects: anxiety, vulnerability, depression. Extraversion. The extent to which an individual is outgoing, active, high-spirited. Openness to experience. People with high levels of openness to experience: imagination, curiosity, originality, open-mindedness. People with low level of it are practical, traditional and set in their ways.

84 Collecting Data The big five. Five traits, proven to be general and enough for describing people s personality: Neuroticism. The extent to which an individual experiences and displays negative effects: anxiety, vulnerability, depression. Extraversion. The extent to which an individual is outgoing, active, high-spirited. Openness to experience. People with high levels of openness to experience: imagination, curiosity, originality, open-mindedness. People with low level of it are practical, traditional and set in their ways. Agreeableness. Flexible, trusting, good-natured, cooperative, forgiving vs. hardheaded, direct, skeptical, competitive.

85 Collecting Data The big five. Five traits, proven to be general and enough for describing people s personality: Neuroticism. The extent to which an individual experiences and displays negative effects: anxiety, vulnerability, depression. Extraversion. The extent to which an individual is outgoing, active, high-spirited. Openness to experience. People with high levels of openness to experience: imagination, curiosity, originality, open-mindedness. People with low level of it are practical, traditional and set in their ways. Agreeableness. Flexible, trusting, good-natured, cooperative, forgiving vs. hardheaded, direct, skeptical, competitive. Conscientiousness. Defendable, careful, responsible, organized, good at planning, high will to achieve vs. easygoing, not very well organized, sometimes careless.

86 Collecting Data The big five. Five traits, proven to be general and enough for describing people s personality: Neuroticism. The extent to which an individual experiences and displays negative effects: anxiety, vulnerability, depression. Extraversion. The extent to which an individual is outgoing, active, high-spirited. Openness to experience. People with high levels of openness to experience: imagination, curiosity, originality, open-mindedness. People with low level of it are practical, traditional and set in their ways. Agreeableness. Flexible, trusting, good-natured, cooperative, forgiving vs. hardheaded, direct, skeptical, competitive. Conscientiousness. Defendable, careful, responsible, organized, good at planning, high will to achieve vs. easygoing, not very well organized, sometimes careless. We designed a WWW-based survey for collecting the data.

87 Collecting Data

88 Future Work Other measures to calculate. Connectedness, betweenness, closeness, etc.

89 Future Work Other measures to calculate. Connectedness, betweenness, closeness, etc. Comparison with real world data. It is not an easy task to find structure data and traits data for the same network.

90 Future Work Other measures to calculate. Connectedness, betweenness, closeness, etc. Comparison with real world data. It is not an easy task to find structure data and traits data for the same network. Other games to play:

91 Future Work Other measures to calculate. Connectedness, betweenness, closeness, etc. Comparison with real world data. It is not an easy task to find structure data and traits data for the same network. Other games to play: Similarity game vs. diversity game.

92 Future Work Other measures to calculate. Connectedness, betweenness, closeness, etc. Comparison with real world data. It is not an easy task to find structure data and traits data for the same network. Other games to play: Similarity game vs. diversity game. Local game vs. global game.

93 Summary Graph theory is shown to be a useful and effective method to study networks of social systems.

94 Summary Graph theory is shown to be a useful and effective method to study networks of social systems. Some recently developed network models are able to capture properties of acquaintanceship structures.

95 Summary Graph theory is shown to be a useful and effective method to study networks of social systems. Some recently developed network models are able to capture properties of acquaintanceship structures. Traits have important role in network formation.

96 Summary Graph theory is shown to be a useful and effective method to study networks of social systems. Some recently developed network models are able to capture properties of acquaintanceship structures. Traits have important role in network formation. Growing trait-based networks are different from static ones.

97 Summary Graph theory is shown to be a useful and effective method to study networks of social systems. Some recently developed network models are able to capture properties of acquaintanceship structures. Traits have important role in network formation. Growing trait-based networks are different from static ones. Research still in progress.

98 Collaborators Máté Lengyel Jan Tobochnik Péter Érdi Becky Warner Acknowledgement K College Psychology Department

99 References T. C. Ferree, B. A. Marcotte and S. R. Lockery: Neural network models of chemotaxis in the nematode Caenorhabditis elegans Adv. in Neural Information Processing 9:55-61, 1997 An Introduction to Social Network Analysis Introduction to Social Network Methods A Working Bibliography on Social Network Analysis Method A. Mrvar: Centrality and prestige R. Albert and A.-L. Barabási: Statistical mechanics of complex networks, Reviews of Modern Physics 74, 47 (2002) A.-L. Barabási, R. Albert, and H. Jeong: Mean-field theory for scale-free random networks, Physica A (1999) B. Hayes: Graph Theory in Practice: Part I. American Scientist Vol. 88, No. 1, January-February 2000, pages B. Hayes: Graph Theory in Practice: Part II. American Scientist Vol. 88, No. 2, March-April 2000, pages S. N. Dorogovtsev and J. F. F. Mendes: Accelerated growth of networks arxiv:cond-mat/ v1 4 Apr 2002 Evolution of Random Graphs P. Erdõs and A. Rényi: On the Evolution of Random Graphs, Publ. Math. Inst. Hung. Acad. Sci., Vol. 5, pp , (1960) M. Girvan and E. J. Newman: Community structure in social and biological networks, Proc. Natl. Acad. Sci. USA 99, (2002)

100 References R. F. i Cancho and R. V. Sole: The Small-World of Human Language, Proceedings of the Royal Society of London Series, B-Biological Sciences 268: (1482) , 2001 S. N. Dorogovtsev, J. F. F. Mendes, Language as an evolving word web, Proceedings of the Royal Society of London Series, B-Biological Sciences 268: (1485) , 2001 E. Motter, A. P. S. de Moura, Y.-C. Lai, and P. Dasgupta, Language, small-worlds, and cognition, Physical Review E 65, (1-4) (2002) S. Milgram, The small world problem. In The Individual in a Social World: Essays and Experiments,(1957) pp Reading, Mass.: Addison-Wesley. J. Kleinberg. Navigation in a Small World. Nature 406(2000) W. Aiello, F. Chung and L. Lu: A random graph model for massive graphs, Proceedings of the Thirtysecond Annual ACM Symposium on Theory of Computing (2000), A. Rapoport, Contribution to the theory of random and biased nets. Bulletin of Mathematical Biology (1957) 19: M. Steyvers, J.B. Tenenbaum: The Large-Scale Structure of Semantic Networks: Statistical Analyses and a Model of Semantic Growth

A Generating Function Approach to Analyze Random Graphs

A Generating Function Approach to Analyze Random Graphs A Generating Function Approach to Analyze Random Graphs Presented by - Vilas Veeraraghavan Advisor - Dr. Steven Weber Department of Electrical and Computer Engineering Drexel University April 8, 2005 Presentation

More information

Smallest small-world network

Smallest small-world network Smallest small-world network Takashi Nishikawa, 1, * Adilson E. Motter, 1, Ying-Cheng Lai, 1,2 and Frank C. Hoppensteadt 1,2 1 Department of Mathematics, Center for Systems Science and Engineering Research,

More information

Complex Networks. Structure and Dynamics

Complex Networks. Structure and Dynamics Complex Networks Structure and Dynamics Ying-Cheng Lai Department of Mathematics and Statistics Department of Electrical Engineering Arizona State University Collaborators! Adilson E. Motter, now at Max-Planck

More information

Response Network Emerging from Simple Perturbation

Response Network Emerging from Simple Perturbation Journal of the Korean Physical Society, Vol 44, No 3, March 2004, pp 628 632 Response Network Emerging from Simple Perturbation S-W Son, D-H Kim, Y-Y Ahn and H Jeong Department of Physics, Korea Advanced

More information

An Evolving Network Model With Local-World Structure

An Evolving Network Model With Local-World Structure The Eighth International Symposium on Operations Research and Its Applications (ISORA 09) Zhangjiajie, China, September 20 22, 2009 Copyright 2009 ORSC & APORC, pp. 47 423 An Evolving Network odel With

More information

Structural Analysis of Paper Citation and Co-Authorship Networks using Network Analysis Techniques

Structural Analysis of Paper Citation and Co-Authorship Networks using Network Analysis Techniques Structural Analysis of Paper Citation and Co-Authorship Networks using Network Analysis Techniques Kouhei Sugiyama, Hiroyuki Ohsaki and Makoto Imase Graduate School of Information Science and Technology,

More information

arxiv:cond-mat/ v1 21 Oct 1999

arxiv:cond-mat/ v1 21 Oct 1999 Emergence of Scaling in Random Networks Albert-László Barabási and Réka Albert Department of Physics, University of Notre-Dame, Notre-Dame, IN 46556 arxiv:cond-mat/9910332 v1 21 Oct 1999 Systems as diverse

More information

Plan of the lecture I. INTRODUCTION II. DYNAMICAL PROCESSES. I. Networks: definitions, statistical characterization, examples II. Modeling frameworks

Plan of the lecture I. INTRODUCTION II. DYNAMICAL PROCESSES. I. Networks: definitions, statistical characterization, examples II. Modeling frameworks Plan of the lecture I. INTRODUCTION I. Networks: definitions, statistical characterization, examples II. Modeling frameworks II. DYNAMICAL PROCESSES I. Resilience, vulnerability II. Random walks III. Epidemic

More information

On Complex Dynamical Networks. G. Ron Chen Centre for Chaos Control and Synchronization City University of Hong Kong

On Complex Dynamical Networks. G. Ron Chen Centre for Chaos Control and Synchronization City University of Hong Kong On Complex Dynamical Networks G. Ron Chen Centre for Chaos Control and Synchronization City University of Hong Kong 1 Complex Networks: Some Typical Examples 2 Complex Network Example: Internet (William

More information

Universal Behavior of Load Distribution in Scale-free Networks

Universal Behavior of Load Distribution in Scale-free Networks Universal Behavior of Load Distribution in Scale-free Networks K.-I. Goh, B. Kahng, and D. Kim School of Physics and Center for Theoretical Physics, Seoul National University, Seoul 151-747, Korea (February

More information

M.E.J. Newman: Models of the Small World

M.E.J. Newman: Models of the Small World A Review Adaptive Informatics Research Centre Helsinki University of Technology November 7, 2007 Vocabulary N number of nodes of the graph l average distance between nodes D diameter of the graph d is

More information

Overlay (and P2P) Networks

Overlay (and P2P) Networks Overlay (and P2P) Networks Part II Recap (Small World, Erdös Rényi model, Duncan Watts Model) Graph Properties Scale Free Networks Preferential Attachment Evolving Copying Navigation in Small World Samu

More information

Small World Properties Generated by a New Algorithm Under Same Degree of All Nodes

Small World Properties Generated by a New Algorithm Under Same Degree of All Nodes Commun. Theor. Phys. (Beijing, China) 45 (2006) pp. 950 954 c International Academic Publishers Vol. 45, No. 5, May 15, 2006 Small World Properties Generated by a New Algorithm Under Same Degree of All

More information

Critical Phenomena in Complex Networks

Critical Phenomena in Complex Networks Critical Phenomena in Complex Networks Term essay for Physics 563: Phase Transitions and the Renormalization Group University of Illinois at Urbana-Champaign Vikyath Deviprasad Rao 11 May 2012 Abstract

More information

Characteristics of Preferentially Attached Network Grown from. Small World

Characteristics of Preferentially Attached Network Grown from. Small World Characteristics of Preferentially Attached Network Grown from Small World Seungyoung Lee Graduate School of Innovation and Technology Management, Korea Advanced Institute of Science and Technology, Daejeon

More information

Exercise set #2 (29 pts)

Exercise set #2 (29 pts) (29 pts) The deadline for handing in your solutions is Nov 16th 2015 07:00. Return your solutions (one.pdf le and one.zip le containing Python code) via e- mail to Becs-114.4150@aalto.fi. Additionally,

More information

Higher order clustering coecients in Barabasi Albert networks

Higher order clustering coecients in Barabasi Albert networks Physica A 316 (2002) 688 694 www.elsevier.com/locate/physa Higher order clustering coecients in Barabasi Albert networks Agata Fronczak, Janusz A. Ho lyst, Maciej Jedynak, Julian Sienkiewicz Faculty of

More information

Complex networks Phys 682 / CIS 629: Computational Methods for Nonlinear Systems

Complex networks Phys 682 / CIS 629: Computational Methods for Nonlinear Systems Complex networks Phys 682 / CIS 629: Computational Methods for Nonlinear Systems networks are everywhere (and always have been) - relationships (edges) among entities (nodes) explosion of interest in network

More information

Failure in Complex Social Networks

Failure in Complex Social Networks Journal of Mathematical Sociology, 33:64 68, 2009 Copyright # Taylor & Francis Group, LLC ISSN: 0022-250X print/1545-5874 online DOI: 10.1080/00222500802536988 Failure in Complex Social Networks Damon

More information

Network Mathematics - Why is it a Small World? Oskar Sandberg

Network Mathematics - Why is it a Small World? Oskar Sandberg Network Mathematics - Why is it a Small World? Oskar Sandberg 1 Networks Formally, a network is a collection of points and connections between them. 2 Networks Formally, a network is a collection of points

More information

Network Thinking. Complexity: A Guided Tour, Chapters 15-16

Network Thinking. Complexity: A Guided Tour, Chapters 15-16 Network Thinking Complexity: A Guided Tour, Chapters 15-16 Neural Network (C. Elegans) http://gephi.org/wp-content/uploads/2008/12/screenshot-celegans.png Food Web http://1.bp.blogspot.com/_vifbm3t8bou/sbhzqbchiei/aaaaaaaaaxk/rsc-pj45avc/

More information

Introduction to Networks and Business Intelligence

Introduction to Networks and Business Intelligence Introduction to Networks and Business Intelligence Prof. Dr. Daning Hu Department of Informatics University of Zurich Sep 16th, 2014 Outline n Network Science A Random History n Network Analysis Network

More information

CS-E5740. Complex Networks. Scale-free networks

CS-E5740. Complex Networks. Scale-free networks CS-E5740 Complex Networks Scale-free networks Course outline 1. Introduction (motivation, definitions, etc. ) 2. Static network models: random and small-world networks 3. Growing network models: scale-free

More information

(Social) Networks Analysis III. Prof. Dr. Daning Hu Department of Informatics University of Zurich

(Social) Networks Analysis III. Prof. Dr. Daning Hu Department of Informatics University of Zurich (Social) Networks Analysis III Prof. Dr. Daning Hu Department of Informatics University of Zurich Outline Network Topological Analysis Network Models Random Networks Small-World Networks Scale-Free Networks

More information

Attacks and Cascades in Complex Networks

Attacks and Cascades in Complex Networks Attacks and Cascades in Complex Networks Ying-Cheng Lai 1, Adilson E. Motter 2, and Takashi Nishikawa 3 1 Department of Mathematics and Statistics, Department of Electrical Engineering, Arizona State University,

More information

Exploiting the Scale-free Structure of the WWW

Exploiting the Scale-free Structure of the WWW Exploiting the Scale-free Structure of the WWW Niina Päivinen Department of Computer Science, University of Kuopio P.O. Box 1627, FIN-70211 Kuopio, Finland email niina.paivinen@cs.uku.fi tel. +358-17-16

More information

Onset of traffic congestion in complex networks

Onset of traffic congestion in complex networks Onset of traffic congestion in complex networks Liang Zhao, 1,2 Ying-Cheng Lai, 1,3 Kwangho Park, 1 and Nong Ye 4 1 Department of Mathematics and Statistics, Arizona State University, Tempe, Arizona 85287,

More information

Why Do Computer Viruses Survive In The Internet?

Why Do Computer Viruses Survive In The Internet? Why Do Computer Viruses Survive In The Internet? Margarita Ifti a and Paul Neumann b a Department of Physics, Faculty of Natural Sciences, University of Tirana Bul. Zog I, Tirana, Albania b Department

More information

Phase Transitions in Random Graphs- Outbreak of Epidemics to Network Robustness and fragility

Phase Transitions in Random Graphs- Outbreak of Epidemics to Network Robustness and fragility Phase Transitions in Random Graphs- Outbreak of Epidemics to Network Robustness and fragility Mayukh Nilay Khan May 13, 2010 Abstract Inspired by empirical studies researchers have tried to model various

More information

Web 2.0 Social Data Analysis

Web 2.0 Social Data Analysis Web 2.0 Social Data Analysis Ing. Jaroslav Kuchař jaroslav.kuchar@fit.cvut.cz Structure(1) Czech Technical University in Prague, Faculty of Information Technologies Software and Web Engineering 2 Contents

More information

Wednesday, March 8, Complex Networks. Presenter: Jirakhom Ruttanavakul. CS 790R, University of Nevada, Reno

Wednesday, March 8, Complex Networks. Presenter: Jirakhom Ruttanavakul. CS 790R, University of Nevada, Reno Wednesday, March 8, 2006 Complex Networks Presenter: Jirakhom Ruttanavakul CS 790R, University of Nevada, Reno Presented Papers Emergence of scaling in random networks, Barabási & Bonabeau (2003) Scale-free

More information

SNA 8: network resilience. Lada Adamic

SNA 8: network resilience. Lada Adamic SNA 8: network resilience Lada Adamic Outline Node vs. edge percolation Resilience of randomly vs. preferentially grown networks Resilience in real-world networks network resilience Q: If a given fraction

More information

Theory and Applications of Complex Networks

Theory and Applications of Complex Networks Theory and Applications of Complex Networks 1 Theory and Applications of Complex Networks Class One College of the Atlantic David P. Feldman 12 September 2008 http://hornacek.coa.edu/dave/ 1. What is a

More information

Web Structure & Content (not a theory talk)

Web Structure & Content (not a theory talk) Web Structure & Content (not a theory talk) Filippo Menczer The University of Iowa http://dollar.biz.uiowa.edu/~fil/ Research supported by NSF CAREER Award IIS-0133124 Exploiting the Web s text and link

More information

Supply chains involve complex webs of interactions among suppliers, manufacturers,

Supply chains involve complex webs of interactions among suppliers, manufacturers, D e p e n d a b l e A g e n t S y s t e m s Survivability of Multiagent-Based Supply Networks: A Topological Perspective Hari Prasad Thadakamalla, Usha Nandini Raghavan, Soundar Kumara, and Réka Albert,

More information

Rethinking Preferential Attachment Scheme: Degree centrality versus closeness centrality 1

Rethinking Preferential Attachment Scheme: Degree centrality versus closeness centrality 1 CONNECTIONS 27(3): 53-59 2007 INSNA http://www.insna.org/connections-web/volume27-3/ko.pdf Rethinking Preferential Attachment Scheme: Degree centrality versus closeness centrality 1 Kilkon Ko 2 University

More information

- relationships (edges) among entities (nodes) - technology: Internet, World Wide Web - biology: genomics, gene expression, proteinprotein

- relationships (edges) among entities (nodes) - technology: Internet, World Wide Web - biology: genomics, gene expression, proteinprotein Complex networks Phys 7682: Computational Methods for Nonlinear Systems networks are everywhere (and always have been) - relationships (edges) among entities (nodes) explosion of interest in network structure,

More information

Dynamic network generative model

Dynamic network generative model Dynamic network generative model Habiba, Chayant Tantipathanananandh, Tanya Berger-Wolf University of Illinois at Chicago. In this work we present a statistical model for generating realistic dynamic networks

More information

An Introduction to Complex Systems Science

An Introduction to Complex Systems Science DEIS, Campus of Cesena Alma Mater Studiorum Università di Bologna andrea.roli@unibo.it Disclaimer The field of Complex systems science is wide and it involves numerous themes and disciplines. This talk

More information

Graph Theory. Graph Theory. COURSE: Introduction to Biological Networks. Euler s Solution LECTURE 1: INTRODUCTION TO NETWORKS.

Graph Theory. Graph Theory. COURSE: Introduction to Biological Networks. Euler s Solution LECTURE 1: INTRODUCTION TO NETWORKS. Graph Theory COURSE: Introduction to Biological Networks LECTURE 1: INTRODUCTION TO NETWORKS Arun Krishnan Koenigsberg, Russia Is it possible to walk with a route that crosses each bridge exactly once,

More information

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 3 Aug 2000

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 3 Aug 2000 Error and attack tolerance of complex networks arxiv:cond-mat/0008064v1 [cond-mat.dis-nn] 3 Aug 2000 Réka Albert, Hawoong Jeong, Albert-László Barabási Department of Physics, University of Notre Dame,

More information

An Exploratory Journey Into Network Analysis A Gentle Introduction to Network Science and Graph Visualization

An Exploratory Journey Into Network Analysis A Gentle Introduction to Network Science and Graph Visualization An Exploratory Journey Into Network Analysis A Gentle Introduction to Network Science and Graph Visualization Pedro Ribeiro (DCC/FCUP & CRACS/INESC-TEC) Part 1 Motivation and emergence of Network Science

More information

Constructing a G(N, p) Network

Constructing a G(N, p) Network Random Graph Theory Dr. Natarajan Meghanathan Professor Department of Computer Science Jackson State University, Jackson, MS E-mail: natarajan.meghanathan@jsums.edu Introduction At first inspection, most

More information

What is a Network? Theory and Applications of Complex Networks. Network Example 1: High School Friendships

What is a Network? Theory and Applications of Complex Networks. Network Example 1: High School Friendships 1 2 Class One 1. A collection of nodes What is a Network? 2. A collection of edges connecting nodes College of the Atlantic 12 September 2008 http://hornacek.coa.edu/dave/ 1. What is a network? 2. Many

More information

Properties of Biological Networks

Properties of Biological Networks Properties of Biological Networks presented by: Ola Hamud June 12, 2013 Supervisor: Prof. Ron Pinter Based on: NETWORK BIOLOGY: UNDERSTANDING THE CELL S FUNCTIONAL ORGANIZATION By Albert-László Barabási

More information

Models for the growth of the Web

Models for the growth of the Web Models for the growth of the Web Chi Bong Ho Introduction Yihao Ben Pu December 6, 2007 Alexander Tsiatas There has been much work done in recent years about the structure of the Web and other large information

More information

ECS 253 / MAE 253, Lecture 8 April 21, Web search and decentralized search on small-world networks

ECS 253 / MAE 253, Lecture 8 April 21, Web search and decentralized search on small-world networks ECS 253 / MAE 253, Lecture 8 April 21, 2016 Web search and decentralized search on small-world networks Search for information Assume some resource of interest is stored at the vertices of a network: Web

More information

Scale-free user-network approach to telephone network traffic analysis

Scale-free user-network approach to telephone network traffic analysis Scale-free user-network approach to telephone network traffic analysis Yongxiang Xia,* Chi K. Tse, WaiM.Tam, Francis C. M. Lau, and Michael Small Department of Electronic and Information Engineering, Hong

More information

Complex Network Metrology

Complex Network Metrology Complex Network Metrology Jean-Loup Guillaume and Matthieu Latapy liafa cnrs Université Paris 7 2 place Jussieu, 755 Paris, France. (guillaume,latapy)@liafa.jussieu.fr Abstract In order to study some complex

More information

Girls Talk Math Summer Camp

Girls Talk Math Summer Camp From Brains and Friendships to the Stock Market and the Internet -Sanjukta Krishnagopal 10 July 2018 Girls Talk Math Summer Camp Some real networks Social Networks Networks of acquaintances Collaboration

More information

Basics of Network Analysis

Basics of Network Analysis Basics of Network Analysis Hiroki Sayama sayama@binghamton.edu Graph = Network G(V, E): graph (network) V: vertices (nodes), E: edges (links) 1 Nodes = 1, 2, 3, 4, 5 2 3 Links = 12, 13, 15, 23,

More information

Topic mash II: assortativity, resilience, link prediction CS224W

Topic mash II: assortativity, resilience, link prediction CS224W Topic mash II: assortativity, resilience, link prediction CS224W Outline Node vs. edge percolation Resilience of randomly vs. preferentially grown networks Resilience in real-world networks network resilience

More information

Examples of Complex Networks

Examples of Complex Networks Examples of Complex Networks Neural Network (C. Elegans) http://gephi.org/wp-content/uploads/2008/12/screenshot-celegans.png Food Web http://1.bp.blogspot.com/_vifbm3t8bou/sbhzqbchiei/aaaaaaaaaxk/rsc-

More information

The Complex Network Phenomena. and Their Origin

The Complex Network Phenomena. and Their Origin The Complex Network Phenomena and Their Origin An Annotated Bibliography ESL 33C 003180159 Instructor: Gerriet Janssen Match 18, 2004 Introduction A coupled system can be described as a complex network,

More information

The Mathematical Description of Networks

The Mathematical Description of Networks Modelling Complex Systems University of Manchester, 21 st 23 rd June 2010 Tim Evans Theoretical Physics The Mathematical Description of Networs Page 1 Notation I will focus on Simple Graphs with multiple

More information

Graph theoretic concepts. Devika Subramanian Comp 140 Fall 2008

Graph theoretic concepts. Devika Subramanian Comp 140 Fall 2008 Graph theoretic concepts Devika Subramanian Comp 140 Fall 2008 The small world phenomenon The phenomenon is surprising because Size of graph is very large (> 6 billion for the planet). Graph is sparse

More information

Topology and Dynamics of Complex Networks

Topology and Dynamics of Complex Networks CS 790R Seminar Modeling & Simulation Topology and Dynamics of Complex Networks ~ Lecture 3: Review based on Strogatz (2001), Barabási & Bonabeau (2003), Wang, X. F. (2002) ~ René Doursat Department of

More information

An introduction to the physics of complex networks

An introduction to the physics of complex networks An introduction to the physics of complex networks Alain Barrat CPT, Marseille, France ISI, Turin, Italy http://www.cpt.univ-mrs.fr/~barrat http://www.cxnets.org http://www.sociopatterns.org REVIEWS: Statistical

More information

How Do Real Networks Look? Networked Life NETS 112 Fall 2014 Prof. Michael Kearns

How Do Real Networks Look? Networked Life NETS 112 Fall 2014 Prof. Michael Kearns How Do Real Networks Look? Networked Life NETS 112 Fall 2014 Prof. Michael Kearns Roadmap Next several lectures: universal structural properties of networks Each large-scale network is unique microscopically,

More information

Network Theory: Social, Mythological and Fictional Networks. Math 485, Spring 2018 (Midterm Report) Christina West, Taylor Martins, Yihe Hao

Network Theory: Social, Mythological and Fictional Networks. Math 485, Spring 2018 (Midterm Report) Christina West, Taylor Martins, Yihe Hao Network Theory: Social, Mythological and Fictional Networks Math 485, Spring 2018 (Midterm Report) Christina West, Taylor Martins, Yihe Hao Abstract: Comparative mythology is a largely qualitative and

More information

Chapter 1. Social Media and Social Computing. October 2012 Youn-Hee Han

Chapter 1. Social Media and Social Computing. October 2012 Youn-Hee Han Chapter 1. Social Media and Social Computing October 2012 Youn-Hee Han http://link.koreatech.ac.kr 1.1 Social Media A rapid development and change of the Web and the Internet Participatory web application

More information

Lesson 4. Random graphs. Sergio Barbarossa. UPC - Barcelona - July 2008

Lesson 4. Random graphs. Sergio Barbarossa. UPC - Barcelona - July 2008 Lesson 4 Random graphs Sergio Barbarossa Graph models 1. Uncorrelated random graph (Erdős, Rényi) N nodes are connected through n edges which are chosen randomly from the possible configurations 2. Binomial

More information

Constructing a G(N, p) Network

Constructing a G(N, p) Network Random Graph Theory Dr. Natarajan Meghanathan Associate Professor Department of Computer Science Jackson State University, Jackson, MS E-mail: natarajan.meghanathan@jsums.edu Introduction At first inspection,

More information

NETWORKS. David J Hill Research School of Information Sciences and Engineering The Australian National University

NETWORKS. David J Hill Research School of Information Sciences and Engineering The Australian National University Lab Net Con 网络控制 Short-course: Complex Systems Beyond the Metaphor UNSW, February 2007 NETWORKS David J Hill Research School of Information Sciences and Engineering The Australian National University 8/2/2007

More information

Attack Vulnerability of Network with Duplication-Divergence Mechanism

Attack Vulnerability of Network with Duplication-Divergence Mechanism Commun. Theor. Phys. (Beijing, China) 48 (2007) pp. 754 758 c International Academic Publishers Vol. 48, No. 4, October 5, 2007 Attack Vulnerability of Network with Duplication-Divergence Mechanism WANG

More information

Drawing power law graphs

Drawing power law graphs Drawing power law graphs Reid Andersen Fan Chung Linyuan Lu Abstract We present methods for drawing graphs that arise in various information networks. It has been noted that many realistic graphs have

More information

1 Random Graph Models for Networks

1 Random Graph Models for Networks Lecture Notes: Social Networks: Models, Algorithms, and Applications Lecture : Jan 6, 0 Scribes: Geoffrey Fairchild and Jason Fries Random Graph Models for Networks. Graph Modeling A random graph is a

More information

Advanced Algorithms and Models for Computational Biology -- a machine learning approach

Advanced Algorithms and Models for Computational Biology -- a machine learning approach Advanced Algorithms and Models for Computational Biology -- a machine learning approach Biological Networks & Network Evolution Eric Xing Lecture 22, April 10, 2006 Reading: Molecular Networks Interaction

More information

UNIVERSITA DEGLI STUDI DI CATANIA FACOLTA DI INGEGNERIA

UNIVERSITA DEGLI STUDI DI CATANIA FACOLTA DI INGEGNERIA UNIVERSITA DEGLI STUDI DI CATANIA FACOLTA DI INGEGNERIA PhD course in Electronics, Automation and Complex Systems Control-XXIV Cycle DIPARTIMENTO DI INGEGNERIA ELETTRICA ELETTRONICA E DEI SISTEMI ing.

More information

Erdős-Rényi Model for network formation

Erdős-Rényi Model for network formation Network Science: Erdős-Rényi Model for network formation Ozalp Babaoglu Dipartimento di Informatica Scienza e Ingegneria Università di Bologna www.cs.unibo.it/babaoglu/ Why model? Simpler representation

More information

arxiv: v1 [physics.soc-ph] 13 Jan 2011

arxiv: v1 [physics.soc-ph] 13 Jan 2011 An Estimation of the Shortest and Largest Average Path Length in Graphs of Given Density László Gulyás, Gábor Horváth, Tamás Cséri and George Kampis arxiv:1101.549v1 [physics.soc-ph] 1 Jan 011 Abstract

More information

The coupling effect on VRTP of SIR epidemics in Scale- Free Networks

The coupling effect on VRTP of SIR epidemics in Scale- Free Networks The coupling effect on VRTP of SIR epidemics in Scale- Free Networks Kiseong Kim iames@kaist.ac.kr Sangyeon Lee lsy5518@kaist.ac.kr Kwang-Hyung Lee* khlee@kaist.ac.kr Doheon Lee* dhlee@kaist.ac.kr ABSTRACT

More information

Search in weighted complex networks

Search in weighted complex networks Search in weighted complex networks Hari P. Thadakamalla, R. Albert 2 and S. R. T. Kumara Department of Industrial Engineering, The Pennsylvania State University, University Park, PA 6802 2 Department

More information

Topologies and Centralities of Replied Networks on Bulletin Board Systems

Topologies and Centralities of Replied Networks on Bulletin Board Systems Topologies and Centralities of Replied Networks on Bulletin Board Systems Qin Sen 1,2 Dai Guanzhong 2 Wang Lin 2 Fan Ming 2 1 Hangzhou Dianzi University, School of Sciences, Hangzhou, 310018, China 2 Northwestern

More information

NEW CHALLENGES IN NETWORK RELIABILITY ANALYSIS

NEW CHALLENGES IN NETWORK RELIABILITY ANALYSIS NEW CHALLENGES IN NETWORK RELIABILITY ANALYSIS Andrea Bobbio, Caterina Ferraris, Roberta Terruggia Dipartimento di Informatica Università del Piemonte Orientale, A. Avogadro 15100 Alessandria (Italy) Alessandria

More information

Impact of Clustering on Epidemics in Random Networks

Impact of Clustering on Epidemics in Random Networks Impact of Clustering on Epidemics in Random Networks Joint work with Marc Lelarge INRIA-ENS 8 March 2012 Coupechoux - Lelarge (INRIA-ENS) Epidemics in Random Networks 8 March 2012 1 / 19 Outline 1 Introduction

More information

On Reshaping of Clustering Coefficients in Degreebased Topology Generators

On Reshaping of Clustering Coefficients in Degreebased Topology Generators On Reshaping of Clustering Coefficients in Degreebased Topology Generators Xiafeng Li, Derek Leonard, and Dmitri Loguinov Texas A&M University Presented by Derek Leonard Agenda Motivation Statement of

More information

caution in interpreting graph-theoretic diagnostics

caution in interpreting graph-theoretic diagnostics April 17, 2013 What is a network [1, 2, 3] What is a network [1, 2, 3] What is a network [1, 2, 3] What is a network [1, 2, 3] What is a network a collection of more or less identical agents or objects,

More information

Small-World Models and Network Growth Models. Anastassia Semjonova Roman Tekhov

Small-World Models and Network Growth Models. Anastassia Semjonova Roman Tekhov Small-World Models and Network Growth Models Anastassia Semjonova Roman Tekhov Small world 6 billion small world? 1960s Stanley Milgram Six degree of separation Small world effect Motivation Not only friends:

More information

Algorithmic and Economic Aspects of Networks. Nicole Immorlica

Algorithmic and Economic Aspects of Networks. Nicole Immorlica Algorithmic and Economic Aspects of Networks Nicole Immorlica Syllabus 1. Jan. 8 th (today): Graph theory, network structure 2. Jan. 15 th : Random graphs, probabilistic network formation 3. Jan. 20 th

More information

Random Generation of the Social Network with Several Communities

Random Generation of the Social Network with Several Communities Communications of the Korean Statistical Society 2011, Vol. 18, No. 5, 595 601 DOI: http://dx.doi.org/10.5351/ckss.2011.18.5.595 Random Generation of the Social Network with Several Communities Myung-Hoe

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

Social, Information, and Routing Networks: Models, Algorithms, and Strategic Behavior

Social, Information, and Routing Networks: Models, Algorithms, and Strategic Behavior Social, Information, and Routing Networks: Models, Algorithms, and Strategic Behavior Who? Prof. Aris Anagnostopoulos Prof. Luciana S. Buriol Prof. Guido Schäfer What will We Cover? Topics: Network properties

More information

Fast algorithm for detecting community structure in networks

Fast algorithm for detecting community structure in networks PHYSICAL REVIEW E 69, 066133 (2004) Fast algorithm for detecting community structure in networks M. E. J. Newman Department of Physics and Center for the Study of Complex Systems, University of Michigan,

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 10/4/2011 Jure Leskovec, Stanford CS224W: Social and Information Network Analysis, http://cs224w.stanford.edu

More information

Graph-theoretic Properties of Networks

Graph-theoretic Properties of Networks Graph-theoretic Properties of Networks Bioinformatics: Sequence Analysis COMP 571 - Spring 2015 Luay Nakhleh, Rice University Graphs A graph is a set of vertices, or nodes, and edges that connect pairs

More information

arxiv: v1 [cs.si] 11 Jan 2019

arxiv: v1 [cs.si] 11 Jan 2019 A Community-aware Network Growth Model for Synthetic Social Network Generation Furkan Gursoy furkan.gursoy@boun.edu.tr Bertan Badur bertan.badur@boun.edu.tr arxiv:1901.03629v1 [cs.si] 11 Jan 2019 Dept.

More information

A Document as a Small World. selecting the term which co-occurs in multiple clusters. domains, from earthquake sequences [6] to register

A Document as a Small World. selecting the term which co-occurs in multiple clusters. domains, from earthquake sequences [6] to register A Document as a Small World Yutaka Matsuo y Yukio Ohsawa z Mitsuru Ishizuka y y Graduate School of Engineering University oftokyo Tokyo 113-8656, Japan z Graduate School of Systems Management University

More information

Fractal small-world dichotomy in real-world networks

Fractal small-world dichotomy in real-world networks PHYSICA REVIEW E 70, 016122 (2004) Fractal small-world dichotomy in real-world networks Gábor Csányi* TCM Group, Cavendish aboratory, University of Cambridge, Madingley Road, Cambridge CB3 OHE, United

More information

Supplementary material to Epidemic spreading on complex networks with community structures

Supplementary material to Epidemic spreading on complex networks with community structures Supplementary material to Epidemic spreading on complex networks with community structures Clara Stegehuis, Remco van der Hofstad, Johan S. H. van Leeuwaarden Supplementary otes Supplementary ote etwork

More information

Random graphs as models of networks

Random graphs as models of networks Random graphs as models of networks M. E. J. Newman Santa Fe Institute, 1399 Hyde Park Road, Santa Fe, NM 87501, U.S.A. arxiv:cond-mat/0202208 v1 12 Feb 2002 Abstract The random graph of Erdős and Rényi

More information

Summary: What We Have Learned So Far

Summary: What We Have Learned So Far Summary: What We Have Learned So Far small-world phenomenon Real-world networks: { Short path lengths High clustering Broad degree distributions, often power laws P (k) k γ Erdös-Renyi model: Short path

More information

A Study of Random Duplication Graphs and Degree Distribution Pattern of Protein-Protein Interaction Networks

A Study of Random Duplication Graphs and Degree Distribution Pattern of Protein-Protein Interaction Networks A Study of Random Duplication Graphs and Degree Distribution Pattern of Protein-Protein Interaction Networks by Zheng Ma A thesis presented to the University of Waterloo in fulfillment of the thesis requirement

More information

Complex Network Metrology

Complex Network Metrology Complex Network Metrology Jean-Loup Guillaume Matthieu Latapy LIAFA CNRS Université Paris 7, 2 place Jussieu, 755 Paris, France In order to study complex networks like the Internet, the World Wide Web,

More information

Structural Analyzis of Large TTCN-3 Projects

Structural Analyzis of Large TTCN-3 Projects Structural Analyzis of Large TTCN-3 Projects Kristóf Szabados Ericsson Hungary Abstract. Experience has shown that the Testing and Test Control Notation version 3 (TTCN-3) language provides very good concepts

More information

Introduction to network metrics

Introduction to network metrics Universitat Politècnica de Catalunya Version 0.5 Complex and Social Networks (2018-2019) Master in Innovation and Research in Informatics (MIRI) Instructors Argimiro Arratia, argimiro@cs.upc.edu, http://www.cs.upc.edu/~argimiro/

More information

Case Studies in Complex Networks

Case Studies in Complex Networks Case Studies in Complex Networks Introduction to Scientific Modeling CS 365 George Bezerra 08/27/2012 The origin of graph theory Königsberg bridge problem Leonard Euler (1707-1783) The Königsberg Bridge

More information

Empirical analysis of online social networks in the age of Web 2.0

Empirical analysis of online social networks in the age of Web 2.0 Physica A 387 (2008) 675 684 www.elsevier.com/locate/physa Empirical analysis of online social networks in the age of Web 2.0 Feng Fu, Lianghuan Liu, Long Wang Center for Systems and Control, College of

More information

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM Journal of Al-Nahrain University Vol.10(2), December, 2007, pp.172-177 Science GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM * Azhar W. Hammad, ** Dr. Ban N. Thannoon Al-Nahrain

More information

NDIA 19th Annual System Engineering Conference, Springfield, Virginia October 24-27, 2016

NDIA 19th Annual System Engineering Conference, Springfield, Virginia October 24-27, 2016 NDIA 19th Annual System Engineering Conference, Springfield, Virginia October 24-27, 2016 Caesar S. Benipayo, PhD Student Under advisement of Dr. Michael Grenn and Dr. Blake Roberts Department of Engineering

More information