machine-learning-systems-design
A booklet on machine learning systems design with exercises. NOT the repo for the book "Designing Machine Learning Systems", which is `dmls-book`
File Explorer
Download Latest Version (.zip)- q1.md
- q10.md
- q11.md
- q12.md
- q13.md
- q14.md
- q15.md
- q16.md
- q17.md
- q18.md
- q19.md
- q2.md
- q20.md
- q21.md
- q22.md
- q23.md
- q24.md
- q25.md
- q26.md
- q27.md
- q3.md
- q4.md
- q5.md
- q6.md
- q7.md
- q8.md
- q9.md
- ai_compute.png
- debugging.png
- image1.png
- image6.jpg
- image7.png
- ml_project_flow.png
- modeling.png
- pdf.css
- Roboto-Bold.eot
- Roboto-Bold.svg
- Roboto-Bold.ttf
- Roboto-Bold.woff
- consolidated.html
- consolidated.pdf
- ai_compute.png
- debugging.png
- html.css
- image1.png
- image6.jpg
- image7.png
- ml_project_flow.png
- modeling.png
- Roboto-Bold.eot
- Roboto-Bold.svg
- Roboto-Bold.ttf
- Roboto-Bold.woff
- scripts.js
- case-studies.html
- design-a-machine-learning-system.html
- exercises.html
- research-vs-production.html
- toc.html
- case-studies.md
- design-a-machine-learning-system.md
- exercises.md
- research-vs-production.md
- toc.html
- Roboto-Bold.eot
- Roboto-Bold.svg
- Roboto-Bold.ttf
- Roboto-Bold.woff
- ai_compute.png
- debugging.png
- image1.png
- image6.jpg
- image7.png
- ml_project_flow.png
- modeling.png
- footnotes.html
- navigation.html
- toc.html
- toc_item.html
- scripts.js
- html.html
- pdf.html
- _shared.scss
- html.scss
- pdf.scss
- .gitignore
- magicbook.json
- netlify.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/chiphuyen/machine-learning-systems-design
Downloads the entire project code from GitHub to your computer.
cd machine-learning-systems-design
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install node
Installs the pre-built package via Homebrew β no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
