spectral_graph_convnets
Graph CNNs
PyTorch implementation of graph ConvNets using spectral filtering
PyTorch implementation of spectral graph ConvNets, NeurIPS’16
291 stars
10 watching
68 forks
Language: HTML
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
jwyang/graph-rcnn.pytorch | A collection of PyTorch implementations of various scene graph generation models | 732 |
shawn1993/cnn-text-classification-pytorch | An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch | 1,022 |
eladhoffer/convnet.pytorch | A PyTorch implementation of various deep convolutional networks for efficient training and evaluation on diverse datasets. | 347 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
mdeff/cnn_graph | An implementation of convolutional neural networks on graphs using spectral filtering | 1,342 |
benedekrozemberczki/clustergcn | A PyTorch implementation of a clustering algorithm for graph neural networks | 788 |
benedekrozemberczki/sgcn | An implementation of a deep learning algorithm for graph data | 270 |
benedekrozemberczki/graphwaveletneuralnetwork | An implementation of a neural network for graph data, specifically designed to process wavelet transforms on graphs. | 577 |
bmsookim/wide-resnet.pytorch | PyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets | 462 |
terrychenism/deformable-convnets | A software framework implementing Deformable Convolutional Networks for object detection and image segmentation tasks | 160 |
benedekrozemberczki/capsgnn | A PyTorch implementation of a graph neural network architecture | 1,246 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 98 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
benedekrozemberczki/pytorch_geometric_temporal | A PyTorch extension for building temporal graph neural networks with support for recurrent and attention-based models | 2,694 |