1 Star 3 Fork 0

hazdzz / GCN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
hazdzz 提交于 2022-02-04 07:05 . add code

Graph Convolutional Networks

issues forks stars License

About

The PyTorch version of GCN implemented by the paper Semi-Supervised Classification with Graph Convolutional Networks.

Paper

https://arxiv.org/abs/1609.02907

Author's code

  1. Keras: https://github.com/tkipf/keras-gcn
  2. PyTorch: https://github.com/tkipf/pygcn
  3. TensorFlow v1: https://github.com/tkipf/gcn

Requirements

To install requirements:

pip3 install -r requirements.txt
Python
1
https://gitee.com/hazdzz/GCN.git
git@gitee.com:hazdzz/GCN.git
hazdzz
GCN
GCN
main

搜索帮助