Book description
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.
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.
Quotes
There is a dire need in the market for practical know-how on the industrialized use of machine learning in real world applications...which Carl Osipov’s book elegantly and comprehensively presents.
- Babak Hodjat, CTO-AI, Cognizant
Excellent resource for learning cloud-native end-to-end machine learning engineering.
- Manish Jain, Infosys
A very timely and necessary book for any serious data scientist.
- Tiklu Ganguly, Mazik Tech Solutions
A great guide to modern ML applications at scale in the cloud.
- Dinesh Ghanta, Oracle
Table of contents
- MLOps Engineering at Scale
- Copyright
- contents
- front matter
- Part 1 Mastering the data set
-
1 Introduction to serverless machine learning
- 1.1 What is a machine learning platform?
- 1.2 Challenges when designing a machine learning platform
- 1.3 Public clouds for machine learning platforms
- 1.4 What is serverless machine learning?
- 1.5 Why serverless machine learning?
- 1.6 Who is this book for?
- 1.7 How does this book teach?
- 1.8 When is this book not for you?
- 1.9 Conclusions
- Summary
- 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
- 6.1 Understanding the basics of autodiff
- 6.2 Linear regression using PyTorch automatic differentiation
- 6.3 Transitioning to PyTorch optimizers for gradient descent
- 6.4 Getting started with data set batches for gradient descent
- 6.5 Data set batches with PyTorch Dataset and DataLoader
- 6.6 Dataset and DataLoader classes for gradient descent with batches
- Summary
- 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
- Appendix A. Introduction to machine learning
- Appendix B. Getting started with Docker
- index
Product information
- Title: MLOps Engineering at Scale
- Author(s):
- Release date: February 2022
- Publisher(s): Manning Publications
- ISBN: 9781617297762
You might also like
book
Engineering MLOps
Get up and running with machine learning life cycle management and implement MLOps in your organization …
book
Practical Deep Learning at Scale with MLflow
Train, test, run, track, store, tune, deploy, and explain provenance-aware deep learning models and pipelines at …
book
Machine Learning Engineering in Action
Field-tested tips, tricks, and design patterns for building machine learning projects that are deployable, maintainable, and …
book
Terraform in Action
Use Terraform to programmatically create, test, and manage infrastructure using the efficient infrastructure-as-code approach. In Terraform …