Min-Max Normalization - 64bitdragon
learn.64bitdragon.com › min-max-normalizationMin-max normalization is an operation which rescales a set of data. This can be useful when: Comparing data from two different scales. Converting data to a new scale. In most situations, data is normalized to a fit a target range of [0, 1] The smallest value in the original set would be mapped to 0. The largest value in the original set would be mapped to 1.
Feature scaling - Wikipedia
https://en.wikipedia.org/wiki/Feature_scalingRescaling (min-max normalization) Also known as min-max scaling or min-max normalization, rescaling is the simplest method and consists in rescaling the range of features to scale the range in [0, 1] or [−1, 1]. Selecting the target range depends on the nature of the data. The general formula for a min-max of [0, 1] is given as: