Skip to content

KrisNguyen135/bayesian-optimization-in-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian Optimization in Action

This is the source code to go with the book Bayesian Optimization in Action by me, published by Manning.

About the book

Bayesian Optimization in Action teaches you how to build Bayesian optimization systems from the ground up. This book transforms state-of-the-art research into usable techniques that you can easily put into practice, all fully illustrated with useful code samples. In it, you’ll hone your understanding of Bayesian optimization through engaging examples—from forecasting the weather, to finding the optimal amount of sugar for coffee, and even deciding if someone is psychic! Along the way, you’ll explore scenarios for when there are multiple objectives, when each decision has its own cost, and when feedback is in the form of pairwise comparisons. With this collection of techniques, you’ll be ready to find the optimal solution for everything from transport and logistics to cancer treatments.

Installation

Please use requirements.txt to create a Python environment of your own and install the necessary packages. Other versions of the required packages could still work but might give slightly different results.

Using the code

Code is implemented in Jupyter notebooks and is organized by chapters to follow the discussions in the text.

About

Source code for Bayesian Optimization in Action, published by Manning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published