An official source code for paper Simple Contrastive Graph Clustering, accepted by IEEE T-NNLS 2023. Any communications or issues are welcomed. Please contact [email protected]. If you find this repository useful to your research or work, it is really appreciate to star this repository. ❤️
- Step1: use the cora.zip file or download other datasets from Awesome Deep Graph Clustering/Benchmark Datasets
- Step2: unzip the dataset into the ./dataset folder
- Step3: run
python train.py
If you find this repository helpful, please cite our papers.
@article{liuyue_SCGC,
title={Simple contrastive graph clustering},
author={Liu, Yue and Yang, Xihong and Zhou, Sihang and Liu, Xinwang},
journal={IEEE Transactions on Neural Networks and Learning Systems},
year={2023},
publisher={IEEE}
}