All Projects → zhiyzuo → Python Modularity Maximization

zhiyzuo / Python Modularity Maximization

Licence: mit
Python implementation of Newman's spectral methods to maximize modularity.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Modularity Maximization

Nmap
Idiomatic nmap library for go developers
Stars: ✭ 391 (+1203.33%)
Mutual labels:  network-analysis
Habu
Hacking Toolkit
Stars: ✭ 635 (+2016.67%)
Mutual labels:  network-analysis
R4ds
📖 R for data import/export , clean, wrangling, exploration, visualization, & analysis with R https://xiangyunhuang.github.io/r4ds/
Stars: ✭ 19 (-36.67%)
Mutual labels:  network-analysis
Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (+1276.67%)
Mutual labels:  network-analysis
Batfish
Batfish is a network configuration analysis tool that can find bugs and guarantee the correctness of (planned or current) network configurations. It enables network engineers to rapidly and safely evolve their network, without fear of outages or security breaches.
Stars: ✭ 592 (+1873.33%)
Mutual labels:  network-analysis
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+23006.67%)
Mutual labels:  network-analysis
Pig
A Linux packet crafting tool.
Stars: ✭ 384 (+1180%)
Mutual labels:  network-analysis
Osmnx Examples
Usage examples, demos, and tutorials for OSMnx.
Stars: ✭ 863 (+2776.67%)
Mutual labels:  network-analysis
Nfstream
NFStream: a Flexible Network Data Analysis Framework.
Stars: ✭ 622 (+1973.33%)
Mutual labels:  network-analysis
Rnn Rbm In Theano
An implementation of RNN-RBM & GBRBM.
Stars: ✭ 6 (-80%)
Mutual labels:  network-analysis
Pythoncode Tutorials
The Python Code Tutorials
Stars: ✭ 544 (+1713.33%)
Mutual labels:  network-analysis
Cidranger
Fast IP to CIDR lookup in Golang
Stars: ✭ 586 (+1853.33%)
Mutual labels:  network-analysis
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+2523.33%)
Mutual labels:  network-analysis
Tidygraph
A tidy API for graph manipulation
Stars: ✭ 398 (+1226.67%)
Mutual labels:  network-analysis
Pulse
Network Inspector for Apple Platforms
Stars: ✭ 841 (+2703.33%)
Mutual labels:  network-analysis
Jekyll
Jekyll-based static site for The Programming Historian
Stars: ✭ 387 (+1190%)
Mutual labels:  network-analysis
Network Analysis Made Simple
An introduction to network analysis and applied graph theory using Python and NetworkX
Stars: ✭ 700 (+2233.33%)
Mutual labels:  network-analysis
P0f3 Api Py
Python client for p0f3 API
Stars: ✭ 12 (-60%)
Mutual labels:  network-analysis
Netgraph
A cross platform http sniffer with a web UI
Stars: ✭ 852 (+2740%)
Mutual labels:  network-analysis
Pgrouting
Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
Stars: ✭ 804 (+2580%)
Mutual labels:  network-analysis

Python implementation of Newman's spectral methods to maximize modularity.

See: - Leicht, E. A., & Newman, M. E. J. (2008). Community Structure in Directed Networks. Physical Review Letters, 100(11), 118703. https://doi.org/10.1103/PhysRevLett.100.118703

- Newman, M. E. J. (2006). Modularity and community structure in networks. Proceedings of the National Academy of Sciences of the United States of America, 103(23), 8577–82. https://doi.org/10.1073/pnas.0601602103

A quick start: https://zhiyzuo.github.io/python-modularity-maximization/

All the datasets in ./data comes from http://www-personal.umich.edu/~mejn/netdata/

Specifically, big_10_football_directed.gml is compiled by myself to test community detection for directed network. I combined data from http://www.sports-reference.com/cfb/conferences/big-ten/2005-schedule.html and the original football.gml to define the edge directions.

Change log:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].