You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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