encoder_decoder [Deep Learning Patterns]
www.deeplearningpatterns.com › dokuSep 04, 2018 · Encoder-Decoder is a pattern for learning a transformation from one representation to another. In this context an encoder network encodes an input to a context vector and then a decoder network decodes the context vector to produce the output. The encoder-decoder pattern is used by sequence-to-sequence training of RNNs for automatic language ...