This is a implementation of algorithms for semi-supervised classification mentioned in our paper:
Qimai Li, Zhichao Han, Xiao-Ming Wu, Deeper Insights into Graph Convolutional Networks for Semi-Supervised Learning (AAAI 2018) BLOG
- Python 3
- tensorflow
- networkx
- scikit-learn
python train.py
See config.py
for details. If you encounter any problem, please open an issue in this github page.
Please cite our paper if you use this code in your own work:
@inproceedings{li2018deeper,
title = "{Deeper Insights into Graph Convolutional Networks for Semi-Supervised Learning}",
author = {{Li}, Q. and {Han}, Z. and {Wu}, X.-M.},
booktitle = {The Thirty-Second AAAI Conference on Artificial Intelligence},
year = {2018},
organization = {AAAI},
}