Sequence models & Attention mechanism

Sequence models can be augmented using an attention mechanism. This algorithm will help your model understand where it should focus its attention given a sequence of inputs. This week, you will also learn about speech recognition and how to deal with audio data.

Various sequence to sequence architectures

Basic Model

Let’s say we want to input a French sentence

Jane visite l’Afrique en septembre

English sentence,

Jane is visiting Africa in September.

Given this machine translation problem in which X is a French sequence and Y is an English sequence.