LGCN

Graph processor

An implementation of learnable graph convolutional networks for efficient graph processing

Tensorflow Implementation of Large-Scale Learnable Graph Convolutional Networks (LGCN) KDD18

GitHub

46 stars
2 watching
23 forks
Language: Python
last commit: about 8 years ago
Linked from 1 awesome list

convolutional-networksgraph

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
liqimai/gcnAn implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries.45
benedekrozemberczki/sgcnAn implementation of a deep learning algorithm for graph data270
benedekrozemberczki/mixhop-and-n-gcnA deep learning framework implementation of higher-order graph convolutional architectures and their applications403
hongyanggao/pixeltcnAn implementation of a custom convolutional neural network layer designed to improve up-sampling operations in deep learning models97
matenure/fastgcnImplementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency520
eilene/gwnnA TensorFlow implementation of a graph convolution algorithm using wavelet transforms instead of traditional methods.64
muhanzhang/dgcnnA deep learning architecture for graph classification that extracts vertex features through propagation-based graph convolution and retains more node information than traditional sum pooling methods.174
benedekrozemberczki/clustergcnA PyTorch implementation of a clustering algorithm for graph neural networks788
chingyaoc/ggnn.pytorchAn implementation of a neural network architecture for processing graph-structured data and making predictions on nodes.466
benedekrozemberczki/simgnnAn implementation of SimGNN, a neural network approach to computing graph similarity768
tensorflow/gnnBuilds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques.1,372
benedekrozemberczki/pdnAn implementation of a neural network architecture designed to process graph-structured data58
benedekrozemberczki/graphwaveletneuralnetworkAn implementation of a neural network for graph data, specifically designed to process wavelet transforms on graphs.577
benedekrozemberczki/capsgnnA PyTorch implementation of a graph neural network architecture1,246
zhengwang100/rectA deep learning framework for graph representation learning with partially labeled data19