Questions and Exercises
- An encoder-decoder model is a:
a.) Many-to-one architecture
b.) Many-to-many architecture
c.) One-to-many architecture
d.) CNN architecture
- What is the task of the encoder in neural machine translation?
a.) To encode the characters
b.) To generate the translation
c.) To extract a dense representation of the content in the target language
d.) To extract a dense representation of the content in the source language
- What is another application for encoder-decoder LSTM networks?
a.) Text classification
b.) Question-answer systems
c.) Language detection
d.) Anomaly detection