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

https://github.com/edisonleeeee/sgc_tf2.0

Python implement of SGC with Tensorflow 2.0.
https://github.com/edisonleeeee/sgc_tf2.0

Last synced: over 1 year ago
JSON representation

Python implement of SGC with Tensorflow 2.0.

Awesome Lists containing this project

README

          

# Simple Graph Convolution
Python implement of [Simplifying Graph Convolutional Networks](https://arxiv.org/abs/1902.07153) with Tensorflow 2.0.
This repo is modified from [Tiiiger/SGC](https://github.com/Tiiiger/SGC).

# Requirements
+ Python 3.7
+ Tensorflow 2.0
+ numpy
+ scipy
+ sklearn
+ matplotlib

# Datasets
+ cora
+ citeseer
+ pubmed

Please note that the dataset partition is rather **different** (10% for train, 10% for validation and 80% for test), which leads to a higher accuracy.