Loss Function
Loss FunctionIt is a metric used to measure and predict the quality of the model. It reflects the gap between the model prediction value and the true value. It is the core part of the empirical risk function and also a component of the structural risk function.
Common loss functions
- Log loss function
- Squared loss function
- Exponential loss function
- Hinge loss function