[Learn] the loss of function of depth summary && Machine Learning Metrics summary

Loss function summary

ref

  • Loss function summary [blog]

Classification loss function

  1. Hing-Loss

  2. Log-Loss (Loss equivalence and cross entropy)

  3. Exponential Loss

  4. Zero-One Loss

Return loss function

  1. Square Loss

  2. Absolute Loss

  3. Huber Loss

  4. Fair Loss

  5. Log-Cosh Loss

  6. Quantile Loss

Regression Losses

  1. Mean Square Error/Quadratic Loss/ L2 Loss

Here Insert Picture Description

  1. Mean Absolute Error/L1 Loss
    Here Insert Picture Description

Classification Losses

  1. Hinge Loss/ Multi-class SVM Loss
    Here Insert Picture Description

  2. Cross Entropy Loss / Negative Log Likelihood
    Here Insert Picture Description

Machine Learning Metrics summary

Published 741 original articles · won praise 185 · Views 300,000 +

Guess you like

Origin blog.csdn.net/Fire_to_cheat_/article/details/103931079