Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mm-ir/gcn_pytorch_demo
A simple demo for GCN implemented by Pytorch
https://github.com/mm-ir/gcn_pytorch_demo
Last synced: about 2 months ago
JSON representation
A simple demo for GCN implemented by Pytorch
- Host: GitHub
- URL: https://github.com/mm-ir/gcn_pytorch_demo
- Owner: MM-IR
- Created: 2020-09-19T11:36:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T11:46:53.000Z (over 4 years ago)
- Last Synced: 2024-10-31T10:12:46.562Z (3 months ago)
- Language: Jupyter Notebook
- Size: 90.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Demo for 2-layer GCN implemented by pytorch
```
the data is just a simple networklearnable weights: nn.Parameter
not suitable for transductive learning due to the L matrix
```