Bayesian Optimization
eBook - ePub

Bayesian Optimization

Theory and Practice Using Python

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Bayesian Optimization

Theory and Practice Using Python

Book details
Table of contents
Citations

About This Book

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.


What You Will Learn

  • 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


Who This Book Is For Beginner to intermediate level professionals in machine learning, analytics or other roles relevant in data science.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Bayesian Optimization by Peng Liu in PDF and/or ePUB format, as well as other popular books in Mathematics & Probability & Statistics. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
ISBN
9781484290637

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Bayesian Optimization Overview
  4. 2. Gaussian Processes
  5. 3. Bayesian Decision Theory and Expected Improvement
  6. 4. Gaussian Process Regression with GPyTorch
  7. 5. Monte Carlo Acquisition Function with Sobol Sequences and Random Restart
  8. 6. Knowledge Gradient: Nested Optimization vs. One-Shot Learning
  9. 7. Case Study: Tuning CNN Learning Rate with BoTorch
  10. Back Matter