COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200928183607/https://github.com/topics/graph-neural-networks
Here are
292 public repositories
matching this topic...
Geometric Deep Learning Extension Library for PyTorch
Updated
Sep 27, 2020
Python
Python package built to ease deep learning on graph, on top of existing DL frameworks.
Updated
Sep 28, 2020
Python
links to conference publications in graph-based deep learning
Updated
Sep 27, 2020
Jupyter Notebook
A distributed graph deep learning framework.
Graph Neural Networks with Keras and Tensorflow 2.
Updated
Aug 25, 2020
Python
Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering
Updated
Jun 13, 2020
Jupyter Notebook
Repository for benchmarking graph neural networks
Updated
Aug 29, 2020
Jupyter Notebook
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
Updated
Aug 26, 2020
Python
How Powerful are Graph Neural Networks?
Updated
Aug 6, 2020
Python
ktrain is a Python library that makes deep learning and AI more accessible and easier to apply
Updated
Sep 24, 2020
Jupyter Notebook
Updated
Sep 28, 2020
Python
Updated
Jan 23, 2020
Python
Benchmark datasets, data loaders, and evaluators for graph machine learning
Updated
Sep 12, 2020
Python
KGAT: Knowledge Graph Attention Network for Recommendation, KDD2019
Updated
Aug 5, 2020
Python
resources for graph convolutional networks (图卷积神经网络相关资源)
A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
Updated
Sep 24, 2020
Python
[AAAI 2019] Source code and datasets for "Session-based Recommendation with Graph Neural Networks"
Updated
Jul 24, 2019
Python
CogDL: An Extensive Research Toolkit for Graphs
Updated
Sep 28, 2020
Python
Source code and dataset for ACL 2019 paper "Cognitive Graph for Multi-Hop Reading Comprehension at Scale"
Updated
Mar 22, 2020
Python
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
Updated
Sep 24, 2020
Python
📜 An up-to-date & curated list of awesome semi-supervised learning papers, methods & resources.
PyTorch Extension Library of Optimized Graph Cluster Algorithms
Lanczos Network, Graph Neural Networks, Deep Graph Convolutional Networks, Deep Learning on Graph Structured Data, QM8 Quantum Chemistry Benchmark, ICLR 2019
Updated
Oct 18, 2019
Python
Efficient Graph Generation with Graph Recurrent Attention Networks, Deep Generative Model of Graphs, Graph Neural Networks, NeurIPS 2019
Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)
Updated
Aug 25, 2020
Python
A pytorch adversarial library for attack and defense methods on images and graphs
Updated
Sep 20, 2020
Python
A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).
Updated
Sep 24, 2020
Python
Strategies for Pre-training Graph Neural Networks
Updated
May 31, 2020
Python
Graph convolutional neural network for multirelational link prediction
Updated
Sep 25, 2020
Jupyter Notebook
Improve this page
Add a description, image, and links to the
graph-neural-networks
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
graph-neural-networks
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/