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: about 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
jwyang/graph-rcnn.pytorch | Reimplemented scene graph generation models using PyTorch 1.0 | 733 |
shawn1993/cnn-text-classification-pytorch | An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch | 1,020 |
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,339 |
benedekrozemberczki/clustergcn | A PyTorch implementation of a clustering algorithm for graph neural networks | 787 |
benedekrozemberczki/sgcn | An implementation of a deep learning algorithm for graph data | 268 |
benedekrozemberczki/graphwaveletneuralnetwork | An implementation of a neural network for graph data, specifically designed to process wavelet transforms on graphs. | 574 |
bmsookim/wide-resnet.pytorch | PyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets | 461 |
terrychenism/deformable-convnets | Deformable ConvNets are a type of neural network architecture designed for object detection and image classification 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. | 95 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 333 |
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,669 |