Code Monkey home page Code Monkey logo

dglc's Introduction

Deep Graph-Level Clustering (DGLC)

This is an implement of the DGLC method in "Jinyu Cai, Yi Han, Wenzhong Guo, and Jicong Fan, Deep graph-level clustering using pseudo-label-guided mutual information maximization network, Neural Computing and Applications, 2024".

Running Example:

  • You can run the model with some hyperparameters. For example:
    python DGLC.py --DS BZR --lr 0.00001 --num-gc-layers 4 --hidden-dim 32 --cluster_emb 25
    
  • The supported database is TUDataset, which will be downloaded automatically at runtime (if it does not exist locally).

Parameter description:

  • DS is the dataset name. You can change from (MUTAG, PTC-MR, BZR, PTC-MM, ENZYMES, COX2), and the dataset will be downloaded automatically.
  • num-gc-layers is the number of GNN hidden layers.
  • hidden-dim is the dimension of the hidden layer of GNN.
  • cluster_emb is the dimension of the cluster projector.

Reference

If you use the code or find this repository useful for your research, please consider citing our paper.

@article{cai2024dglc,
  title = {Deep graph-level clustering using pseudo-label-guided mutual information maximization network},
  author = {Cai, Jinyu and Han, Yi and Guo, Wenzhong and Fan, Jicong},
  journal = {Neural Computing and Applications},
  pages = {1--16},
  year = {2024},
  publisher = {Springer}}

dglc's People

Contributors

jinyucai95 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.