Week 2 Flashcards
What are the three growing random networks considered in this course?
How is the degree distribution of a uniformly growing network derived?
What does a Uniform Random Network represent?
Every period a new node is born, they start connections with m nodes. They are uniformly randomly chosen.
What is different in the Preferential Attachment model compared to the uniform model?
In the uniform model connections are chosen uniformly randomly (i.e. the most popular node has the same probability of being chosen as the least popular node), in the preferential attachment model the probability of connecting with the number of links a node already has. (“The rich get richer”)
How is the Preferential Attachment model derived?
What is the idea behind the Hybrid Model?
Networks that have fat tails that are not linear do exist too. So it just combines a (in ([0, 1]) of the uniform and (1 - a) of the preferential model.
How is the Hybrid Model derived?
How do we estimate a in the Hybrid model?