cnn_graph

Graph CNNs

An implementation of convolutional neural networks on graphs using spectral filtering

Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering

GitHub

1k stars
44 watching
391 forks
Language: Jupyter Notebook
last commit: over 4 years ago
Linked from 1 awesome list

convolutional-neural-networksdeep-learninggraph-neural-networksgraph-signal-processinggraphs

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
benedekrozemberczki/mixhop-and-n-gcn A deep learning framework implementation of higher-order graph convolutional architectures and their applications 403
jimmy-ren/vcnn_double-bladed An implementation of convolutional neural networks in Matlab, providing GPU-enabled vectorized processing for image recognition and processing tasks. 136
hagaygarty/mdcnn A MATLAB toolbox implementing 3D Convolutional Neural Networks for volumetric inputs with various features and pre-configured examples. 53
xbresson/spectral_graph_convnets PyTorch implementation of graph ConvNets using spectral filtering 291
benedekrozemberczki/sgcn An implementation of a deep learning algorithm for graph data 270
infocusp/tf_cnnvis A tool to visually analyze and understand deep learning models' internal workings, specifically convolutional neural networks. 780
deepgraphlearning/gmnn A software framework that integrates statistical relational learning and graph neural networks for semi-supervised object classification and unsupervised node representation learning. 403
muhanzhang/dgcnn A 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
wkentaro/fcn An implementation of fully convolutional networks in Chainer, a deep learning framework. 218
benedekrozemberczki/graphwaveletneuralnetwork An implementation of a neural network for graph data, specifically designed to process wavelet transforms on graphs. 577
benedekrozemberczki/m-nmf An implementation of Community Preserving Network Embedding using deep learning and matrix factorization techniques 121
ahmedfgad/numpycnn A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch 577
benedekrozemberczki/attentionwalk An implementation of a deep learning algorithm to generate node embeddings in graphs 322
filipradenovic/cnnimageretrieval This MATLAB toolbox trains and tests convolutional neural networks for image retrieval tasks, including fine-tuning and supervised whitening. 188
matenure/fastgcn Implementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency 520