graphsage topic

List graphsage repositories

ClusterGCN

776
Stars
134
Forks
Watchers

A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).

GAM

265
Stars
57
Forks
Watchers

A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).

GraphWaveletNeuralNetwork

559
Stars
114
Forks
Watchers

A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)

GraphSAGE

67
Stars
7
Forks
Watchers

Graph Neural Networks

NLPGNN

331
Stars
64
Forks
Watchers

1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.

SGCN

267
Stars
59
Forks
Watchers

A PyTorch implementation of "Signed Graph Convolutional Network" (ICDM 2018).

GraphSAINT

463
Stars
88
Forks
Watchers

[ICLR 2020; IPDPS 2019] Fast and accurate minibatch training for deep GNNs and large graphs (GraphSAINT: Graph Sampling Based Inductive Learning Method).

euler

2.9k
Stars
559
Forks
Watchers

A distributed graph deep learning framework.

FastGCN

516
Stars
112
Forks
Watchers

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

GraphNeuralNetwork

764
Stars
182
Forks
Watchers

Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.