-
Updated
Mar 3, 2021 - Python
#
graph-neural-networks
Here are 383 public repositories matching this topic...
Geometric Deep Learning Extension Library for PyTorch
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
machine-learning
natural-language-processing
deep-neural-networks
reinforcement-learning
computer-vision
deep-learning
optimization
machine-translation
deep-reinforcement-learning
medical-imaging
speech-recognition
artificial-neural-networks
pattern-recognition
probabilistic-graphical-models
bayesian-statistics
artificial-intelligence-algorithms
visual-recognition
graph-neural-networks
-
Updated
Feb 18, 2021
Python package built to ease deep learning on graph, on top of existing DL frameworks.
-
Updated
Mar 3, 2021 - Python
links to conference publications in graph-based deep learning
deep-learning
graph
neural-networks
graph-convolutional-networks
graph-neural-networks
graph-representation-learning
conference-publications
-
Updated
Feb 28, 2021 - Jupyter Notebook
A distributed graph deep learning framework.
deep-learning
graph
network-embedding
random-walk
graph-convolutional-networks
gcn
node2vec
graph-embedding
graph-learning
graphsage
graph-neural-networks
ggnn
-
Updated
Jul 29, 2020 - C++
Graph Neural Networks with Keras and Tensorflow 2.
-
Updated
Mar 3, 2021 - Python
Repository for benchmarking graph neural networks
deep-learning
pytorch
benchmark-framework
graph-neural-networks
graph-representation-learning
dgl
graph-deep-learning
-
Updated
Jan 13, 2021 - Jupyter Notebook
Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering
-
Updated
Jun 13, 2020 - Jupyter Notebook
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
-
Updated
Nov 19, 2020 - Python
A unified, comprehensive and efficient recommendation library
recommendations
deep-learning
pytorch
collaborative-filtering
knowledge-graph
recommendation-system
recommender-systems
ctr-prediction
graph-neural-networks
sequential-recommendation
-
Updated
Mar 3, 2021 - Python
Benchmark datasets, data loaders, and evaluators for graph machine learning
-
Updated
Mar 3, 2021 - Python
ktrain is a Python library that makes deep learning and AI more accessible and easier to apply
python
nlp
machine-learning
computer-vision
deep-learning
tensorflow
keras
tabular-data
graph-neural-networks
-
Updated
Mar 2, 2021 - Jupyter Notebook
How Powerful are Graph Neural Networks?
-
Updated
Aug 6, 2020 - Python
Pytorch Repo for "DeepGCNs: Can GCNs Go as Deep as CNNs?" ICCV2019 Oral https://www.deepgcns.org
-
Updated
Feb 8, 2021 - Python
CogDL: An Extensive Research Toolkit for Graphs
leaderboard
pytorch
link-prediction
graph-embedding
graph-classification
node-classification
graph-neural-networks
pytorch-geometric
-
Updated
Mar 3, 2021 - Python
Tensorflow Repo for "DeepGCNs: Can GCNs Go as Deep as CNNs?" ICCV2019 Oral https://www.deepgcns.org
-
Updated
Jan 23, 2020 - Python
KGAT: Knowledge Graph Attention Network for Recommendation, KDD2019
knowledge-graph
recommender-system
graph-attention-networks
graph-neural-networks
kdd2019
high-order-connectivity
knowledge-based-recommendation
knowledge-aware-recommendation
explainable-recommendation
embedding-propagation
knowledge-graph-dataset
knowledge-graph-for-recommendation
-
Updated
Aug 5, 2020 - Python
An autoML framework & toolkit for machine learning on graphs.
-
Updated
Mar 3, 2021 - Python
resources for graph convolutional networks (图卷积神经网络相关资源)
-
Updated
Jul 12, 2019
lidongze0629
commented
Feb 20, 2021
Is your feature request related to a problem? Please describe.
Only the latest version of the document is supported in the GraphScope document, however, users cannot see any traces about the previously released.
Describe the solution you'd like
It could be great if this version number could be tied into the actually released docs.
A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
deep-learning
neural-network
clustering
community-detection
pytorch
deepwalk
louvain
metis
graph-convolutional-networks
gcn
graph-clustering
node2vec
node-classification
graphsage
graph-neural-networks
graph2vec
diff2vec
gemsec
musae
graph-convolution
-
Updated
Feb 11, 2021 - Python
machine-learning
natural-language-processing
computer-vision
deep-learning
generative-model
semi-supervised-learning
graph-neural-networks
-
Updated
Feb 11, 2021
[AAAI 2019] Source code and datasets for "Session-based Recommendation with Graph Neural Networks"
-
Updated
Jul 24, 2019 - Python
A Graph Neural Network Library in Jax
-
Updated
Jan 27, 2021 - Python
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
machine-learning
research
deep-learning
tensorflow
sklearn
pytorch
deepwalk
convolutional-neural-networks
representation-learning
gcn
iclr
graph-representation
node2vec
graph-convolutional-network
graphsage
graph-neural-networks
graph-wavelet
graph-convolution
gwnn
pygsp
-
Updated
Feb 11, 2021 - 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 adversarial library for attack and defense methods on images and graphs
machine-learning
deep-neural-networks
deep-learning
defense
graph-mining
graph-convolutional-networks
adversarial-examples
adversarial-attacks
graph-neural-networks
-
Updated
Mar 2, 2021 - Python
A Temporal Extension Library for PyTorch Geometric
deep-learning
network-science
pytorch
temporal-networks
spatial-analysis
spatial-data
network-embedding
spatio-temporal-analysis
graph-convolutional-networks
gcn
spatio-temporal-data
temporal-data
graph-embedding
geometric-deep-learning
graph-neural-networks
node-embedding
graph-convolution
gnn
temporal-graphs
-
Updated
Mar 3, 2021 - Python
PyTorch Extension Library of Optimized Graph Cluster Algorithms
-
Updated
Mar 3, 2021 - C++
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.
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."
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/