Chap 7.2 Sequence Analysis Using RNN LSTM
Chap 7.2 Sequence Analysis Using RNN LSTM
• First it’s helpful to read the full sentence to understand the concept
you would like to convey.
• Then you write out the translation one word at a time, each word
following logically from the word you wrote previously.
• But one important aspect of translation is that as you compose the
new sentence, you often refer back to the original text, focusing on
specific parts that are relevant to your current translation.
• At each step, you are paying attention to the most relevant parts of
the original “input” so you can make the best decision about the
next word to put on the page.
Augmenting Recurrent Networks with Attention