Answer (1 of 7): I would try to explain how Attention is used in NLP and Machine Translation. RNNs have been used for Machine Translation using an approach called Encoder-Decoder mechanism where the Encoder part of the network is used for the input language sentence and Decoder part for predicti...
