Mean normalization week 1

Why the mean normalization will make the algorithm run faster?

Hi @flyunicorn ,

Mean normalisation brings the data points closer to the mean. This helps algorithms use gradient descent for optimization to run without oscillating inefficiently to find the global minimum when features are on different scales. As you can see from the screenshot shown here.

1 Like