Concept

Normalization of Data

Normalization is one of the techniques used to reduce the bias and variance in statistical learning. It helps to have all the variables centered around 0 and have the same variance. We subtract all the values of each variable from their mean and divide them by their variance. μ=1mi=1mX(i)\mu = \frac{1}{m} \sum_{i = 1}^{m} X^{(i)} σ2=1mi=1m(X(i)μ)2\sigma^{2} = \frac{1}{m} \sum_{i = 1}^{m} (X^{(i)} - \mu)^2 XNew=XμσX_{New} = \frac{X - \mu}{\sigma}

Image 0

0

2

Updated 2021-10-30

Tags

Data Science