Learn Before
Formula
Batch Normalization Formula
Batch normalization is applied to individual layers by standardizing the inputs based on the statistics of the current minibatch . For an input , the batch normalization is defined as:
Here, is the sample mean, and is the sample variance with a small constant added for numerical stability to prevent division by zero. The parameters (scale parameter) and (shift parameter) are learned during training to recover the degrees of freedom lost due to standardization.
0
2
Updated 2026-05-13
Contributors are:
Who are from:
Tags
Data Science
D2L
Dive into Deep Learning @ D2L