Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mori97/JKNet-dgl
A dgl implementation of Jumping Knowledge Networks (arXiv 1806.03536)
https://github.com/mori97/JKNet-dgl
Last synced: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T15:26:42.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T09:07:08.673Z (5 months ago)
- Language: Python
- Homepage:
- Size: 163 KB
- Stars: 40
- 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