Definition
- A loss function says how expensive it is to predict when the truth is . 0-1 loss: . Squared loss: .
- The true risk of is its expected loss under the data distribution .
Formula
The goal of machine learning is to use training data to construct a function whose true risk is as small as possible. The smallest possible value is the Bayes risk . The loss may depend on and on the type of error (asymmetric costs), and its choice influences the inductive bias.
Appears in
- Lecture 1.1, setup and loss functions
- Lecture 1.1, definition of the true risk
- Lecture 1.1, conditional risk with costs
- Lecture 1.2, the empirical risk as an estimate of the true risk