Traducción pendiente. Esta definición aún no está traducida al español. Leer la versión en inglés.

Encoder-Decoder Architecture

A model design with two stacks: an encoder that reads the input and produces a representation, and a decoder that uses that representation to generate the output. Translation, summarization, and many sequence-to-sequence tasks use this shape. The original transformer was an encoder-decoder, and many modern variants keep one half or the other.

Definición editorial de DecipherU. Para definiciones técnicas autorizadas, consulta NIST AI RMF, ISO/IEC 42001, o las publicaciones oficiales de los laboratorios de IA.