Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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”
- Host: GitHub
- URL: https://github.com/TrustAGI-Lab/MGAE
- Owner: TrustAGI-Lab
- Created: 2018-10-01T01:55:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T15:01:29.000Z (almost 3 years ago)
- Last Synced: 2024-05-21T01:05:49.832Z (7 months ago)
- Language: Matlab
- Size: 4.7 MB
- Stars: 28
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-community-detection - [Matlab Reference
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}
}
```