What is the minimum number of parameters of the gradient descent algorithm?
What is the minimum number of parameters of the gradient descent algorithm? Correct Answer 3
Since multivariate linear regression is being considered, the minimum number of features is 2. For these two variables, two parameters are t1 and t2. Another parameter that is required is t0 which gives the y-intercept.