Seq2Seq

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Mar 4 8:39
Editor
Edited
Edited
2025 Apr 27 18:21
Refs

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
 
 
 
 
 
 
 
 

Recommendations