An Introduction to Batch Normalization
Introduction
In machine learning projects, it's common practice to normalize input data during preprocessing before feeding it into a model. This normalization process enhances training speed and mitigates issues like exploding gradients.
Normalizati...
yacinebetouche.hashnode.dev3 min read