ResidualAttentionNetwork
Attention network
A Gluon implementation of Residual Attention Network for image classification tasks
A Gluon implement of Residual Attention Network. Best acc on cifar10-97.78%.
107 stars
6 watching
26 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
cifar10deep-learninggluongluon-cvmxnetresidual-attention-networksota
Related projects:
Repository | Description | Stars |
---|---|---|
koichiro11/residual-attention-network | An image classification neural network implementation using attention mechanisms and residual learning | 94 |
fwang91/residual-attention-network | An implementation of a deep neural network architecture using attention mechanisms and residual connections for image classification tasks. | 551 |
bruinxiong/modified-crunet-and-residual-attention-network.mxnet | An MXNet implementation of a modified deep neural network architecture for image classification | 67 |
tengshaofeng/residualattentionnetwork-pytorch | Implementing a deep learning framework for image classification using Residual Attention Network architecture | 680 |
tqtg/hierarchical-attention-networks | An implementation of a neural network architecture for document classification using hierarchical attention mechanisms | 86 |
hszhao/psanet | A deep learning framework for semantic segmentation with spatial attention mechanisms | 216 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
cszn/srmd | Develops a single convolutional network to handle various image degradations with improved scalability and efficiency | 426 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 333 |
fyu/drn | An open-source implementation of dilated residual networks for image classification and segmentation tasks. | 1,105 |
songhan/squeezenet-residual | An optimized neural network architecture for image classification tasks by combining SqueezeNet with residual connections. | 154 |
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 363 |
glouw/tinn | A lightweight neural network library for training and prediction tasks | 2,108 |
warrengreen/srcnn | Software for enhancing satellite images through deep learning techniques | 76 |
szagoruyko/wide-residual-networks | An experimental study on residual networks to improve depth and width trade-offs in neural networks | 1,298 |