Learn Before
Concept

Encoder-decoder network with attention

Computing the value for current decode is based on the previous hidden state, the previous word generated, and the current context vector. This context vector is derived from the attention computation based on comparing the previous hidden state to all of the encoder hidden states.

Image 0

0

1

Updated 2022-10-23

Tags

Data Science