Home /
Expert Answers /
Computer Science /
question-4-8-pts-use-the-method-of-gradient-descent-to-find-the-minimum-of-a-function-f-x-y-pa601
(Solved): QUESTION 4.[8 pts] Use the method of gradient descent to find the minimum of a function: f(x,y)= ...
QUESTION 4.[8 pts] Use the method of gradient descent to find the minimum of a function: f(x,y)?=95?x2?98?xy??956?x?+95?y2+952?y+9164? Use the method of gradient descent to find the (x,y) value that produces the minimum z=f(x,y) when we start gradient descent from (0,0) and use a learning rate of ?=0.1. Stop the gradient descent when either: i. Difference in consecutive xi? values is less than 0.000001(?xn+1??xn??<0.000001) or ii. The number of gradient descent iterations exceeds 1024 .