Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 258 Bytes

File metadata and controls

2 lines (2 loc) · 258 Bytes

Encoder_Decoder_language_translation

Encoder-Decoder is an example of seq2seq model where we take sequence as i/p and sequence as o/p. Encoder is the input network and decoder is the output network. Machine translation is an application of Encoder-Decoder