graph-convolutional-networks topic

List graph-convolutional-networks repositories

euler

2.9k
Stars
559
Forks
Watchers

A distributed graph deep learning framework.

GNNs-Recipe

1.1k
Stars
111
Forks
Watchers

🟠 A study guide to learn about Graph Neural Networks (GNNs)

text_gcn

1.3k
Stars
435
Forks
Watchers

Graph Convolutional Networks for Text Classification. AAAI 2019

graph_nets

1.1k
Stars
223
Forks
Watchers

PyTorch Implementation and Explanation of Graph Representation Learning papers: DeepWalk, GCN, GraphSAGE, ChebNet & GAT.

GNNs-for-NLP

781
Stars
111
Forks
Watchers

Tutorial: Graph Neural Networks for Natural Language Processing at EMNLP 2019 and CODS-COMAD 2020

FastGCN

516
Stars
112
Forks
Watchers

The sample codes for our ICLR18 paper "FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling""

DGI

608
Stars
139
Forks
Watchers

Deep Graph Infomax (https://arxiv.org/abs/1809.10341)

efficient-gnns

526
Stars
64
Forks
Watchers

Code and resources on scalable and efficient Graph Neural Networks

decagon

438
Stars
142
Forks
Watchers

Graph convolutional neural network for multirelational link prediction

KGCN

463
Stars
151
Forks
Watchers

A tensorflow implementation of Knowledge Graph Convolutional Networks