kuan-li / modnet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

License:Apache License 2.0


Languages

Language:Python 100.0%