A distributed graph deep learning framework.
-
Updated
Aug 19, 2023 - C++
A distributed graph deep learning framework.
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
The sample codes for our ICLR18 paper "FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling""
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.
A PyTorch implementation of "Signed Graph Convolutional Network" (ICDM 2018).
A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).
B站GNN教程资料
Representation learning on large graphs using stochastic graph convolutions.
GraphSAGE and GAT for link prediction.
Gradient gating (ICLR 2023)
[ASAP 2020; FPGA 2020] Hardware architecture to accelerate GNNs (common IP modules for minibatch training and full batch inference)
Senior Capstone Project: Graph-Based Product Recommendation
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.
The task aims at extracting required fields in receipts captured by mobile devices 😄
To associate your repository with the graphsage topic, visit your repo's landing page and select "manage topics."