Network Science Notes 1: Random Network

Apr 12, 2024 · 6 min.
Network Science Tutorial

The analysis of network science is basically based on graph theory. We use some quantitative measures to describe the structure of a network and analyze its properties.

Network Science Notes 2: Random Network

Apr 12, 2024 · 5 min.
Network Science Tutorial

Random networks are the simplest type of network. By studying random networks, I get to know what aspects of a network are important and how to measure them.

Network Science Notes 3: Scale-Free Network

Apr 12, 2024 · 1 min.
Network Science Tutorial

Deviated from the random network, the scale-free network has a power-law degree distribution and seems to be more common in real-world networks. What's the intrinsic mechanism behind it?

Network Science Notes 4: Growing Network

Apr 12, 2024 · 1 min.
Network Science Tutorial

In this note we generate a network by adding nodes and links one by one (The Barabási-Albert Model), this mechanism will help to explain hubs and degree distribution in real-world networks.