Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Refined implementation of pGNN, p-Laplacian Based Graph Neural Networks presented at ICML 2022

License

Notifications You must be signed in to change notification settings

qysoraka/enhanced-pGNNs

Repository files navigation

Enhanced pGNNs

This repository provides a refined version of pGNN as described in the ICML'2022 published paper 'p-Laplacian Based Graph Neural Networks'.

Requirements

The following packages are required:

Basic Usage

Run the following command:

$ python main.py --input cora --train_rate 0.025 --val_rate 0.025 --model pgnn --mu 0.1  --p 2 --K 4 --num_hid 16 --lr 0.01 --epochs 1000 

Testing Examples

Run the following command:

$ bash run_test.sh

Citing

If you find the pGNN model useful in your research, please consider citing the original paper:

@inproceedings{DBLP:conf/icml/FuZB22,
  author    = {Guoji Fu and
               Peilin Zhao and
               Yatao Bian},
  title     = {p-Laplacian Based Graph Neural Networks},
  booktitle = {International Conference on Machine Learning, {ICML} 2022, 17-23 July
               2022, Baltimore, Maryland, {USA}},
  series    = {Proceedings of Machine Learning Research},
  volume    = {162},
  pages     = {6878--6917},
  publisher = {{PMLR}},
  year      = {2022},
  url       = {https://proceedings.mlr.press/v162/fu22e.html},
}

About

Refined implementation of pGNN, p-Laplacian Based Graph Neural Networks presented at ICML 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published