Course Content
Linear regression for non-linear functions
Linear regression for non-linear functions
Polynomial approximation
Task
Complete this gradient descent linear regression code to approximate a small portion of the sine with a cubic function. You have to complete the partial derivative formula and write the gradient descent step
Thanks for your feedback!
Task
Complete this gradient descent linear regression code to approximate a small portion of the sine with a cubic function. You have to complete the partial derivative formula and write the gradient descent step