Code for the paper k-hop Graph Neural Networks.
Code is written in Python 3.6 and requires:
Use the following link to download datasets:
https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets
Extract the datasets into the datasets
folder.
First, specify the dataset and the hyperparameters in the main.py
file. Then, use the following command:
$ python main.py
Please cite our paper if you use this code:
@article{nikolentzos2020k,
title={k-hop graph neural networks},
author={Nikolentzos, Giannis and Dasoulas, George and Vazirgiannis, Michalis},
journal={Neural Networks},
volume={130},
pages={195--205},
year={2020},
publisher={Elsevier}
}
Provided for academic use only