Normalization of Data
Terminology
Normalization
Normalization refers to transforming given data to a value between and . It is commonly achieved through a transformation using the data’s maximum value and minimum value . Sometimes, it’s simply called Scaling.
Description
Note that in linear algebra, the term normalized vector refers to a vector that has been orthonormalized, which is a distinct concept from normalization.
Regularization, although similar in wording and context, refers to techniques related to loss in training rather than altering the data itself, marking a clear distinction.
See Also
- Standardization: Typically refers to the process in statistics of adjusting data to a mean of and a variance of .
- Normalization: Usually describes the process of positioning data within a specific interval.
- Regularization: Often refers to the processes in machine learning to prevent overfitting.