Definition

Encoder Function in Machine Learning

An encoder, represented as Encodeθ^()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 θ^\hat{\theta} denotes the learned parameters of the encoder network.

Image 0

0

1

Updated 2025-10-08

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