Question: Question 3 ( 5 0 points ) Your task is to minimise the following two multivariate functions using the convex optimisation techniques that you learnt

Question 3(50 points)
Your task is to minimise the following two multivariate functions using the convex
optimisation techniques that you learnt in the module.
f1(x,y)=(1-x)2+5**(y-2**x2)2
f2(x,y)=x2+y2+x**y+5
For the first function, use the starting point (-1,2) and for the second function, use the
starting point (-3,1.5). Then, compare the performance of Gradient Descent, Momentum,
Nesterov Momentum and Adam optimiser for these tasks. For the first function, you can
use 100 steps and for the second function, use 50 steps of all these techniques. For each
Page 2 of 3
of these techniques, use the best from two different learning rates: 0.01 and 0.001 for the
first function and from 0.1 and 0.01 for the second function. You can find good values of
other parameters empirically. Plot the contour lines and show the iterative progress made
by the different optimisation techniques (just as you did in your tutorial). How do these
techniques compare empirically? Do you observe any benefit of Adam over other
techniques for these functions?
Question 3 ( 5 0 points ) Your task is to

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!