GNNPapers
Graph paper collection
A curated collection of must-read papers on graph neural networks, providing a comprehensive overview of the field.
Must-read papers on graph neural networks (GNN)
16k stars
600 watching
3k forks
last commit: 11 months ago
Linked from 1 awesome list
gnnpaper-list
Related projects:
Repository | Description | Stars |
---|---|---|
graphdeeplearning/benchmarking-gnns | A collection of datasets and tools for evaluating graph neural networks | 2,523 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,362 |
floodsung/deep-learning-papers-reading-roadmap | A comprehensive roadmap for learning deep learning by following key papers in the field | 38,327 |
delta2323/gb-gnn | Analyzes and optimizes the performance of graph neural networks using gradient boosting and various aggregation models. | 13 |
ivaniscoding/gnn-for-combinatorial-optimization | An implementation of graph neural networks for solving combinatorial optimization problems | 42 |
google-deepmind/graph_nets | An open-source library for building graph networks in TensorFlow and Sonnet | 5,360 |
deepgraphlearning/gmnn | A software framework that integrates statistical relational learning and graph neural networks for semi-supervised object classification and unsupervised node representation learning. | 401 |
labmlai/annotated_deep_learning_paper_implementations | Implementations of various deep learning algorithms and techniques with accompanying documentation | 56,215 |
dmlc/gnnlens2 | An interactive visualization tool for graph neural networks | 239 |
dennybritz/deeplearning-papernotes | A collection of notes and summaries on various deep learning research papers, including their topics, techniques, and applications. | 4,410 |
danielegrattarola/spektral | A Python library for building graph neural networks with Keras and TensorFlow 2. | 2,371 |
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 363 |
benedekrozemberczki/sgcn | An implementation of a deep learning algorithm for graph data | 268 |
bupt-gamma/openhgnn | An open-source toolkit for training and applying heterogeneous graph neural networks using PyTorch and the Deep Graph Library. | 867 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 402 |