Question 5
Consider the following tasks which can be solved using an encoder-decoder architecture. Which of these tasks has a decoder where an RNN is not necessary?
Video classification: outputs a single class label
Sentiment analysis: outputs a single class label
Document summarization: outputs a sequence of text
Machine translation: outputs a sequence of text
Video captioning: outputs a sequence of text