Deciding Between Standardization and Normalization: Key Guidelines
When working on Machine Learning projects, we often need to adjust the data to make algorithms run faster and more efficiently. This adjustment involves methods like Normalization and Standardization.
Normalization
$$X normalized = X-Xmin/Xmax- Xmin$...
meemansha.hashnode.dev2 min read