naganandy / graph-based-deep-learning-literatureLinks
links to conference publications in graph-based deep learning
☆4,989Updated last month
Alternatives and similar repositories for graph-based-deep-learning-literature
Users that are interested in graph-based-deep-learning-literature are comparing it to the libraries listed below
Sorting:
- Paper Lists for Graph Neural Networks☆2,287Updated last year
- Repository for benchmarking graph neural networks (JMLR 2023)☆2,641Updated 2 years ago
- Graph Convolutional Networks in PyTorch☆5,387Updated 5 years ago
- Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)☆3,087Updated 2 years ago
- Graph Attention Networks (https://arxiv.org/abs/1710.10903)☆3,460Updated 3 years ago
- Benchmark datasets, data loaders, and evaluators for graph machine learning☆2,053Updated 6 months ago
- Must-read papers on graph neural networks (GNN)☆16,660Updated last year
- Papers about pretraining and self-supervised learning on Graph Neural Networks (GNN).☆1,700Updated last year
- A comprehensive collection of recent papers on graph deep learning☆3,085Updated 4 years ago
- PyTorch Implementation and Explanation of Graph Representation Learning papers: DeepWalk, GCN, GraphSAGE, ChebNet & GAT.☆1,219Updated 8 months ago
- A collection of important graph embedding, classification and representation learning papers with implementations.☆4,806Updated 2 years ago
- How Powerful are Graph Neural Networks?☆1,260Updated 4 years ago
- Implementation of Graph Convolutional Networks in TensorFlow☆7,335Updated 2 years ago
- CogDL: A Comprehensive Library for Graph Deep Learning (WWW 2023)☆1,810Updated last year
- Representation learning on large graphs using stochastic graph convolutions.☆3,630Updated last year
- Platform for designing and evaluating Graph Neural Networks (GNN)☆1,857Updated 2 years ago
- Papers on Graph neural network(GNN)☆768Updated 2 years ago
- Python package built to ease deep learning on graph, on top of existing DL frameworks.☆14,154Updated 4 months ago
- A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).☆1,273Updated 2 years ago
- Graph Transformer Networks (Authors' PyTorch implementation for the NeurIPS 19 paper)☆1,063Updated 2 years ago
- My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Co…☆2,625Updated 3 years ago
- resources for graph convolutional networks (图卷积神经网络相关资源)☆907Updated 6 years ago
- Implementation of Graph Auto-Encoders in TensorFlow☆1,715Updated 5 years ago
- gnn explainer☆1,015Updated last year
- A library for graph deep learning research☆1,996Updated last year
- PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)☆2,906Updated 2 months ago
- Simple reference implementation of GraphSAGE.