书籍 Machine Learning Design Patterns的封面

Machine Learning Design Patterns

Valliappa Lakshmanan

出版时间

2020-12-10

ISBN

9781098115784

评分

★★★★★
书籍介绍

The design patterns in this book capture best practices and solutions to recurring problems in machine learning. Authors Valliappa Lakshmanan, Sara Robinson, and Michael Munn catalog the first tried-and-proven methods to help engineers tackle problems that frequently crop up during the ML process. These design patterns codify the experience of hundreds of experts into advice you can easily follow.

The authors, three Google Cloud engineers, describe 30 patterns for data and problem representation, operationalization, repeatability, reproducibility, flexibility, explainability, and fairness. Each pattern includes a description of the problem, a variety of potential solutions, and recommendations for choosing the most appropriate remedy for your situation.

You’ll learn how to:

Identify and mitigate common challenges when training, evaluating, and deploying ML models

Represent data for different ML model types, including embeddings, feature crosses, and more

Choose the right model type for specific problems

Build a robust training loop that uses checkpoints, distribution strategy, and hyperparameter tuning

Deploy scalable ML systems that you can retrain and update to reflect new data

Interpret model predictions for stakeholders and ensure that models are treating users fairly

Valliappa (Lak) Lakshmanan is Global Head for Data Analytics and AI Solutions on Google Cloud. His team builds software solutions for business problems using Google Cloud's data analytics and machine learning products. He founded Google's Advanced Solutions Lab ML Immersion program. Before Google, Lak was a Director of Data Science at Climate Corporation and a Research Scientis...

(展开全部)

用户评论
简单 mark
后三章有点价值
说了很多industrial ml的设计模式,由于ml的流行,工程规模增大,提高生产力成为刚需。AI ops从哪些地方入手,书里提供了data representation,model training,serving,reproducibility多个视角介绍了Google在此方面的经验。业界其他相关的工具也在书中有所涉及。
提纲有点混乱,作为一个系统性(也可能没那么系统,但是视角很高)的概览还挺不错的。看得出作者想了很多自己用过的东西,然后一股脑把它们都塞到一本书里,但是用的还是TensorFlow。