Last updated: Feb 22, 2022

Attention Mechanism

Attention Mechanism is a very intelligent algorithm that remembers and provides special features based on the input data. It is widely used in Natural Language Processing and is regarded as one of the most significant breakthrough algorithms for NLP applications.
Attention Mechanism for Image Processing
In this article, we will understand the concept of the attention mechanism and will learn how to use the attention mechanism in image processing by implementing a small model.
Hierarchical Attention Network
This blog will teach the concept behind Hierarchical Attention Network its use cases, and implementation.