Loss (Cost) Function

A loss function or cost function calculates the difference between true and estimated values.

Machine Learning models are trained to minimize a loss function.

Stochastic gradient descent and backpropagation are examples of techniques used to reduce loss.

During model training, loss is reduced to an optimal level taking into account measures such as bias and variance.

Loss Function Examples

Examples include:

References