Loss functions for classification: Difference between revisions

Content deleted Content added
No edit summary
Line 109:
The exponential loss function is defined as
 
:<math>V(f(\vec{x}),y) = e^{-\beta yf(\vec{x})}</math>
 
It penalizes incorrect predictions more than Hinge loss and has a larger gradient.