Loss functions for classification: Difference between revisions

Content deleted Content added
Fix cite date error
Generalized smooth hinge loss: reference: http://qwone.com/~jason/writing/smoothHinge.pdf
Line 200:
The generalized smooth hinge loss function with parameter <math>\alpha</math> is defined as
 
:<math>f^*_\alpha(z) \;=\; \begin{cases} \frac{\alpha}{\alpha + 1} - z & \text{if }z< 0 \\ \frac{1}{\alpha + 1}z^{\alpha + 1} - z + \frac{\alpha}{\alpha + 1} & \text{if } 0<z<1 \\ 0 & \text{if } z \geq 1 \end{cases},</math>
 
where