Content deleted Content added
No edit summary |
|||
Line 14:
While more commonly used in regression, the square loss function can be re-written as a function <math>\phi(yf(\vec{x}))</math> and utilized for classification. Defined as
:<math>V(f(\vec{x}),y) = (1-yf(\vec{x}))^2</math>
the square loss function is both convex and smooth and matches the 0-1 [[indicator function]] when <math>
== Hinge Loss ==
|