Loss functions for classification: Difference between revisions

Content deleted Content added
added f* to the exp,savage and tangent losses
No edit summary
Line 139:
The minimizer of <math>I[f]</math> for the exponential loss function can be directly found from equation (1) as
 
:<math>f^*_\text{LogisticExp}= \frac{1}{2}\log\left(\frac{\eta}{1-\eta}\right)=\frac{1}{2}\log\left(\frac{p(1\mid x)}{1-p(1\mid x)}\right).</math>
 
== Savage loss ==
Line 150:
The minimizer of <math>I[f]</math> for the Savage loss function can be directly found from equation (1) as
 
:<math>f^*_\text{LogisticSavage}= \log\left(\frac{\eta}{1-\eta}\right)=\log\left(\frac{p(1\mid x)}{1-p(1\mid x)}\right).</math>
 
== Tangent loss ==
Line 161:
The minimizer of <math>I[f]</math> for the Tangent loss function can be directly found from equation (1) as
 
:<math>f^*_\text{LogisticTangent}= \tan(\eta-\frac{1}{2})=\tan(p(1\mid x)-\frac{1}{2}).</math>
 
== Hinge loss ==