null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Bayesian Optimization in Action

List Price: $59.99
SKU:
9781633439078
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Quan Nguyen
    Format:
    Paperback
    Pages:
    424
    Publisher:
    Manning (November 14, 2023)
    Language:
    English
    ISBN-13:
    9781633439078
    ISBN-10:
    1633439070
    Weight:
    24.8oz
    Dimensions:
    7.375" x 9.25" x 1"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Series:
    In Action
    Case Pack:
    16
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Bayesian optimization helps pinpoint the best configuration for your machine learning models with speed and accuracy. Put its advanced techniques into practice with this hands-on guide.

    In Bayesian Optimization in Action you will learn how to:

    • Train Gaussian processes on both sparse and large data sets
    • Combine Gaussian processes with deep neural networks to make them flexible and expressive
    • Find the most successful strategies for hyperparameter tuning
    • Navigate a search space and identify high-performing regions
    • Apply Bayesian optimization to cost-constrained, multi-objective, and preference optimization
    • Implement Bayesian optimization with PyTorch, GPyTorch, and BoTorch

    Bayesian Optimization in Action shows you how to optimize hyperparameter tuning, A/B testing, and other aspects of the machine learning process by applying cutting-edge Bayesian techniques. Using clear language, illustrations, and concrete examples, this book proves that Bayesian optimization doesn’t have to be difficult! You’ll get in-depth insights into how Bayesian optimization works and learn how to implement it with cutting-edge Python libraries. The book’s easy-to-reuse code samples let you hit the ground running by plugging them straight into your own projects.

    Forewords by Luis Serrano and David Sweet.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology

    In machine learning, optimization is about achieving the best predictions—shortest delivery routes, perfect price points, most accurate recommendations—in the fewest number of steps. Bayesian optimization uses the mathematics of probability to fine-tune ML functions, algorithms, and hyperparameters efficiently when traditional methods are too slow or expensive.

    About the book

    Bayesian Optimization in Action teaches you how to create efficient machine learning processes using a Bayesian approach. In it, you’ll explore practical techniques for training large datasets, hyperparameter tuning, and navigating complex search spaces. This interesting book includes engaging illustrations and fun examples like perfecting coffee sweetness, predicting weather, and even debunking psychic claims. You’ll learn how to navigate multi-objective scenarios, account for decision costs, and tackle pairwise comparisons.

    What's inside

    • Gaussian processes for sparse and large datasets
    • Strategies for hyperparameter tuning
    • Identify high-performing regions
    • Examples in PyTorch, GPyTorch, and BoTorch

    About the reader
    For machine learning practitioners who are confident in math and statistics.

    About the author
    Quan Nguyen is a research assistant at Washington University in St. Louis. He writes for the Python Software Foundation and has authored several books on Python programming.

    Table of Contents

    1 Introduction to Bayesian optimization
    PART 1 MODELING WITH GAUSSIAN PROCESSES
    2 Gaussian processes as distributions over functions
    3 Customizing a Gaussian process with the mean and covariance functions
    PART 2 MAKING DECISIONS WITH BAYESIAN OPTIMIZATION
    4 Refining the best result with improvement-based policies
    5 Exploring the search space with bandit-style policies
    6 Leveraging information theory with entropy-based policies
    PART 3 EXTENDING BAYESIAN OPTIMIZATION TO SPECIALIZED SETTINGS
    7 Maximizing throughput with batch optimization
    8 Satisfying extra constraints with constrained optimization
    9 Balancing utility and cost with multifidelity optimization
    10 Learning from pairwise comparisons with preference optimization
    11 Optimizing multiple objectives at the same time
    PART 4 SPECIAL GAUSSIAN PROCESS MODELS
    12 Scaling Gaussian processes to large datasets
    13 Combining Gaussian processes with neural networks