Machine Translation
The use of computers to translate from one language to another.
3 Components of an encoder-decoder network
3 Components of an encoder-decoder network:
Encoder
An encoder accepts an input sequence, and generates a corresponding sequence of contextualized representations.
LSTMs, GRUs, convolutional networks, and Transformers can all be employed as encoders.
3 Components of an encoder-decoder network:
Context vector
A context vector, c, is a function of the contextualized representations from the encoder.
It conveys the essence of the input to the decoder.