Graph Deep Learning Lab
Pinned Loading
Repositories
- graphdeeplearning.github.io Public
Deploy website (https://github.com/graphdeeplearning/website) to GitHub pages
- graphtransformer Public
Graph Transformer Architecture. Source code for "A Generalization of Transformer Networks to Graphs", DLG-AAAI'21.
- multigraph_transformer Public Forked from PengBoXiangShang/multigraph_transformer
Official code of the paper "Multi-Graph Transformer for Free-Hand Sketch Recognition"
- graph-convnet-tsp Public Forked from chaitjo/graph-convnet-tsp
Code for the paper 'An Efficient Graph Convolutional Network Technique for the Travelling Salesman Problem' (arXiv Pre-print)
- learning-paradigms-for-tsp Public Forked from chaitjo/learning-paradigms-for-tsp
Code for the paper 'On Learning Paradigms for the Travelling Salesman Problem' (NeurIPS 2019 Graph Representation Learning Workshop)
- spatial_graph_convnets Public Forked from xbresson/spatial_graph_convnets
PyTorch implementation of residual gated graph ConvNets, ICLR’18
- TextCategorization Public Forked from SuyashLakhotia/TextCategorization
⚡ Using deep learning (MLP, CNN, Graph CNN) to classify text in TensorFlow.