Question: Gradient descent is used to find the linear regression model for the five points below: ( 1 , 2 ) , ( 2 , 1

Gradient descent is used to find the linear regression model for the five
points below:
(1,2),(2,1),(3,2),(4,2),(5,3).
The initial linear model is
h=0+lx=x(0=0,l=1),=0.1,m=5
Please compute the updated linear regression model after the 1st iteration.
0:=0-1mi=1m(h(x(i))-y(i))
1:=1-1mi=1m(h(x(i))-y(i))*x(i)
Please compare Gradient Descent and Normal Equation methods for linear
regression.
Please explain how the learning rate affects the Gradient Descent method.
Please explain why feature scaling is needed for a multiple feature
regression problem.
 Gradient descent is used to find the linear regression model for

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!