Found 644 repositories(showing 30)
williamleif
Representation learning on large graphs using stochastic graph convolutions.
alibaba
A distributed graph deep learning framework.
dsgiitr
PyTorch Implementation and Explanation of Graph Representation Learning papers: DeepWalk, GCN, GraphSAGE, ChebNet & GAT.
williamleif
Simple reference implementation of GraphSAGE.
shenweichen
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
benedekrozemberczki
A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
twjiang
A PyTorch implementation of GraphSAGE. This package contains a PyTorch implementation of GraphSAGE.
benedekrozemberczki
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
matenure
The sample codes for our ICLR18 paper "FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling""
GraphSAINT
[ICLR 2020; IPDPS 2019] Fast and accurate minibatch training for deep GNNs and large graphs (GraphSAINT: Graph Sampling Based Inductive Learning Method).
kyzhouhzau
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.
benedekrozemberczki
A PyTorch implementation of "Signed Graph Convolutional Network" (ICDM 2018).
benedekrozemberczki
A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).
XiaShan1227
B站GNN教程资料
Some GNNs are implemented using PyG for node classification tasks, including: GCN, GraphSAGE, SGC, GAT, R-GCN and HAN (Heterogeneous Graph Attention Network), which will continue to be updated in the future.
Representation learning on large graphs using stochastic graph convolutions.
waimorris
A PyTorch implementation of of E-GraphSAGE.
quqixun
GNN方法和模型的Pytorch实现。Pytorch implementation of GNN.
GraphSAGE and GAT for link prediction.
YinzhenWan
用pytorch 方法复现了二十多个经典的推荐算法论文,其中包含排序论文和推荐召回论文,并在demo里面选了一个召回模型和排序模型的运行示例。
George730
The pytorch implementation of E-GraphSAGE and E-ResGAT, two solutions for intrusion detection.
zshicode
Graph convolutional networks (GCN), graphSAGE and graph attention networks (GAT) for text classification
ki-ljl
Some GNNs are implemented using PyG for link prediction tasks, including: GCN, GraphSAGE, GAT, Node2Vec、RGCN、HGT and HAN, which will continue to be updated in the future.
Firyuza
Graph Neural Networks
zhao-tong
An PyTorch implementation of graph neural networks (GCN, GraphSAGE and GAT) that can be simply imported and used.
MrLeeeee
The code for GCN, GAT and Graphsage based on pytorch.
tk-rusch
Gradient gating (ICLR 2023)
shuowang-ai
PyG (a geometric extension library for PyTorch) implementation of several Graph Neural Networks (GNNs): GCN, GAT, GraphSAGE, etc.
nhtsai
Senior Capstone Project: Graph-Based Product Recommendation
GraphSAINT
[ASAP 2020; FPGA 2020] Hardware architecture to accelerate GNNs (common IP modules for minibatch training and full batch inference)