Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What hyperparameter optimisation method is used by GPy #680

Open
kentcov opened this issue Sep 21, 2018 · 2 comments
Open

What hyperparameter optimisation method is used by GPy #680

kentcov opened this issue Sep 21, 2018 · 2 comments

Comments

@kentcov
Copy link

kentcov commented Sep 21, 2018

I couldn't find anything about the technique used by GPy when optimising the length-scales in an RBF kernel with ARD=True.

I'm aware of Log-likelihood optimisation (methods such as conjugate gradient)
or Integration via Hybrid Monte Carlo methods

(Both detailed in Williams & Rasmussen - Gaussian Processes for Regression 1996)

is one of these used, or is there another approach being used here?

kind regards,

@xorb0ss
Copy link

xorb0ss commented Sep 25, 2018

I believe it's Limited-memory BFGS (L-BFGS) or a variation.

@lawrennd
Copy link
Member

lawrennd commented Oct 1, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants