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/20210719113855/https://github.com/topics/graph-neural-networks
Here are
486 public repositories
matching this topic...
Geometric Deep Learning Extension Library for PyTorch
Updated
Jul 17, 2021
Python
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Python package built to ease deep learning on graph, on top of existing DL frameworks.
Updated
Jul 19, 2021
Python
links to conference publications in graph-based deep learning
Updated
Jul 9, 2021
Jupyter Notebook
A distributed graph deep learning framework.
Graph Neural Networks with Keras and Tensorflow 2.
Updated
Jul 14, 2021
Python
Repository for benchmarking graph neural networks
Updated
May 2, 2021
Jupyter Notebook
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
Updated
May 12, 2021
Python
Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering
Updated
Jun 13, 2020
Jupyter Notebook
A unified, comprehensive and efficient recommendation library
Updated
Jul 19, 2021
Python
Benchmark datasets, data loaders, and evaluators for graph machine learning
Updated
Jul 17, 2021
Python
A Temporal Extension Library for PyTorch Geometric
Updated
Jul 19, 2021
Python
ktrain is a Python library that makes deep learning and AI more accessible and easier to apply
Updated
Jul 16, 2021
Jupyter Notebook
GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba
Updated
Jul 19, 2021
Java
How Powerful are Graph Neural Networks?
Updated
Jul 1, 2021
Python
Pytorch Repo for DeepGCNs (ICCV'2019 Oral, TPAMI'2021), DeeperGCN (arXiv'2020) and GNN1000(ICML'2021):
https://www.deepgcns.org
Updated
Jul 8, 2021
Python
CogDL: An Extensive Toolkit for Deep Learning on Graphs
Updated
Jul 19, 2021
Python
😎 An up-to-date & curated list of awesome semi-supervised learning papers, methods & resources.
KGAT: Knowledge Graph Attention Network for Recommendation, KDD2019
Updated
Aug 5, 2020
Python
An autoML framework & toolkit for machine learning on graphs.
Updated
Jul 15, 2021
Python
resources for graph convolutional networks (图卷积神经网络相关资源)
A Graph Neural Network Library in Jax
Updated
May 19, 2021
Python
Updated
Jan 23, 2020
Python
[AAAI 2019] Source code and datasets for "Session-based Recommendation with Graph Neural Networks"
Updated
Mar 19, 2021
Python
A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
Updated
Jun 24, 2021
Python
A pytorch adversarial library for attack and defense methods on images and graphs
Updated
Jun 28, 2021
Python
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
Updated
Jun 19, 2021
Python
Strategies for Pre-training Graph Neural Networks
Updated
Jul 19, 2021
Python
A curated list of fraud detection papers using graph information or graph neural networks
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/