Book description
This book covers the essential theory and implementation of popular Bayesian optimization techniques in an intuitive and well-illustrated manner. The techniques covered in this book will enable you to better tune the hyperparemeters of your machine learning models and learn sample-efficient approaches to global optimization.
The book begins by introducing different Bayesian Optimization (BO) techniques, covering both commonly used tools and advanced topics. It follows a “develop from scratch” method using Python, and gradually builds up to more advanced libraries such as BoTorch, an open-source project introduced by Facebook recently. Along the way, you’ll see practical implementations of this important discipline along with thorough coverage and straightforward explanations of essential theories. This book intends to bridge the gap between researchers and practitioners, providing both with a comprehensive, easy-to-digest, and useful reference guide. After completingthis book, you will have a firm grasp of Bayesian optimization techniques, which you’ll be able to put into practice in your own machine learning models.
- Apply Bayesian Optimization to build better machine learning models
- Understand and research existing and new Bayesian Optimization techniques
- Leverage high-performance libraries such as BoTorch, which offer you the ability to dig into and edit the inner working
- Dig into the inner workings of common optimization algorithms used to guide the search process in Bayesian optimization
Table of contents
- Cover
- Front Matter
- 1. Bayesian Optimization Overview
- 2. Gaussian Processes
- 3. Bayesian Decision Theory and Expected Improvement
- 4. Gaussian Process Regression with GPyTorch
- 5. Monte Carlo Acquisition Function with Sobol Sequences and Random Restart
- 6. Knowledge Gradient: Nested Optimization vs. One-Shot Learning
- 7. Case Study: Tuning CNN Learning Rate with BoTorch
- Back Matter
Product information
- Title: Bayesian Optimization: Theory and Practice Using Python
- Author(s):
- Release date: March 2023
- Publisher(s): Apress
- ISBN: 9781484290637
You might also like
book
Bayesian Optimization in Action
Bayesian optimization helps pinpoint the best configuration for your machine learning models with speed and accuracy. …
book
Bayesian Analysis with Python - Third Edition
Learn the fundamentals of Bayesian modeling using state-of-the-art Python libraries, such as PyMC, ArviZ, Bambi, and …
book
A Handbook of Mathematical Models with Python
Master the art of mathematical modeling through practical examples, use cases, and machine learning techniques Key …
book
Applying Math with Python - Second Edition
Discover easy-to-follow solutions and techniques to help you to implement applied mathematical concepts such as probability, …