Skip to content

EdisonLeeeee/SGC_tf2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Graph Convolution

Python implement of Simplifying Graph Convolutional Networks with Tensorflow 2.0. This repo is modified from 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.

About

Python implement of SGC with Tensorflow 2.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published