Feature scaling can be used to simplify gradient descent for multivariate linear regression.

Feature scaling can be used to simplify gradient descent for multivariate linear regression. Correct Answer True

There are multiple features in multivariate linear regression and all of them have different ranges. This increases the complexity of gradient descent. So, feature scaling is used to make the ranges of each feature similar.
Bissoy MCQ

Related Questions

In a linear regression problem, we are using "R-squared" to measure goodness-of-fit. We add a feature in linear regression model and retrain the same model. Which of the following option is true?
Multivariate linear regression belongs to which category?