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
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
Related projects:
Repository | Description | Stars |
---|---|---|
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 402 |
jimmy-ren/vcnn_double-bladed | A GPU-enabled vectorized implementation of CNNs for computer vision tasks | 136 |
hagaygarty/mdcnn | A 3D convolutional neural network framework supporting volumetric inputs and various features like dropout and batch normalization. | 52 |
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 | 268 |
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. | 401 |
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. | 574 |
benedekrozemberczki/m-nmf | An implementation of Community Preserving Network Embedding using deep learning and matrix factorization techniques | 120 |
ahmedfgad/numpycnn | Builds convolutional neural networks from scratch using NumPy | 572 |
benedekrozemberczki/attentionwalk | An implementation of a deep learning algorithm to generate node embeddings in graphs | 320 |
filipradenovic/cnnimageretrieval | This MATLAB toolbox trains and tests convolutional neural networks for image retrieval tasks, including fine-tuning and supervised whitening. | 189 |
matenure/fastgcn | Implementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency | 519 |