Skip to content

Basic implementation of a 2-Layer GNN architecture for Node Level task prediction on CORA citation data.

Notifications You must be signed in to change notification settings

jaydeepthik/Graph-Neural-Nets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Graph-Neural-Nets

Basic implementation of a 2-Layer GNN architecture for Node Level task prediction on CORA citation data.

CORA Dataset

The Cora dataset consists of 2708 scientific publications classified into one of seven classes. The citation network consists of 5429 links. Each publication in the dataset is described by a 0/1-valued word vector indicating the absence/presence of the corresponding word from the dictionary. The dictionary consists of 1433 unique words.
Read more: https://relational.fit.cvut.cz/dataset/CORA

Introduction to Graph Neural Nets (GNN):

https://distill.pub/2021/gnn-intro/

About

Basic implementation of a 2-Layer GNN architecture for Node Level task prediction on CORA citation data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published