Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 535 Bytes

Reproduction

Reproduction of networks and papers

1. Networks

1) Erdos-Renyi Network

2) Barabasi-Albert Network

3) Static Network

1) Erdos-Renyi Network & 3) Static Network

Using Numpy.random, makes lots of samples about links.

Choose links from samples until number of links reach to the link max

In Static Network, calculates weights and gives sampling probability weights.

2) Barabasi-Albert Network

http://networksciencebook.com/