I am trying to get a global perspective on some of the essential ideas in machine learning, and I was wondering if there is a comprehensive treatment of the different notions of loss (squared, log, hinge, proxy, etc.). I was thinking something along the lines of a more comprehensive, formal presentation of John Langford’s excellent post on Loss Function Semantics.

link|improve this question
feedback

3 Answers

The Tutorial on Energy-Based Learning by LeCun et al. might get you a good part of the way there. They describe a number of loss functions and discuss what makes them "good or bad" for energy based models.

link|improve this answer
feedback

Well, there's this and that. Two papers by Cramer and others discussing loss in the context of online learning algorithms.

link|improve this answer
feedback

The loss function is given by the problem. It could be anything. For example, you could also penalize the used CPU time and space.

In reinforcement learning, the loss function is an unknown non-deterministic function. You cannot redefine it without changing the problem.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.