基本信息
源码名称:图卷积神经网络
源码大小:5.07M
文件格式:.zip
开发语言:Python
更新时间:2023-03-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
图卷积神经网络

.
├── gcn-master
│   ├── LICENCE
│   ├── README.md
│   ├── gcn
│   │   ├── __init__.py
│   │   ├── data
│   │   │   ├── ind.citeseer.allx
│   │   │   ├── ind.citeseer.ally
│   │   │   ├── ind.citeseer.graph
│   │   │   ├── ind.citeseer.test.index
│   │   │   ├── ind.citeseer.tx
│   │   │   ├── ind.citeseer.ty
│   │   │   ├── ind.citeseer.x
│   │   │   ├── ind.citeseer.y
│   │   │   ├── ind.cora.allx
│   │   │   ├── ind.cora.ally
│   │   │   ├── ind.cora.graph
│   │   │   ├── ind.cora.test.index
│   │   │   ├── ind.cora.tx
│   │   │   ├── ind.cora.ty
│   │   │   ├── ind.cora.x
│   │   │   ├── ind.cora.y
│   │   │   ├── ind.pubmed.allx
│   │   │   ├── ind.pubmed.ally
│   │   │   ├── ind.pubmed.graph
│   │   │   ├── ind.pubmed.test.index
│   │   │   ├── ind.pubmed.tx
│   │   │   ├── ind.pubmed.ty
│   │   │   ├── ind.pubmed.x
│   │   │   └── ind.pubmed.y
│   │   ├── inits.py
│   │   ├── layers.py
│   │   ├── metrics.py
│   │   ├── models.py
│   │   ├── train.py
│   │   └── utils.py
│   ├── requirements.txt
│   └── setup.py
└── 好例子网_gcn-master  最基础的图神经网络模型 包含有3个数据.zip

3 directories, 36 files