Question: 2 8 . Consider a quadratic function : 2 - > , = 1 2 + , where = [ 1 2 ] , =

28. Consider a quadratic function : 2->,=
1
2
+
, where
=[
1
2
],=[
21
120],=[
5
3
]
1) Find the minimal value of f, and the corresponding x, in an analytical way (i.e., solution in
a closed form).
2) Write a program to search for the minimum point of f using gradient descent algorithm
with a constant step-size.
3) Write a program to search for the minimum point of f using gradient descent algorithm
with a line search for step-size.
4) Write a program to search for the minimum point f using Newton method algorithm.
5) Compare the above results

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 Programming Questions!