Beginner Artificial Intelligence & Machine Learning
Q32 / 100

What is batch normalization?

Correct! Well done.

Incorrect.

The correct answer is B) A technique normalizing layer activations within each mini-batch, accelerating training and allowing higher learning rates

B

Correct Answer

A technique normalizing layer activations within each mini-batch, accelerating training and allowing higher learning rates

Explanation

Batch normalization normalizes activations to have zero mean and unit variance within each mini-batch, then applies learned scale (γ) and shift (β). Stabilizes training, acts as regularizer, and allows faster convergence.

Progress
32/100