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/20210705023721/https://github.com/topics/gcn
Here are
201 public repositories
matching this topic...
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Updated
Jan 18, 2021
Jupyter Notebook
A distributed graph deep learning framework.
Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)
Updated
Jul 2, 2021
Python
A Playstation 4 emulator just begin
Updated
Feb 24, 2021
Jupyter Notebook
A Temporal Extension Library for PyTorch Geometric
Updated
Jul 2, 2021
Python
Updated
May 21, 2021
Python
Updated
Jul 13, 2019
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
Jun 24, 2021
Python
Learning to Cluster Faces (CVPR 2019, CVPR 2020)
Updated
Aug 7, 2020
Python
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
Updated
May 21, 2021
Python
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
Updated
Jun 19, 2021
Python
A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).
Updated
May 14, 2021
Python
An implementation of "MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing" (ICML 2019).
Updated
Jun 18, 2021
Python
A repository of pretty cool datasets that I collected for network science and machine learning research.
Code for CVPR'19 paper Linkage-based Face Clustering via GCN
Updated
Oct 29, 2020
Jupyter Notebook
Graph Classification with Graph Convolutional Networks in PyTorch (NeurIPS 2018 Workshop)
Updated
Oct 16, 2020
Jupyter Notebook
A PyTorch implementation of "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019).
Updated
Jun 18, 2021
Python
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
[ICLR 2020; IPDPS 2019] Fast and accurate minibatch training for deep GNNs and large graphs (GraphSAINT: Graph Sampling Based Inductive Learning Method).
Updated
Mar 30, 2021
Python
ACL 2019: Incorporating Syntactic and Semantic Information in Word Embeddings using Graph Convolutional Networks
Updated
May 21, 2021
Python
A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).
Updated
Jun 24, 2021
Python
A Deep Learning library for EEG Tasks (Signals) Classification, based on TensorFlow.
Updated
May 23, 2021
Python
A PyTorch implementation of "Signed Graph Convolutional Network" (ICDM 2018).
Updated
Jun 19, 2021
Python
Code for A GRAPH-CNN FOR 3D POINT CLOUD CLASSIFICATION (ICASSP 2018)
Updated
Sep 19, 2018
Python
PPNP & APPNP models from "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019)
Updated
Apr 24, 2020
Jupyter Notebook
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
Updated
Jun 27, 2021
Python
Improve this page
Add a description, image, and links to the
gcn
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
gcn
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/