You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding for a specific use case for Gaussian Process Regression that optimizing kernel hyperparameters using the marginal likelihood logpdf results in poor generalization.
I would like to try optimizing the kernel hyperparameters instead with respect to the pseudo-likelihood, Equation 5.11/5.12 in Rasmussen and Williams Chapter 5.
I'm happy to make an attempt at implementing this, but wondering if there have been any previous thoughts about doing this, or any suggestions on how to structure.
The text was updated successfully, but these errors were encountered:
and would actually recommend putting your implementation of the objective immediately below the compute_intermediates implementation in the same file. I would also recommend against using the gradient computations suggested in the textbook, and instead just rely on Zygote.
I am finding for a specific use case for Gaussian Process Regression that optimizing kernel hyperparameters using the marginal likelihood
logpdf
results in poor generalization.I would like to try optimizing the kernel hyperparameters instead with respect to the pseudo-likelihood, Equation 5.11/5.12 in Rasmussen and Williams Chapter 5.
I'm happy to make an attempt at implementing this, but wondering if there have been any previous thoughts about doing this, or any suggestions on how to structure.
The text was updated successfully, but these errors were encountered: