Tradução pendente. Esta definição ainda não foi traduzida para o português brasileiro. Ler a versão em 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.

Definição editorial da DecipherU. Para definições técnicas autorizadas, consulte NIST AI RMF, ISO/IEC 42001, ou as publicações oficiais dos laboratórios de IA.