Giter Club home page Giter Club logo

agnn's Introduction

Alternating Graph-Regularized Neural Networks (AGNN)

Introduction

This is an implement of AGNN with PyTorch, which was run on a machine with AMD R9-5900HX CPU, RTX 3080 16G GPU and 32G RAM.

Paper

Zhaoliang Chen, Zhihao Wu, Zhenghong Lin, Shiping Wang, Claudia Plant, and Wenzhong Guo. AGNN: Alternating Graph-Regularized Neural Networks to Alleviate Over-Smoothing. IEEE Transactions on Neural Networks and Learning Systems.

Requirements

  • torch: 1.11.0 + cu115
  • numpy: 1.20.1
  • scipy: 1.6.2
  • scikit-learn: 1.1.2

Running Examples

  • You can run the model with predefined hyperparameters (rho, lambda, dimension of hidden units, etc.). For example, on ACM dataset, we can run the following command (Avg. Accuracy = 90.3%):
    python main.py --dataset-name ACM --lamda=0.9  --rho=0.1 --layer-num=8
    
  • Another example on Flickr dataset (Avg. Accuracy = 58.4%):
    python main.py --dataset-name Flickr --lamda=0.8  --rho=0.5 --hidden-dim=16 --dropout=0.0
    
  • In some cases with deep layer, you may need to use a tiny learning rate (e.g., 0.005) for better performance.

Reference

@ARTICLE{10138925,
  author={Chen, Zhaoliang and Wu, Zhihao and Lin, Zhenghong and Wang, Shiping and Plant, Claudia and Guo, Wenzhong},
  journal={IEEE Transactions on Neural Networks and Learning Systems}, 
  title={AGNN: Alternating Graph-Regularized Neural Networks to Alleviate Over-Smoothing}, 
  year={2023},
  pages={1-13},
  doi={10.1109/TNNLS.2023.3271623}}

agnn's People

Contributors

chenzl23 avatar zhihaowu99 avatar

Stargazers

Xinhang Wan avatar  avatar  avatar

Watchers

Kostas Georgiou avatar  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.