Caesar AI Atlas

Декодер

Caesar AI Atlas Definition

Декодер — это компонент модели, который преобразует internal, dense или processed representation во внешнее или task-specific output representation. В sequence-to-sequence и transformer systems декодер часто использует encoded state или prior tokens для генерации следующей части output sequence.

Other Definitions

Декодер Source

In general, any ML system that converts from a processed, dense, or internal representation to a more raw, sparse, or external representation. Decoders are often a component of a larger model, where they are frequently paired with an encoder. In sequence-to-sequence tasks, a decoder starts with the internal state generated by the encoder to predict the next sequence. Refer to Transformer for the definition of a decoder within the Transformer architecture. See Large language models in Machine Learning Crash Course for more information.

Декодер Source

In general, any ML system that converts from a processed, dense, or internal representation to a more raw, sparse, or external representation. Decoders are often a component of a larger model, where they are frequently paired with an encoder. In sequence-to-sequence tasks, a decoder starts with the internal state generated by the encoder to predict the next sequence.

Concept Comparisons

Related Terms