Skip to content

This project is for the fast generation of directed social network graphs with reciprocal edges and high clustering.

Notifications You must be signed in to change notification settings

cschweimer/Social_Network_Graph_Generator

Repository files navigation

This project is for the fast generation of directed social network graphs with reciprocal edges and high clustering.

Network Generation.ipynb: Notebook to generate graphs

Graph Analysis.ipynb: Notebook to analyse topological features

SIR simulation.ipynb: Notebook to simulate a basic discrete SIR model

The following libraries need to be installed for the execution of the notebooks:

  • Python version 3.8.5
  • conda install -c anaconda numpy
  • conda install -c anaconda pandas
  • conda install -c conda-forge matplotlib
  • conda install -c anaconda networkx
  • conda install -c trentonoliphant datetime
  • conda install -c anaconda scipy
  • pip install EoN

About

This project is for the fast generation of directed social network graphs with reciprocal edges and high clustering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published