Convex Loss Function
(Redirected from convex loss function)
Jump to navigation
Jump to search
A Convex Loss Function is a loss function that is a convex function.
- Context:
- It can be an input to a Convex Optimization Task.
- …
- Example(s):
- Hinge Loss, which is non-differentiable.
- Log Loss.
- …
- Counter-Example(s):
- …
- See: Bounded Loss Function, 0-1 Loss Function.
References
2014
2009
- (Gentle, 2009) ⇒ James E. Gentle. (2009). “Computational Statistics." Springer. ISBN:978-0-387-98143-7
- QUOTE: Any strictly convex loss function over an unbounded interval is unbounded. It is not always realistic to use an unbounded loss function. A common bounded loss function is the 0-1 loss function, which may be …