Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An implementation of the Graph Neural Networks for the Cora dataset

Notifications You must be signed in to change notification settings

grassking100/gnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

An implementation of the Graph Convolution Networks (GCN) for the Cora dataset

Visual

Data source: Cora dataset link

The macro F1 plot of the result

macroF1

The loss plot of the result

loss

The testing result:

  1. macro F1: 0.8537
  2. Loss: 0.4782

Reference

  1. Kipf, Thomas N., and Max Welling. "Semi-supervised classification with graph convolutional networks." arXiv preprint arXiv:1609.02907 (2016).
  2. McCallum, Andrew Kachites, et al. "Automating the construction of internet portals with machine learning." Information Retrieval 3.2 (2000): 127-163.

About

An implementation of the Graph Neural Networks for the Cora dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages