GraphNeuralNetwork 《深入浅出图神经网络:GNN原理解析》配套代码 环境依赖 python>=3.6 jupyter scipy numpy matplotlib torch>=1.2.0 Getting Start Chapter5: 基于GCN的节点分类 Chapter7: GraphSage示例 Chapter8: 图分类示例 Chapter9: 图自编码器 FAQ Cora数据集无法下载 Cora数据集地址是:kimiyoung/planetoid。 仓库中提供了一份使用到的cora数据,可以分别将它放在 chapter5/cora/raw 或者 chapter7/cora/raw 目录下。