Standardization VS Normalization

Standardization
Standardization (or Z-score normalization) is the process of rescaling the features so that they’ll have the properties of a Gaussian distribution with
μ=0 and σ=1
where μ is the mean and σ is the standard deviation from…


