项目文件夹

文件
2019-11-04 12:11:53 +08:00

22 行
377 B
Markdown

MoNet
=====
- paper link: [Geometric deep learning on graphs and manifolds using mixture model CNNs](https://arxiv.org/pdf/1611.08402.pdf)
Dependencies
============
- MXNet 1.5+
Results
=======
## Citation networks
Run with following (available dataset: "cora", "citeseer", "pubmed")
```bash
python3 citation.py --dataset cora --gpu 0
```
- Cora: ~0.814
- Pubmed: ~0.748