What is a primary motivation for batch normalization in deep networks?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — Stabilize and often accelerate training by normalizing layer inputs across a mini-batch
Full explanation below image
Full Explanation
The correct answer is: Stabilize and often accelerate training by normalizing layer inputs across a mini-batch. This matches standard ML/AI engineering practice for Domain 3: Optimization. Distractors confuse adjacent concepts or unsafe operational shortcuts. In production, validate with held-out data, monitoring, and governance appropriate to risk.