How can we approximate the minimum of this function f(x,y,z)= (x-2)^2 + 10*(y-3)^4 + (z-1)^2 with gradient descent?

Viewed 30

How can we approximate the minimum of this function f(x,y,z)= (x-2)^2 + 10*(y-3)^4 + (z-1)^2 with gradient descent in python?

0 Answers
Related