Batch normalization mathematical notation

Batch normalization is a recurring research-paper notation family. Normalizes activations using mean and variance estimated across a minibatch and applies learned scale and shift.

Batch normalization: Normalizes activations using mean and variance estimated across a minibatch and applies learned scale and shift. Example: Normalize each feature using statistics from the current batch.