Go back to the [[AI Glossary]]
The loss function used in linear regression. (Also known as L2 Loss.) This function calculates the squares of the difference between a model’s predicted value for a labeled example and the actual value of the label. Due to squaring, this loss function amplifies the influence of bad predictions. That is, squared loss reacts more strongly to outliers than L1 loss.
Expanding this section will automatically generate an AI synthesis of the contributions in this node.
Rendering context...