Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TrustAGI-Lab/MGAE

Implementation of the CIKM-17 paper “MGAE: Marginalized Graph Autoencoder for Graph Clustering”
https://github.com/TrustAGI-Lab/MGAE

Last synced: 3 months ago
JSON representation

Implementation of the CIKM-17 paper “MGAE: Marginalized Graph Autoencoder for Graph Clustering”

Awesome Lists containing this project

README

        

# MGAE

Implementation of the CIKM-17 paper “MGAE: Marginalized Graph Autoencoder for Graph Clustering”

## Usage

run train.m

## Cite

Please kindly cite our paper if you use this code in your own work:

```
@inproceedings{wang2017mgae,
title={MGAE: Marginalized graph autoencoder for graph clustering},
author={Wang, Chun and Pan, Shirui and Long, Guodong and Zhu, Xingquan and Jiang, Jing},
booktitle={Proc. of CIKM},
pages={889--898},
year={2017},
organization={ACM}
}
```