Machine Translation and Encoder-Decoder Models Flashcards
1
Q
Machine Translation
A
The use of computers to translate from one language to another.
2
Q
3 Components of an encoder-decoder network
A
- Encoder
- Context vector
- Decoder
3
Q
3 Components of an encoder-decoder network:
Encoder
A
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.
4
Q
3 Components of an encoder-decoder network:
Context vector
A
A context vector, c, is a function of the contextualized representations from the encoder.
It conveys the essence of the input to the decoder.
5
Q
A