GPyOpt: collection of notebooks

=====================================================================================================

  1. Purpose of these notebooks

  2. First Steps with GPyOpt

  3. Using GPy functionalities

  4. Batch Bayesian optimization with GPyOpt

=====================================================================================================

1. Purpose of these notebooks

The purpose of this collection of notebooks is to provide a guide to use GPyOpt, a python package for Bayesian optimization developed by the machine learning group of the university of Sheffield. The framework is BSD licensed and we welcome collaborators to develop new functionalities.

GPyOpt is based on GPy, a library for Gaussian process modelling in Python. Here you can also find some noteboos about GPy functionalities.

If you have any question or suggestions about the notebooks, please contact (Javier Gonzalez) j.h.gonzalez@sheffield.ac.uk

2. First steps with GPyOpt

  • Introduction to GPyOpt and Bayesian Optimization: This tutorial contains an introduction to GPyOpt and Bayesian Optimization with several examples and applications. This notebook by no means contains all the GPyOpt functionalities, but it is gives a general overview of the package.

3. Importing fuctionalities from GPy

4. Batch Bayesian Optimization with GPyOpt


In [ ]: