...

/

Mean normalization

Mean normalization

In this lesson, we will explore a simple scaling technique called mean normalization, the principle by which this technique works, its formula, and a sample code to use in practice.

Definition

We center the variable at zero in mean normalization and rescale the distribution to the value range. This procedure involves subtracting the mean from each observation and dividing the result by the difference between the minimum and maximum values. The general formula for normalization is given as:

x¯=Xmean(X)max(X)min(X)\bar{x} = \frac{X - mean(X)}{max(X) - min(X)} ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy