© 2026 Hashnode
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$...

In data analysis, normalization and standardization are two common techniques used to prepare data for further analysis or modeling. The purpose of both techniques is to convert numerical data to a common scale to eliminate the effects of differences...
