Skip to content

Ivanopolo/modnet

Repository files navigation

Code for the paper "Unsupervised Community Detection with Modularity-based Attention Model"

Installation

$ git clone https://github.com/Ivanopolo/modnet
$ python3.6 -m venv modnet_env
$ source modnet_env/bin/activate
$ cd modnet
$ pip install -r requirements.txt

How to reproduce results

$ python generate_datasets.py
$ python evaluate_models.py graphs/associative_n=400_k=5/test
$ python evaluate_models.py --disassociative graphs/disassociative_n=400_k=5/test

About

Code for the paper "Unsupervised Community Detection with Modularity-based Attention Model"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages