You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We provide a TensorFlow implementation of Graph Wavelet Neural Network, which implements graph convolution via graph wavelet transform instead of Fourier transform. Different from graph Fourier transform, graph wavelets are sparse and localized in vertex domain, offering high efficiency and good interpretability for graph convolution. We evaluated our model in the task of graph-based semi-supervised classification.
Requirements
the script has been tested running under Python 2.7, with the following packages installed (along with their dependencies):
--epochs INT Number of Adam epochs. Default: 1000.
--early-stopping INT Number of early stopping epochs. Default: 100.
Run Example
The run example for Cora dataset in default parameter
Cite
Please cite our paper if you use this code in your own work:
@inproceedings{
xu2018graph,
title={Graph Wavelet Neural Network},
author={Bingbing Xu and Huawei Shen and Qi Cao and Yunqi Qiu and Xueqi Cheng},
booktitle={International Conference on Learning Representations},
year={2019},
url={https://openreview.net/forum?id=H1ewdiR5tQ},
}