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

MLOps Engineering at Scale

List Price: $49.99
SKU:
9781617297762
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:
    Carl Osipov
    Format:
    Paperback
    Pages:
    344
    Publisher:
    Manning (March 1, 2022)
    Language:
    English
    ISBN-13:
    9781617297762
    ISBN-10:
    1617297763
    Dimensions:
    7.375" x 9.25" x 0.7"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Weight:
    22.64oz
    Case Pack:
    24
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Dodge costly and time-consuming infrastructure tasks, and rapidly bring your machine learning models to production with MLOps and pre-built serverless tools!

    In MLOps Engineering at Scale you will learn:

        Extracting, transforming, and loading datasets
        Querying datasets with SQL
        Understanding automatic differentiation in PyTorch
        Deploying model training pipelines as a service endpoint
        Monitoring and managing your pipeline’s life cycle
        Measuring performance improvements

    MLOps Engineering at Scale shows you how to put machine learning into production efficiently by using pre-built services from AWS and other cloud vendors. You’ll learn how to rapidly create flexible and scalable machine learning systems without laboring over time-consuming operational tasks or taking on the costly overhead of physical hardware. Following a real-world use case for calculating taxi fares, you will engineer an MLOps pipeline for a PyTorch model using AWS server-less capabilities.

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

    About the technology
    A production-ready machine learning system includes efficient data pipelines, integrated monitoring, and means to scale up and down based on demand. Using cloud-based services to implement ML infrastructure reduces development time and lowers hosting costs. Serverless MLOps eliminates the need to build and maintain custom infrastructure, so you can concentrate on your data, models, and algorithms.

    About the book
    MLOps Engineering at Scale teaches you how to implement efficient machine learning systems using pre-built services from AWS and other cloud vendors. This easy-to-follow book guides you step-by-step as you set up your serverless ML infrastructure, even if you’ve never used a cloud platform before. You’ll also explore tools like PyTorch Lightning, Optuna, and MLFlow that make it easy to build pipelines and scale your deep learning models in production.

    What's inside

        Reduce or eliminate ML infrastructure management
        Learn state-of-the-art MLOps tools like PyTorch Lightning and MLFlow
        Deploy training pipelines as a service endpoint
        Monitor and manage your pipeline’s life cycle
        Measure performance improvements

    About the reader
    Readers need to know Python, SQL, and the basics of machine learning. No cloud experience required.

    About the author
    Carl Osipov implemented his first neural net in 2000 and has worked on deep learning and machine learning at Google and IBM.

    Table of Contents

    PART 1 - MASTERING THE DATA SET
    1 Introduction to serverless machine learning
    2 Getting started with the data set
    3 Exploring and preparing the data set
    4 More exploratory data analysis and data preparation
    PART 2 - PYTORCH FOR SERVERLESS MACHINE LEARNING
    5 Introducing PyTorch: Tensor basics
    6 Core PyTorch: Autograd, optimizers, and utilities
    7 Serverless machine learning at scale
    8 Scaling out with distributed training
    PART 3 - SERVERLESS MACHINE LEARNING PIPELINE
    9 Feature selection
    10 Adopting PyTorch Lightning
    11 Hyperparameter optimization
    12 Machine learning pipeline