seniorCost Function
How does batch normalization affect cost function optimization?
Updated May 15, 2026
Short answer
Batch normalization smooths the optimization landscape and stabilizes gradients.
Deep explanation
Batch normalization normalizes activations within mini-batches, reducing internal covariate shift and improving gradient flow. It reshapes the cost surface by making it more isotropic, allowing larger learning rates and faster convergence. It also introduces stochasticity that acts as regularization, improving generalization.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro