You will implement Gaussian Process regression on noisy training data. The slides should be helpful.
The provided code is here: hw3-code.tgz. You should only make changes in gp.m between
% TODO: START STUDENT CODEand
% TODO: END STUDENT CODEThe training points are in
(x, noisyY). The Gaussian Processes will be sampled and evaluated at the values in t. Your code should fill in pred and variance with the correct values for all the numbers in t (which is numTestPoints in size).
gp();), you should obtain the following output:
Mean Standardized Log Loss:0.5074
peter@cs.washington.edu. There is no writeup required for this question (but of course there is the additional MDP question as a part of HW3).