Question
Problem 2.8 Least-squares regression and MLE
In this problem we will consider the issue of linear regression and the connections between maximum likelihood and least squares solutions. Consider the polynomial function of ,
where we define the feature transformation and the parameter vector (both of dimension ) as
Given an input , instead of observing the actual function value , we observe a noisy version ,
where is an Gaussian random variable of zero mean and variance . Our goal is to obtain the best estimate of the function given iid samples .
(b) Formulate the problem as one of ML estimation, i.e. write down the likelihood function , and compute the ML estimate, i.e. the value of that maximizes . Show that this is equivalent to (a).
Hint: the vector derivatives listed in Problem 2.6 might be helpful.