Definition

Prediction via Optimization

The specific prediction, ŷ, made by a model is formally determined by an optimization rule that operates on an objective function. For instance, in probabilistic classification models, the prediction is the class 'y' that maximizes the conditional probability P(y|x), expressed as ŷ = argmax_y P(y|x). The 'arg' operator (argmax for maximization, argmin for minimization) identifies the input value that achieves the optimal value of the function.

0

1

Updated 2026-05-02

Contributors are:

Who are from:

Tags

Ch.3 Prompting - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Related