Variable Length of inputs and outputs
Encoder-decoder structure is primarily used when the input and output lengths are different
- Encoder takes the input sequence and converts it into a fixed length vector representation
- Decoder uses this vector to generate the output sequence
Seq2Seq Notion
Seq2Seq Models