#
geometric-deep-learning
Here are
85 public repositories
matching this topic...
Geometric Deep Learning Extension Library for PyTorch
Updated
Jul 26, 2021
Python
Convolutional Neural Network for 3D meshes in PyTorch
Updated
Mar 9, 2020
Python
Pytorch Repo for DeepGCNs (ICCV'2019 Oral, TPAMI'2021), DeeperGCN (arXiv'2020) and GNN1000(ICML'2021):
https://www.deepgcns.org
Updated
Jul 20, 2021
Python
Updated
Jan 23, 2020
Python
Grakn Knowledge Graph Library (ML R&D)
Updated
May 31, 2021
Python
PyTorch Extension Library of Optimized Graph Cluster Algorithms
Relation-Shape Convolutional Neural Network for Point Cloud Analysis (CVPR 2019 Oral & Best paper finalist)
Updated
Jan 17, 2020
Python
Python package for graph neural networks in chemistry and biology
Updated
Jul 19, 2021
Python
A PyTorch Graph Neural Network Library
Updated
Jul 25, 2021
Python
MaSIF- Molecular surface interaction fingerprints. Geometric deep learning to decipher patterns in molecular surfaces.
Updated
Mar 23, 2021
Python
Updated
Jul 24, 2021
Jupyter Notebook
Geometric Deep Learning for Flux
GraphGallery is a gallery for benchmarking Graph Neural Networks (GNNs) and Graph Adversarial Learning with TensorFlow 2.x and PyTorch backend.
Updated
Jul 15, 2021
Python
Official project website for the CVPR 2020 paper (Oral Presentation) "Cascaded deep monocular 3D human pose estimation wth evolutionary training data"
Updated
Jul 10, 2021
Python
Implementation of "Deep Graph Matching Consensus" in PyTorch
Updated
Jun 20, 2020
Python
Updated
Jun 5, 2021
Python
Official PyTorch implementation of "Towards Deeper Graph Neural Networks" [KDD2020]
Updated
May 9, 2021
Python
Code for the paper 'An Efficient Graph Convolutional Network Technique for the Travelling Salesman Problem' (INFORMS Annual Meeting 2019)
Updated
May 21, 2021
Python
DensePoint: Learning Densely Contextual Representation for Efficient Point Cloud Processing (ICCV 2019)
Updated
Dec 16, 2019
Python
Implementation of the Spline-Based Convolution Operator of SplineCNN in PyTorch
This repo contains code to convert Structured Documents to Graphs and implement a Graph Convolution Neural Network for node classification
Updated
Jun 8, 2021
Python
Source code for CVPR 2018 Oral paper "Surface Networks"
Updated
Jan 29, 2020
Python
Implementation of "Overlapping Community Detection with Graph Neural Networks"
Updated
Sep 25, 2020
Jupyter Notebook
Code for SIGGRAPH paper CNNs on Surfaces using Rotation-Equivariant Features
Updated
Apr 12, 2021
Python
code to train a neural network to align pairs of shapes without needing ground truth warps for supervision
Updated
Jul 21, 2019
Cuda
Hierarchical Inter-Message Passing for Learning on Molecular Graphs
Updated
Jan 3, 2021
Python
Updated
Jul 14, 2020
Python
Procedural 3D data generation pipeline for architecture
Updated
Jul 10, 2021
Python
Improve this page
Add a description, image, and links to the
geometric-deep-learning
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
geometric-deep-learning
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/