# bayesian-optimization-in-action **Repository Path**: shenghsin/bayesian-optimization-in-action ## Basic Information - **Project Name**: bayesian-optimization-in-action - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-24 - **Last Updated**: 2024-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bayesian Optimization in Action This is the source code to go with the book [_Bayesian Optimization in Action_](https://www.manning.com/books/bayesian-optimization-in-action) by [me](https://krisnguyen135.github.io/), published by [Manning](https://www.manning.com/). ## 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.