chiphuyen/machine-learning-systems-design

▲ 35 stars today★ 10,644⑂ 1,643

A booklet on machine learning systems design with exercises. NOT the repo for the book "Designing Machine Learning Systems", which is `dmls-book`

About chiphuyen/machine-learning-systems-design

chiphuyen/machine-learning-systems-design is an open-source project on GitHub, mainly written in HTML. A booklet on machine learning systems design with exercises. NOT the repo for the book "Designing Machine Learning Systems", which is `dmls-book` It currently holds 10,644 stars and 1,643 forks with 11 open issues, and was last pushed on 2023-04-15 (repository created 2019-11-24).

Project Overview

Git Homed tracks it on the Today's Trending board, currently at rank #78 with 35 new stars today.

GitHub Repository Details

Repository chiphuyen/machine-learning-systems-design · default branch master · size 1408 KB · watchers 305 · source: GitHub REST API and repository README

README

Machine Learning Systems Design

Read this booklet here.

>This booklet was my initial attempt to write about machine learning systems design back in 2019. My understanding of the topic has gone through significant iterations since then. My book Designing Machine Learning Systems (O'Reilly, June 2022) is much more comprehensive and up-to-date. The new book's repo contains the full table of contents, chapter summaries, and random thoughts on MLOps tooling.

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.

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 1. Add more relevant resources to each aspect of the machine learning project flow 1. Add/edit questions 1. Add/edit answers 1. 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

GitHub Stars & Activity

10,644Stars
1,643Forks
11Open issues
HTMLLanguage

GitHub Popularity

GitHub stars10,644
Forks1,643
Open issues11
Primary languageHTML
License-
Stars gained today35
Created2019-11-24
Last pushed2023-04-15

Trending History

Daily boardrank #78 · ▲ 35 stars

Related GitHub Projects

1

ossu / computer-science

HTML★ 209,332⑂ 25,890▲ 108 stars
2

ripienaar / free-for-dev

HTML★ 137,947⑂ 14,550▲ 101 stars
3

op7418 / guizang-ppt-skill

HTML★ 26,739⑂ 1,862▲ 65 stars
4

trycua / cua

HTML★ 25,641⑂ 1,766▲ 609 stars
5

MengTo / Skills

HTML★ 6,179⑂ 733▲ 58 stars
6

baojie / shiji-kb

HTML★ 3,225⑂ 513▲ 26 stars
7

obra / superpowers

Shell★ 289,686⑂ 25,927▲ 544 stars
8

mattpocock / skills

Shell★ 267,091⑂ 22,555▲ 695 stars

More Trending Repositories