Encoder-Decoder Architecture

Neural network architecture with two main components: encoder processes input into a compressed representation, decoder generates output from that representation. Used in translation and summarization.

Related terms

Transformer ArchitectureSequence-to-SequenceAutoencoder