Skip to content

IDAH-BITBOX/Reproduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/