Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 472 Bytes

File metadata and controls

9 lines (5 loc) · 472 Bytes

Optimization of Gaussian Process Hyperparameters

Gaussian processes are a powerful tool for non-parametric regression. Training is performed by maximizing the likelihood of the data given the model to find the best GP kernel hyperparameters.

Here we compare our TFGP code (based on Tensorflow) to the results using sklearn and Gpy packages.

See the example notebook 'Hyperparameter_training.ipynb'