GWNN

Graph Convolution Library

A TensorFlow implementation of a graph convolution algorithm using wavelet transforms instead of traditional methods.

A TensorFlow implementation of Graph Wavelet Neural Network

GitHub

64 stars
2 watching
18 forks
Language: Python
last commit: almost 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
tensorflow/gnn Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. 1,362
liqimai/gcn An implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries. 45
benedekrozemberczki/mixhop-and-n-gcn A deep learning framework implementation of higher-order graph convolutional architectures and their applications 402
benedekrozemberczki/graphwaveletneuralnetwork An implementation of a neural network for graph data, specifically designed to process wavelet transforms on graphs. 574
hongyanggao/lgcn An implementation of learnable graph convolutional networks for efficient graph processing 46
taehoonlee/tensornets A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. 1,004
wkentaro/fcn An implementation of fully convolutional networks in Chainer, a deep learning framework. 218
marvinteichmann/tensorflow-fcn An implementation of a fully convolutional network architecture for image segmentation using VGG weights. 1,101
benedekrozemberczki/sgcn An implementation of a deep learning algorithm for graph data 268
matenure/fastgcn Implementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency 519
markdtw/condensenet-tensorflow An implementation of CondenseNet, a model for efficient neural networks using learned group convolutions. 29
preritj/segmentation Deep learning models for semantic segmentation of images 100
hasnainraz/fc-densenet-tensorflow Re-implementation of a 100-layer fully convolutional network architecture for image segmentation 123
charlotte-pel/temporalcnn A deep learning-based approach to classifying satellite image time series using convolutional neural networks. 149
theduynguyen/keras-fcn An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. 15