Skip to content

Latest commit

 

History

History

chapter5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Chapter5:基于GCN的节点分类(使用Cora数据集)

文件说明

文件 说明
GCN_Cora.ipynb 基于Cora数据集的节点分类notebook
GCN_Cora.py 同GCN_Cora.ipynb,只是文件格式不一样

运行示例

Google Colab 中运行

本地运行:

cd chapter5
# 对于文件 GCN_Cora.ipynb,启动 jupyter notebook 进行查看
# 对于文件 GCN_Cora.py
python3 GCN_Cora.py