• Complain

Noah Gift - Practical MLOps: Operationalizing Machine Learning Models

Here you can read online Noah Gift - Practical MLOps: Operationalizing Machine Learning Models full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Noah Gift Practical MLOps: Operationalizing Machine Learning Models
  • Book:
    Practical MLOps: Operationalizing Machine Learning Models
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2021
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Practical MLOps: Operationalizing Machine Learning Models: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Practical MLOps: Operationalizing Machine Learning Models" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Getting your models into production is the fundamental challenge of machine learning. MLOps offers a set of proven principles aimed at solving this problem in a reliable and automated way. This insightful guide takes you through what MLOps is (and how it differs from DevOps) and shows you how to put it into practice to operationalize your machine learning models.

Current and aspiring machine learning engineers--or anyone familiar with data science and Python--will build a foundation in MLOps tools and methods (along with AutoML and monitoring and logging), then learn how to implement them in AWS, Microsoft Azure, and Google Cloud. The faster you deliver a machine learning system that works, the faster you can focus on the business problems youre trying to crack. This book gives you a head start.

Youll discover how to:

  • Apply DevOps best practices to machine learning
  • Build production machine learning systems and maintain them
  • Monitor, instrument, load-test, and operationalize machine learning systems
  • Choose the correct MLOps tools for a given machine learning task
  • Run machine learning models on a variety of platforms and devices, including mobile phones and specialized hardware

Noah Gift: author's other books


Who wrote Practical MLOps: Operationalizing Machine Learning Models? Find out the surname, the name of the author of the book and a list of all author's works by series.

Practical MLOps: Operationalizing Machine Learning Models — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Practical MLOps: Operationalizing Machine Learning Models" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Practical MLOps by Noah Gift and Alfredo Deza Copyright 2021 Noah Gift and - photo 1
Practical MLOps

by Noah Gift and Alfredo Deza

Copyright 2021 Noah Gift and Alfredo Deza. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Acquisitions Editor: Rebecca Novack
  • Development Editor: Melissa Potter
  • Production Editor: Daniel Elfanbaum
  • Copyeditor: Kim Cofer
  • Proofreader: Piper Editorial Consulting, LLC
  • Indexer: WordCo Indexing Services, Inc.
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Kate Dullea
  • September 2021: First Edition
Revision History for the First Edition
  • 2021-09-14: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781098103019 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Practical MLOps, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

The views expressed in this work are those of the authors, and do not represent the publishers views. While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-098-10301-9

[LSI]

Preface
Why We Wrote This Book

Weve both spent most of our careers automating things. When we first met and Alfredo didnt know Python, Noah suggested automating one task per week. Automation is a core pillar for MLOps, DevOps, and this book throughout. You should take all the examples and opinions in this book in the context of future automation.

If Noah could summarize how he spent 20002020, it was automating just about anything he could, from film pipelines to software installation to machine learning pipelines. As an engineering manager and CTO at startups in the Bay Area, he built many data science teams from scratch. As a result, he saw many of the core problems in getting machine learning to production in the early stages of the AI/ML revolution.

Noah has been an adjunct professor at Duke, Northwestern, and UC Davis in the last several years, teaching topics that primarily focus on cloud computing, data science, and machine learning engineering. This teaching and work experience gives him a unique perspective about the issues involved in the real-world deployment of machine learning solutions.

Alfredo has a heavy ops background from his Systems Administrator days, with a similar passion for automation. It is not possible to build resilient infrastructure without push-button automation. There is nothing more gratifying when disaster situations happen than rerunning a script or a pipeline to re-create what crashed.

When COVID-19 hit, it accelerated a question we both had, which was, why arent we putting more models into production? Noah touched on some of these issues in an article he wrote for Forbes. The summarized premise of the article is that something is wrong with data science because organizations are not seeing returns on their investments.

Later at OReillys Foo Camp, Noah led a session on Why can we not be 10X faster at ML in production? where we had a great discussion with many people, including Tim OReilly, Mike Loukides, Roger Magoulas, and others. The result of that discussion was: Yes, we can go 10X faster. So thanks to Tim and Mike for stirring such a fascinating discussion and getting this book on its way.

Machine learning feels a lot like many other technologies that have appeared in the past several decades. At first, it takes years to get results. Steve Jobs talked about how NeXT wanted to make it 10X faster to build software (and he did). You can watch the interview on YouTube. What are some of the problems with machine learning currently ?

  • Focus on the code and technical details versus the business problem

  • Lack of automation

  • HiPPO (Highest Paid Persons Opinions)

  • Not cloud native

  • Lack of urgency to solve solvable problems

Quoting one of the things Noah brought up in the discussion: Im anti-elitism across the board. Programming is a human right. The idea that there is some priesthood that is only allowed to do it is just wrong. Similar to machine learning, it is too crucial for technology to lie only in the hands of a select group of people. With MLOps and AutoML, these technologies can go into the publics hands. We can do better with machine learning and artificial intelligence by democratizing this technology. Real AI/ML practitioners ship models to production, and in the real future, people such as doctors, lawyers, mechanics, and teachers will use AI/ML to help them do their jobs.

How This Book Is Organized

We designed this book so that you can consume each chapter as a standalone section designed to give you immediate help. At the end of each chapter are discussion questions that are intended to spur critical thinking and technical exercises to improve your understanding of the material.

These discussion questions and exercises are also well suited for use in the classroom in a Data Science, Computer Science, or MBA program and for the motivated self-learner. The final chapter contains several case studies helpful in building a work portfolio as an expert in MLOps.

The book is divided into 12 chapters, which well break down a little more in the following section. At the end of the book, there is an appendix with a collection of valuable resources for implementing MLOps.

Chapters

The first few chapters cover the theory and practice of both DevOps and MLOps. One of the items covered is how to set up continuous integration and continuous delivery. Another critical topic is Kaizen, i.e., the idea of continuous improvement in everything.

There are three chapters on cloud computing that cover AWS, Azure, and GCP. Alfredo, a developer advocate for Microsoft, is an ideal source of knowledge for MLOps on the Azure platform. Likewise, Noah has spent years getting students trained on cloud computing and working with the education arms of Google, AWS, and Azure. These chapters are an excellent way to get familiar with cloud-based MLOps.

Other chapters cover critical technical areas of MLOps, including AutoML, containers, edge computing, and model portability. These topics encompass many cutting-edge emerging technologies with active traction.

Finally, in the last chapter, Noah covers a real-world case study of his time at a social media startup and the challenges they faced doing MLOps.

Appendixes

The appendixes are a collection of essays, ideas, and valuable items that cropped up in years between finishing

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Practical MLOps: Operationalizing Machine Learning Models»

Look at similar books to Practical MLOps: Operationalizing Machine Learning Models. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Practical MLOps: Operationalizing Machine Learning Models»

Discussion, reviews of the book Practical MLOps: Operationalizing Machine Learning Models and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.