add: Colorado Index of Complex Networks, metaknowledge

This commit is contained in:
François Briatte 2016-09-09 14:07:29 +02:00
parent c095ac8e08
commit e2eb4251c9

View File

@ -193,6 +193,7 @@ Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awes
1. [Barabási and Albert Network Datasets](https://www3.nd.edu/~networks/resources.htm).
- [Bayesian Network Repository](http://www.bnlearn.com/bnrepository/).
- [Bill Cosponsorship Networks in European Parliaments](https://github.com/briatte/parlnet) - Legislative cosponsorship networks, in R format.
- [Colorado Index of Complex Networks (ICON)](https://icon.colorado.edu/) - Large collection of networks described and indexed by Aaron Clauset's research group.
- [Connectome](http://openconnecto.me/graph-services/download/) - Comprehensive maps of neural connections.
- [Enron Email Dataset](https://www.cs.cmu.edu/~enron/).
- [Eric D. Kolaczyks Network Datasets](http://math.bu.edu/people/kolaczyk/datasets.html).
@ -550,6 +551,7 @@ Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awes
1. [graph-tool](https://graph-tool.skewed.de/) - Python module for network manipulation and analysis, written mostly in C++ for speed.
- [graphviz](https://pypi.python.org/pypi/graphviz) - Python renderer for the DOT graph drawing language.
- [linkpred](https://github.com/rafguns/linkpred) - Assess the likelihood of potential links in a future snapshot of a network.
- [metaknowledge](http://networkslab.org/metaknowledge/) - Python package to turn bibliometrics data into authorship and citation networks.
- [networkx](http://networkx.github.io/) - Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
- [Implementing an ERGM from Scratch in Python](http://davidmasad.com/blog/ergms-from-scratch/), using networkx and numpy (2014).
- [npartite](https://github.com/ike002jp/npartite) - Python algorithms for community detection in n-partite networks.