Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgroenks96/dnn-community-detection
Community detection in deep nerual networks
https://github.com/bgroenks96/dnn-community-detection
Last synced: 5 days ago
JSON representation
Community detection in deep nerual networks
- Host: GitHub
- URL: https://github.com/bgroenks96/dnn-community-detection
- Owner: bgroenks96
- License: mit
- Created: 2019-11-09T17:48:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T23:11:52.000Z (almost 5 years ago)
- Last Synced: 2024-10-27T22:38:50.481Z (20 days ago)
- Language: Jupyter Notebook
- Size: 107 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnn-community-detection
Community detection in deep nerual networksThis project has the following dependences:
- standard anaconda3 environment, and
- graph-tool=2.29 (installed from conda-forge)
- tensorflow=2.0.0
- matplotlib=2.2.4
Notes on getting graph-tool drawing to work:- matplotlib version **must** be < 3.0; use 2.2.4 as specified above
- For some plotting features, GTK is required. Run the following commands to get it working:conda install -c conda-forge pygobject
conda install -c pkgw/label/superseded gtk3To make sure it's working: `from graph_tool.draw import draw_hierarchy` should succeed with no warnings.