Bits and Bytes

Shreyas Srivastava

19 June 2023

Deep learning book(Goodfellow) Chapter 7 Regularization

by Shreyas Srivastava

Applying eigendecomposition to hessian matrix

\[\tilde{w} = Q ( \Lambda + \alpha * I)^ {-1} \Lambda Q^T w^*\]

From the above, the scale factor = \(\lambda_{i} / \lambda_{i}+\alpha\) we can observe that

L1 regularization sparsity and feature selection.

Regularization

Noise Robustness

Dropout

Adversarial training

tags: