8000 GitHub - shallowdreamoon/FDAGC: The implementation of FDAGC.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shallowdreamoon/FDAGC

Repository files navigation

Fuzzy-based Deep Attributed Graph Clustering

This is a Tensorflow implementation of the Fuzzy-based Deep Attributed Graph Clustering (FDAGC)

Brief Description

Our experiments are mainly conducted on citation datasets and social datasets.

For these two types of datasets, Cora dataset and Facebook dataset are taken as examples to demonstrate in the code.

Requirements

  • TensorFlow 2.0
  • python 3.6
  • numpy
  • network 2.3
  • scipy 1.5
  • scikit-learn 0.22

Running

For Cora dataset:

python train_cora.py

For Facebook dataset:

python train_facebook.py

Evaluation Results

All results can be viewed in the result directory.

All datasets acquired.

Due to upload limitations, all datasets are given in: Url:https://pan.baidu.com/s/1dcsatrHDzAhcUN9kwOfB_w?pwd=xiv3

Citation

If you use code or datasets in this repository for your research, please cite our paper.

@ARTICLE{10339895, author={Yang, Yue and Su, Xiaorui and Zhao, Bowei and Li, GuoDong and Hu, Pengwei and Zhang, Jun and Hu, Lun}, journal={IEEE Transactions on Fuzzy Systems}, title={Fuzzy-Based Deep Attributed Graph Clustering}, year={2024}, volume={32}, number={4}, pages={1951-1964}, keywords={Clustering algorithms;Task analysis;Representation learning;Training;Optimization;Convolution;Computational modeling;Attributed graph (AG) clustering;fuzzy clustering;graph convolution;graph representation learning;node embeddings}, doi={10.1109/TFUZZ.2023.3338565}}

About

The implementation of FDAGC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0