Variable Length of inputs and outputs
인코더-디코더 구조는 주로 입력 문장과 출력 문장의 길이가 다를 경우에 사용
- 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