2 Matching Annotations
- Jul 2019
-
towardsdatascience.com towardsdatascience.com
-
how the features are all on the same relative scale. The relative spaces between each feature’s values have been maintained.
-
- Jun 2019
-
sebastianraschka.com sebastianraschka.com
-
However, this doesn’t mean that Min-Max scaling is not useful at all! A popular application is image processing, where pixel intensities have to be normalized to fit within a certain range (i.e., 0 to 255 for the RGB color range). Also, typical neural network algorithm require data that on a 0-1 scale.
Use min-max scaling for image processing & neural networks.
-