Skip to content

Commit 935dd1b

Browse files
committed
updating presentation
1 parent 91e3e3b commit 935dd1b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Presentation.pdf

12 Bytes
Binary file not shown.

classes/GP.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ function optimizeHyperParams(obj, method)
354354

355355
function logL = loglikelihood(obj, outdim, M, var_f, var_n)
356356
%------------------------------------------------------------------
357-
% calculate the log likelihood: log(p(Y|X,theta)),
357+
% calculate the negative log likelihood: -log(p(Y|X,theta)),
358358
% where theta are the hyperparameters and (X,Y) the training data
359359
%------------------------------------------------------------------
360360
Y = obj.Y(:,outdim);

0 commit comments

Comments
 (0)