Loss functions for classification: Difference between revisions

Content deleted Content added
Kjross (talk | contribs)
Kjross (talk | contribs)
Line 20:
The hinge loss function is defined as
:<math>V(f(\vec{x}),y) = \max(0, 1-yf(\vec{x})) = |1 - yf(\vec{x})|_{+}</math>
The hinge loss provides a relatively tight, convex upper bound on the 0-1 [[indicator function]]. Specifically, the hinge loss equals the 0-1 [[indicator function]] when <math>signsgn(f(\vec{x})) = y</math> and <math> |y f(\vec{x})| ≥ 1</math>.
 
== Logistic Loss ==