Modelling and Searching Networks Lecture 4 – ILAT model

Slides:



Advertisements
Similar presentations
Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
Advertisements

Epp, section 10.? CS 202 Aaron Bloomfield
Lecture 9 - Cop-win Graphs and Retracts Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Λ14 Διαδικτυακά Κοινωνικά Δίκτυα και Μέσα Positive and Negative Relationships Chapter 5, from D. Easley and J. Kleinberg book.
Week 5 - Models of Complex Networks I Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Week 4 – Random Graphs Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Lecture 21 Network evolution Slides are modified from Jurij Leskovec, Jon Kleinberg and Christos Faloutsos.
Universal Random Semi-Directed Graphs
What is the first line of the proof? a). Assume G has an Eulerian circuit. b). Assume every vertex has even degree. c). Let v be any vertex in G. d). Let.
How is this going to make us 100K Applications of Graph Theory.
MCA 520: Graph Theory Instructor Neelima Gupta
What is the next line of the proof? a). Assume the theorem holds for all graphs with k edges. b). Let G be a graph with k edges. c). Assume the theorem.
Computer Science 1 Web as a graph Anna Karpovsky.
Week 10 – Meyniel’s conjecture Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Lecture 6 - Models of Complex Networks II Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Week 3 - Complex Networks and their Properties
1 Burning a graph as a model of social contagion Anthony Bonato Ryerson University Institute of Software Chinese Academy of Sciences.
On-line Social Networks - Anthony Bonato 1 Dynamic Models of On-Line Social Networks Anthony Bonato Ryerson University WAW’2009 February 13, 2009 nt.
1 The 24th Clemson mini-Conference on Discrete Mathematics and Algorithms Oct. 22 – Oct. 23, 2009 Clemson University Algebraic Invariants and Some Hamiltonian.
Topics Paths and Circuits (11.2) A B C D E F G.
Week 1 – Introduction to Graph Theory I Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
CSCI 3130: Formal languages and automata theory Tutorial 3 Chin.
Miniconference on the Mathematics of Computation
1 How to burn a graph Anthony Bonato Ryerson University GRASCan 2015.
On-line Social Networks - Anthony Bonato 1 Dynamic Models of On-line Social Networks Anthony Bonato Ryerson University ICMCM’09 December, 2009.
Aaron Bloomfield CS 202 Rosen, section 7.4
Measuring Partial Balance in Signed Networks
What is the next line of the proof?
Social Balance & Transitivity
Degree and Eigenvector Centrality
Michael L. Nelson CS 495/595 Old Dominion University
Lecture 13 Network evolution
Closeness Centrality.
Structural balance.
Discrete Mathematics and its Applications Lecture 1 – Graph Theory
Closeness Centrality.
Social Balance & Transitivity
Modelling and Searching Networks Lecture 3 – ILT model
Miniconference on the Mathematics of Computation
Discrete Mathematics and its Applications Lecture 8 – Cop-win Graphs
Miniconference on the Mathematics of Computation
Discrete Mathematics and its Applications Lecture 3 – ILT model
Discrete Mathematics Lecture 12: Graph Theory
Miniconference on the Mathematics of Computation
Modelling and Searching Networks Lecture 9 – Meyniel’s Conjecture
Modelling and Searching Networks Lecture 8 – Cop-win Graphs
Discrete Mathematics and its Applications Lecture 7 – Cops and Robbers
Miniconference on the Mathematics of Computation
Lecture 21 Network evolution
Sorting and Divide-and-Conquer
Miniconference on the Mathematics of Computation
Miniconference on the Mathematics of Computation
Combinations and Pascal’s triangle
Adjacency Matrices and PageRank
Miniconference on the Mathematics of Computation
Miniconference on the Mathematics of Computation
Miniconference on the Mathematics of Computation
Modelling and Searching Networks Lecture 9 – Meyniel’s Conjecture
Modelling and Searching Networks Lecture 10 – Cop Number and Genus
Modelling and Searching Networks Lecture 2 – Complex Networks
Straight Line Graphs Lesson Objectives:
Modelling and Searching Networks Lecture 5 – Random graphs
Modelling and Searching Networks Lecture 6 – PA models
Miniconference on the Mathematics of Computation
18th Ontario Combinatorics Workshop On-line Social Networks
Miniconference on the Mathematics of Computation
Richard Anderson Lecture 5 Graph Theory
Closures of Relations Epp, section 10.1,10.2 CS 202.
Discrete Mathematics and its Applications Lecture 5 – Random graphs
Discrete Mathematics and its Applications Lecture 6 – PA models
Presentation transcript:

Modelling and Searching Networks Lecture 4 – ILAT model Miniconference on the Mathematics of Computation MTH 707 Modelling and Searching Networks Lecture 4 – ILAT model Dr. Anthony Bonato Ryerson University

What about negative social interaction? Zachary Karate club Anthony Bonato

Structural balance theory considers triads of nodes triads seek closure (Heider,58), (Easley,Kleinberg,10) balanced unbalanced Anthony Bonato

Eg 1: Market graph nodes: stocks edges: negative correlation (competition) properties (Boginski,Butenko,Pardalos,03) power law small world cliques and co-cliques Anthony Bonato

Eg 2: Big Brother nodes: players edges: votes for eviction Anthony Bonato

Anti-Transitivity Anthony Bonato

Iterated Local Anti-Transitivity (ILAT) model (Bonato,Infeld,Pokhrel,Prałat,17) key paradigm is anti-transitivity: “enemies of enemies are friends” enemies: non-edges nodes have global influence evolves over time Anthony Bonato

ILAT model start with a graph of order n to form the graph Gt+1 for each node x from time t, add a node x′, the anti-clone of x, so that xx′ is a non-edge, and x′ is joined to each node non-joined to x Anthony Bonato

Exercise 5.1 Why is the ILAT model an appropriate one for the Survivor or Big Brother network? 5.2 What are some of the drawbacks of the model?

G0 = C4 Anthony Bonato

Exercise 5.3 Draw the first 2 additional time-steps if the initial graph is the 3-clique. 5.4 Repeat, but with the 3-vertex graph with no edges.

Degrees Lemma 5.0 Let degt(z) be the degree of z at time t. a) Show that if x is in Gt, then degt+1(x) = nt - 1. b) Show that degt+1(x’) = nt - degt(x) - 1. Example: If the initial graph is a 3-clique, the degrees after two additional time-steps: …

Exercise 5.8 Derive the expression for the number of edges at time t+1: et+1 = n2t - et - nt. (Hint: draw a picture and use Lemma 5.0.)

Properties (BIPP,17) Theorem 5.1: Densification: et / nt = Ω( 2 𝑡 ) it can also be shown that after at least two time-steps, the diameter is 3 Anthony Bonato