PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
-
Updated
Oct 14, 2024 - Python
PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
TensorFlow GNN is a library to build Graph Neural Networks on the TensorFlow platform.
A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).
The PyTorch implementation of STGCN.
PyTorch implementation of MTAD-GAT (Multivariate Time-Series Anomaly Detection via Graph Attention Networks) by Zhao et. al (2020, https://arxiv.org/abs/2009.02040).
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.
Code and resources on scalable and efficient Graph Neural Networks
Code for "Graph Neural Network on Electronic Health Records for Predicting Alzheimer’s Disease"
PyTorch implementation of Graph Matching Networks, e.g., Graph Matching with Bi-level Noisy Correspondence (COMMON, ICCV 2023), Graph Matching Networks for Learning the Similarity of Graph Structured Objects (GMN, ICML 2019).
[NeurIPS'22] Tokenized Graph Transformer (TokenGT), in PyTorch
A Tensorflow implementation of "Bayesian Graph Convolutional Neural Networks" (AAAI 2019).
Graph Neural Network based Social Recommendation Model. SIGIR2019.
A PyTorch implementation of "Semi-Supervised Graph Classification: A Hierarchical Graph Perspective" (WWW 2019)
A PyTorch Graph Neural Network Library
Source code and dataset of the NeurIPS 2020 paper "Graph Random Neural Network for Semi-Supervised Learning on Graphs"
Source code for GNN-LSPE (Graph Neural Networks with Learnable Structural and Positional Representations), ICLR 2022
Making self-supervised learning work on molecules by using their 3D geometry to pre-train GNNs. Implemented in DGL and Pytorch Geometric.
GemNet model in PyTorch, as proposed in "GemNet: Universal Directional Graph Neural Networks for Molecules" (NeurIPS 2021)
Add a description, image, and links to the gnn topic page so that developers can more easily learn about it.
To associate your repository with the gnn topic, visit your repo's landing page and select "manage topics."