What is a sequence-to-sequence (seq2seq) model and what tasks is it used for?
-
A
A model that maps fixed-length inputs to fixed-length outputs
-
B
An encoder-decoder RNN architecture that maps variable-length input sequences to variable-length output sequences
-
C
A model that processes sequences in parallel using attention
-
D
A model that converts images to text using RNNs