SOTAVerified

L2 Regularization

See Weight Decay.

$L_{2}$ Regularization or Weight Decay, is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a penalty on the $L_{2}$ Norm of the weights:

$$L_{new}\left(w\right) = L_{original}\left(w\right) + \lambda{w^{T}w}$$

where $\lambda$ is a value determining the strength of the penalty (encouraging smaller weights).

Weight decay can be incorporated directly into the weight update rule, rather than just implicitly by defining it through to objective function. Often weight decay refers to the implementation where we specify it directly in the weight update rule (whereas L2 regularization is usually the implementation which is specified in the objective function).

Papers

Showing 121128 of 128 papers

TitleStatusHype
To Drop or Not to Drop: Robustness, Consistency and Differential Privacy Properties of Dropout0
A Bayesian encourages dropout0
Automatic Discovery and Optimization of Parts for Image Classification0
Action Classification with Locality-constrained Linear Coding0
An efficient distributed learning algorithm based on effective local functional approximations0
Distribution-Dependent Sample Complexity of Large Margin Learning0
Tight Sample Complexity of Large-Margin Learning0
Regularized Policy Iteration0
Show:102550
← PrevPage 13 of 13Next →

No leaderboard results yet.