Machine Learning & Training
What Is Standardization?
Standardization is a preprocessing technique that transforms features so they have a mean of zero and a standard deviation of one. This centers the data and puts all features on a comparable scale. It is widely used for algorithms that assume normally distributed or centered inputs.
Further reading
Read more about standardization — articles and blogs from around the web: