2021

Lockout: Sparse Regularization of Neural Networks

Valdes, Gilmer, Arbelo, Wilmer, Interian, Yannet et al.

Understand

Many regression and classification procedures fit a parameterized function $f(x;w)$ of predictor variables $x$ to data $\{x_{i},y_{i}\}_1^N$ based on some loss criterion $L(y,f)$.

  • Often, regularization is applied to improve accuracy by placing a constraint $P(w)\leq t$ on the values of the parameters $w$.
  • Although efficient methods exist for finding solutions to these constrained optimization problems for all values of $t\geq0$ in the special case when $f$ is a linear function, none are available when $f$ is non-linear (e.g.
  • Neural Networks).

Reading the bibliography…