Loss functions for classification: Difference between revisions

Content deleted Content added
Kjross (talk | contribs)
Kjross (talk | contribs)
Line 25:
 
== Logistic Loss ==
The logistic loss function is defined as
:<math>V(f(\vec{x}),y) = \frac{1}{ln(2)}ln(1+e^{-yf(\vec{x})})</math>
This function displays a similar convergence rate to the
 
== References ==