https://github.com/mori97/JKNet-dgl
A dgl implementation of Jumping Knowledge Networks (arXiv 1806.03536)
https://github.com/mori97/JKNet-dgl
Last synced: 12 months ago
JSON representation
A dgl implementation of Jumping Knowledge Networks (arXiv 1806.03536)
- Host: GitHub
- URL: https://github.com/mori97/JKNet-dgl
- Owner: mori97
- License: mit
- Created: 2018-12-27T11:38:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T15:26:42.000Z (over 7 years ago)
- Last Synced: 2024-11-16T07:33:18.187Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 163 KB
- Stars: 39
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - mori97/JKNet-dgl
README
# JKNet-dgl
A DGL([Deep Graph Liabrary](https://www.dgl.ai/)) and [PyTorch](https://pytorch.org/) implementation of Jumping Knowledge Networks ([https://arxiv.org/abs/1806.03536](https://arxiv.org/abs/1806.03536)).
## Prerequisites
- Python >= 3.7
- numpy >= 1.15.4
- scikit-learn >= 0.20.0
- PyTorch >= 1.0.0
- dgl >= 0.1.3