Skip to content

Tensorflow 1.13.X implementation for our NN paper: Wei Xia, Sen Wang, Ming Yang, Quanxue Gao, Jungong Han, Xinbo Gao: Multi-view graph embedding clustering network: Joint self-supervision and block diagonal representation. Neural Networks 145: 1-9 (2022)

xdweixia/NN-2022-MVGC

Repository files navigation

Multi-view graph embedding clustering network: Joint self-supervision and block diagonal representation

Simple implementation of our paper MVGC. The details can be found in our NN paper.

requirements

  • Python 3.6
  • Tensorflow 1.13.X

run

run_cluster.py

Citation

If you find our approach useful in your research, please consider citing:

@article{XiaWYGHG22,
  author    = {Wei Xia and
               Sen Wang and
               Ming Yang and
               Quanxue Gao and
               Jungong Han and
               Xinbo Gao},
  title     = {Multi-view graph embedding clustering network: Joint self-supervision
               and block diagonal representation},
  journal   = {Neural Networks},
  volume    = {145},
  pages     = {1--9},
  year      = {2022}
}

About

Tensorflow 1.13.X implementation for our NN paper: Wei Xia, Sen Wang, Ming Yang, Quanxue Gao, Jungong Han, Xinbo Gao: Multi-view graph embedding clustering network: Joint self-supervision and block diagonal representation. Neural Networks 145: 1-9 (2022)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages