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/20210914213403/https://github.com/topics/graph-convolutional-networks
#
graph-convolutional-networks
Here are
212 public repositories
matching this topic...
Graph Neural Network Library for PyTorch
Updated
Sep 14, 2021
Python
A collection of important graph embedding, classification and representation learning papers with implementations.
Updated
Sep 4, 2021
Python
links to conference publications in graph-based deep learning
Updated
Sep 6, 2021
Jupyter Notebook
A distributed graph deep learning framework.
Graph Convolutional Networks for Text Classification. AAAI 2019
Updated
Jun 11, 2021
Python
PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
Updated
Sep 11, 2021
Python
A collection of anomaly detection methods (iid/point-based, graph and time series) including active learning for anomaly detection/discovery, bayesian rule-mining, description for diversity/explanation/interpretability. Analysis of incorporating label feedback with ensemble and tree-based detectors. Includes adversarial attacks with Graph Convolutional Network.
Updated
Aug 25, 2021
Python
Tutorial: Graph Neural Networks for Natural Language Processing at EMNLP 2019 and CODS-COMAD 2020
Updated
Aug 25, 2021
Python
PyTorch Implementation and Explanation of Graph Representation Learning papers: DeepWalk, GCN, GraphSAGE, ChebNet & GAT.
Updated
May 30, 2021
Jupyter Notebook
A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
Updated
Sep 4, 2021
Python
A list of recent papers about Graph Neural Network methods applied in NLP areas.
A pytorch adversarial library for attack and defense methods on images and graphs
Updated
Sep 13, 2021
Python
Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry
Updated
Oct 23, 2020
Python
A curated list of fraud detection papers using graph information or graph neural networks
Grakn Knowledge Graph Library (ML R&D)
Updated
Sep 2, 2021
Python
The sample codes for our ICLR18 paper "FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling""
Updated
Mar 25, 2021
Python
OpenChem: Deep Learning toolkit for Computational Chemistry and Drug Design Research
Updated
May 16, 2021
Python
ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
Updated
Jul 20, 2020
Python
Updated
Apr 12, 2020
Python
Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)
Updated
Jun 25, 2021
Python
The Pytorch implementation for "Semantic Graph Convolutional Networks for 3D Human Pose Regression" (CVPR 2019).
Updated
Jun 16, 2021
Python
Graph convolutional neural network for multirelational link prediction
Updated
Aug 25, 2021
Jupyter Notebook
Code for CVPR'19 paper Linkage-based Face Clustering via GCN
Updated
Oct 29, 2020
Jupyter Notebook
Efficient Graph Neural Networks - a curated list of papers and projects
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
A tensorflow implementation of Knowledge Graph Convolutional Networks
Updated
Nov 22, 2019
Python
Graph Classification with Graph Convolutional Networks in PyTorch (NeurIPS 2018 Workshop)
Updated
Oct 16, 2020
Jupyter Notebook
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.
Updated
Jun 9, 2020
Python
ACL 2019: Incorporating Syntactic and Semantic Information in Word Embeddings using Graph Convolutional Networks
Updated
Aug 25, 2021
Python
Improve this page
Add a description, image, and links to the
graph-convolutional-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-convolutional-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/