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

Automated Machine Learning in Action

List Price: $59.99
SKU:
9781617298059
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:
    Qingquan Song, Haifeng Jin, Xia Hu
    Format:
    Paperback
    Pages:
    336
    Publisher:
    Manning (June 7, 2022)
    Language:
    English
    ISBN-13:
    9781617298059
    ISBN-10:
    1617298050
    Dimensions:
    7.375" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_06032026_P10163223_onix30_Complete-20260603.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Weight:
    18oz
    Case Pack:
    22
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Optimize every stage of your machine learning pipelines with powerful automation components and cutting-edge tools like AutoKeras and KerasTuner.

    In Automated Machine Learning in Action you will learn how to:

        Improve a machine learning model by automatically tuning its hyperparameters
        Pick the optimal components for creating and improving your pipelines
        Use AutoML toolkits such as AutoKeras and KerasTuner
        Design and implement search algorithms to find the best component for your ML task
        Accelerate the AutoML process with data-parallel, model pretraining, and other techniques

    Automated Machine Learning in Action reveals how you can automate the burdensome elements of designing and tuning your machine learning systems. It’s written in a math-lite and accessible style, and filled with hands-on examples for applying AutoML techniques to every stage of a pipeline. AutoML can even be implemented by machine learning novices! If you’re new to ML, you’ll appreciate how the book primes you on machine learning basics. Experienced practitioners will love learning how automated tools like AutoKeras and KerasTuner can create pipelines that automatically select the best approach for your task, or tune any customized search space with user-defined hyperparameters, which removes the burden of manual tuning.

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

    About the technology
    Machine learning tasks like data pre-processing, feature selection, and model optimization can be time-consuming and highly technical. Automated machine learning, or AutoML, applies pre-built solutions to these chores, eliminating errors caused by manual processing. By accelerating and standardizing work throughout the ML pipeline, AutoML frees up valuable data scientist time and enables less experienced users to apply machine learning effectively.

    About the book
    Automated Machine Learning in Action shows you how to save time and get better results using AutoML. As you go, you’ll learn how each component of an ML pipeline can be automated with AutoKeras and KerasTuner. The book is packed with techniques for automating classification, regression, data augmentation, and more. The payoff: Your ML systems will be able to tune themselves with little manual work.

    What's inside

        Automatically tune model hyperparameters
        Pick the optimal pipeline components
        Select appropriate models and features
        Learn different search algorithms and acceleration strategies

    About the reader
    For ML novices building their first pipelines and experienced ML engineers looking to automate tasks.

    About the author
    Drs. Qingquan Song, Haifeng Jin, and Xia “Ben” Hu are the creators of the AutoKeras automated deep learning library.

    Table of Contents
    PART 1 FUNDAMENTALS OF AUTOML
    1 From machine learning to automated machine learning
    2 The end-to-end pipeline of an ML project
    3 Deep learning in a nutshell
    PART 2 AUTOML IN PRACTICE
    4 Automated generation of end-to-end ML solutions
    5 Customizing the search space by creating AutoML pipelines
    6 AutoML with a fully customized search space
    PART 3 ADVANCED TOPICS IN AUTOML
    7 Customizing the search method of AutoML
    8 Scaling up AutoML
    9 Wrapping up