CBAM-keras
Attention module
A repository implementing a Keras-based architecture for improving neural network representation power with attention mechanisms and squeeze-and-excitation networks.
CBAM implementation on Keras
361 stars
7 watching
132 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
elbuco1/cbam | A deep learning project that develops and tests a novel attention mechanism called CBAM for image classification tasks. | 104 |
huyz1117/bam | An implementation of the Bottleneck Attention Module in TensorFlow using attention mechanism | 12 |
luuuyi/cbam.pytorch | PyTorch implementation of the CBAM module for refining feature maps in deep networks | 1,337 |
koichiro11/residual-attention-network | An image classification neural network implementation using attention mechanisms and residual learning | 94 |
jongchan/attention-module | Provides implementations of attention modules for computer vision tasks using PyTorch | 2,061 |
divamgupta/attention-translation-keras | An implementation of an attention-based sequence-to-sequence neural machine translation model in Keras. | 30 |
ora-io/keras2circom | Transpiles neural networks into digital circuits | 289 |
jihongju/keras-fcn | A library implementing a Fully Convolutional Network architecture with Keras support | 202 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
fabprezja/keras-gpt-copilot | An LLM-based tool to assist deep learning model development | 28 |
keras-team/keras-hub | Provides pre-trained models and building blocks for natural language processing, computer vision, audio, and multimodal tasks | 797 |
kentsommer/keras-inceptionv4 | An implementation of a deep neural network architecture for image classification using Keras. | 471 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
scisharp/keras.net | A high-level neural networks API for C# and F#, enabling fast prototyping of deep learning models. | 601 |
imlab-uiip/keras-segnet | An implementation of a deep learning architecture for image segmentation using the Keras framework. | 184 |