Definition

is -strongly convex () if for all . In 1d: ; in : smallest Hessian eigenvalue . A loss is -Lipschitz in if .

Formula

A strongly convex empirical risk has a unique global minimum that is not hidden in flat parts. The squared loss of a linear model is not strongly convex (Hessian has rank 1); adding makes it -strongly convex (ridge regression, Lecture 5).

Appears in