residual-attention-network
Attention Network
An image classification neural network implementation using attention mechanisms and residual learning
94 stars
5 watching
24 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fwang91/residual-attention-network | An implementation of a deep neural network architecture using attention mechanisms and residual connections for image classification tasks. | 551 |
pistony/residualattentionnetwork | A Gluon implementation of Residual Attention Network for image classification tasks | 107 |
tengshaofeng/residualattentionnetwork-pytorch | Implementing a deep learning framework for image classification using Residual Attention Network architecture | 680 |
bruinxiong/modified-crunet-and-residual-attention-network.mxnet | An MXNet implementation of a modified deep neural network architecture for image classification | 67 |
fyu/drn | An open-source implementation of dilated residual networks for image classification and segmentation tasks. | 1,105 |
hszhao/psanet | A deep learning framework for semantic segmentation with spatial attention mechanisms | 216 |
kobiso/cbam-keras | A repository implementing a Keras-based architecture for improving neural network representation power with attention mechanisms and squeeze-and-excitation networks. | 361 |
songhan/squeezenet-residual | An optimized neural network architecture for image classification tasks by combining SqueezeNet with residual connections. | 154 |
tqtg/hierarchical-attention-networks | An implementation of a neural network architecture for document classification using hierarchical attention mechanisms | 86 |
rainofmine/face_attention_network | An implementation of a face attention network for object detection | 313 |
ibm/max-inception-resnet-v2 | An image classification model using a third-generation deep residual network. | 28 |
ozan-oktay/attention-gated-networks | An implementation of attention gates in convolutional neural networks for image classification and segmentation tasks | 1,910 |
ibm/max-resnet-50 | An image classification model using the ResNet-50 architecture, trained on the ImageNet dataset. | 14 |
jiwei0921/dmra | A Python implementation of a depth-induced multi-scale recurrent attention network for RGB-D saliency detection | 105 |
kaiminghe/resnet-1k-layers | Represents a neural network architecture with 1K layers, designed for image recognition tasks. | 906 |