The data reflecting our real world can be represented in networks sometimes. With network data, we can ask questions such as
- What are the patterns and statistical properties of network data? Why networks are the way they are? Can we find the underlying rules that build these networks?
- Can we model the networks? Can we predict behavior? Why/How things go viral?
- How does the network structure evolve over time?
To answer the questions, we need to understand network properties (e.g., diameter, scale-free / power law network, small-world behavior), network models that fit our observations (e.g., Erdos Renyi random graphs, Kleinberg’s model models, … etc), and algorithms that could unflod on our networks (e.g., page rank, decentralized search, label propagation, link prediction, community detection, … etc).
Read More