Repository navigation

#

graphsage

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

Python
814
2 年前

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

Python
799
2 年前

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

Python
524
4 年前

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

Python
483
3 年前

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

Python
335
8 个月前

Representation learning on large graphs using stochastic graph convolutions.

Python
138
7 年前

GNN方法和模型的Pytorch实现。Pytorch implementation of GNN.

Python
90
3 个月前

GraphSAGE and GAT for link prediction.

Jupyter Notebook
90
6 年前

Graph Neural Networks

Python
67
5 年前

用pytorch 方法复现了二十多个经典的推荐算法论文,其中包含排序论文和推荐召回论文,并在demo里面选了一个召回模型和排序模型的运行示例。

Python
59
2 年前

Senior Capstone Project: Graph-Based Product Recommendation

Jupyter Notebook
42
4 年前

[ASAP 2020; FPGA 2020] Hardware architecture to accelerate GNNs (common IP modules for minibatch training and full batch inference)

Verilog
41
4 年前

An example project for training a GraphSAGE Model, and setup a Real-time Fraud Detection Web Service(Frontend and Backend) with NebulaGraph Database and DGL.

Jupyter Notebook
35
3 年前

CFG based program similarity using Graph Neural Networks

Python
35
2 年前