Back to Cs249r Book

The 4-Week ML Systems Study Guide ๐Ÿ—“๏ธ

interviews/STUDY_GUIDE.md

latest5.4 KB
Original Source

The 4-Week ML Systems Study Guide ๐Ÿ—“๏ธ

<div align="center"> <a href="README.md">๐Ÿ  Playbook Home</a> ยท <a href="cloud/README.md">โ˜๏ธ Cloud</a> ยท <a href="edge/README.md">๐Ÿค– Edge</a> ยท <a href="mobile/README.md">๐Ÿ“ฑ Mobile</a> ยท <a href="tinyml/README.md">๐Ÿ”ฌ TinyML</a> </div>

With over 800 questions in this playbook, it is easy to get overwhelmed. This 4-week study guide curates a structured path through the core material, taking you from single-node physics up to fleet-scale architectural design.

If you have 30 minutes a day, follow this syllabus.

Week 1: The Physics of Compute & Memory

Goal: Stop guessing about performance and start calculating it. This week builds your "Mechanical Sympathy."


Week 2: Scaling Up (Distributed Systems)

Goal: Understand how to split a 70B parameter model across 1,000 GPUs without the network starving the compute.


Week 3: Serving at Scale & Edge Deployment

Goal: Move from training to inference. Understand queuing theory, batching, and physical deployment constraints.


Week 4: Ops, Power, and the "Real World"

Goal: Answer the questions that separate standard engineers from technical leads. Security, thermal physics, and silent failures.