Definition

Encoder Function in Machine Learning

An encoder, represented as mathrmEncodehattheta(cdot)\\mathrm{Encode}_{\\hat{\\theta}}(\\cdot) in the formula, is a component of a model that transforms raw input data into a dense, lower-dimensional feature vector, often called an embedding. This process aims to capture the most salient information from the input in a format that is easier for subsequent components, like a classifier, to process. The subscript hattheta\\hat{\\theta} denotes the learned parameters of the encoder network.

Image 0

0

1

Updated 2026-06-17

Contributors are:

Who are from:

Tags

Ch.1 Pre-training - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences