January 14, 2020

341 words 2 mins read

chiphuyen/machine-learning-systems-design

chiphuyen/machine-learning-systems-design

A booklet on machine learning systems design with exercises

repo name chiphuyen/machine-learning-systems-design
repo link https://github.com/chiphuyen/machine-learning-systems-design
homepage
language HTML
size (curr.) 1407 kB
stars (curr.) 3761
created 2019-11-24
license

Machine Learning Systems Design

This booklet covers four main steps of designing a machine learning system:

  1. Project setup
  2. Data pipeline
  3. Modeling: selecting, training, and debugging
  4. Serving: testing, deploying, and maintaining

It comes with links to practical resources that explain each aspect in more details. It also suggests case studies written by machine learning engineers at major tech companies who have deployed machine learning systems to solve real-world problems.

At the end, the booklet contains 27 open-ended machine learning systems design questions that might come up in machine learning interviews. The answers for these questions will be published in the book Machine Learning Interviews. You can look at and contribute to community answers to these questions on GitHub here. You can read more about the book and sign up for the book’s mailing list here.

Read

To read the booklet, you can clone the repository and find the HTML and PDF versions in the folder build.

Contribute

This is work-in-progress so any type of contribution is very much appreciated. Here are a few ways you can contribute:

  1. Improve the text by fixing any lexical, grammatical, or technical error
  2. Add more relevant resources to each aspect of the machine learning project flow
  3. Add/edit questions
  4. Add/edit answers
  5. Other

This book was created using the wonderful magicbook package. For detailed instructions on how to use the package, see their GitHub repo. The package requires that you have node. If you’re on Mac, you can install node using:

brew install node

Install magicbook with:

npm install magicbook

Clone this repository:

git clone https://github.com/chiphuyen/machine-learning-systems-design.git
cd machine-learning-systems-design

After you’ve made changes to the content in the content folder, you can build the booklet by the following steps:

magicbook build

You’ll find the generated HTML and PDF files in the folder build.

Acknowledgment

I’d like to thank Ben Krause for being a great friend and helping me with this draft!

Citation

comments powered by Disqus