Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dragen1860/gcn-tf2

Graph Convolution Network for TensorFlow 2 implementation.
https://github.com/dragen1860/gcn-tf2

Last synced: 17 days ago
JSON representation

Graph Convolution Network for TensorFlow 2 implementation.

Awesome Lists containing this project

README

        

# Graph Convolution Network for TF2

GCN implementation for paper: [Semi-Supervised Classification with Graph Convolutional Networks](https://arxiv.org/pdf/1609.02907.pdf)

# Benchmark

| dataset | Citeseea | Cora | Pubmed | NELL |
|---------------|----------|------|--------|------|
| GCN(official) | 70.3 | 81.5 | 79.0 | 66.0 |
| This repo. | | 81.8 | 78.9 | |

# HOWTO
```
python train.py
```

# Screenshot

![](res/screen.png)