hanghoo / AdaGAE

Implementation of "Adaptive Graph Auto-Encoder for General Data Clustering"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adaptive Graph Auto-Encoder for General Data Clustering

This repository is our implementation of

Xuelong Li, Hongyuan Zhang, and R. Zhang, "Adaptive Graph Auto-Encoder for General Data Clustering," arXiv preprint arXiv:2002.08648, 2020.

If you have issues, please email:

hyzhang98@gmail.com.

How to Run AdaGAE

python run.py

Requirements

pytorch 1.3.1

scipy 1.3.1

scikit-learn 0.21.3

numpy 1.16.5

Citation

@article{AdaGAE,
  title={Adaptive Graph Auto-Encoder for General Data Clustering},
  author={Li, Xuelong and Zhang, Hongyuan and Zhang, Rui},
  journal={arXiv preprint arXiv:2002.08648},
  year={2020}
}

About

Implementation of "Adaptive Graph Auto-Encoder for General Data Clustering"


Languages

Language:Python 100.0%