mirror of
https://github.com/briatte/awesome-network-analysis.git
synced 2024-10-01 01:06:13 -04:00
add: Colorado Index of Complex Networks, metaknowledge
This commit is contained in:
parent
c095ac8e08
commit
e2eb4251c9
@ -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).
|
1. [Barabási and Albert Network Datasets](https://www3.nd.edu/~networks/resources.htm).
|
||||||
- [Bayesian Network Repository](http://www.bnlearn.com/bnrepository/).
|
- [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.
|
- [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.
|
- [Connectome](http://openconnecto.me/graph-services/download/) - Comprehensive maps of neural connections.
|
||||||
- [Enron Email Dataset](https://www.cs.cmu.edu/~enron/).
|
- [Enron Email Dataset](https://www.cs.cmu.edu/~enron/).
|
||||||
- [Eric D. Kolaczyk’s Network Datasets](http://math.bu.edu/people/kolaczyk/datasets.html).
|
- [Eric D. Kolaczyk’s 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.
|
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.
|
- [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.
|
- [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.
|
- [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).
|
- [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.
|
- [npartite](https://github.com/ike002jp/npartite) - Python algorithms for community detection in n-partite networks.
|
||||||
|
Loading…
Reference in New Issue
Block a user