Metadata-Version: 2.1
Name: attention
Version: 2.1
Summary: Keras Attention Many to One
Home-page: UNKNOWN
Author: Philippe Remy
License: Apache 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.18.1)
Requires-Dist: keras (>=2.3.1)
Requires-Dist: gast (>=0.2.2)

# Keras Attention Mechanism
[![license](https://img.shields.io/badge/License-Apache_2.0-brightgreen.svg)](https://github.com/philipperemy/keras-attention-mechanism/blob/master/LICENSE) [![dep1](https://img.shields.io/badge/Tensorflow-2.0+-brightgreen.svg)](https://www.tensorflow.org/) [![dep2](https://img.shields.io/badge/Keras-2.0+-brightgreen.svg)](https://keras.io/) 

Many-to-one attention mechanism for Keras.




<p align="center">
  <img src="examples/attention.gif" width="200">
  <br><i>Example: Attention block</i>
</p>

