Note
π Early release (2026)
These Beamer decks ship with the 2026 MLSysBook refresh. Slides, figures, and speaker notes are actively iterated as the textbook evolves.
Feedback β GitHub issues (teaching notes, errata, and requests).
Beamer slide decks for the ML Systems textbook. One deck per chapter, ready to drop into your course.
cd slides/vol1/01_introduction
xelatex 01_introduction.tex # Compile (run twice for navigation)| Volume | Chapters | Topics |
|---|---|---|
| Volume I | 17 decks | Course overview, Introduction through Responsible Engineering, Conclusion |
| Volume II | 18 decks | Course overview, Introduction through Responsible AI, Conclusion |
Each chapter is self-contained. All images live in <chapter>/images/. The only shared assets are the Beamer theme and logos.
slides/
βββ assets/
β βββ beamerthememlsys.sty # Beamer theme (Crimson)
β βββ img/ # Shared logos
βββ vol1/ # Volume I decks (17 chapters)
β βββ 01_introduction/
β β βββ 01_introduction.tex
β β βββ images/
β βββ ...
βββ vol2/ # Volume II decks (18 chapters)
βββ 01_introduction/
βββ ...
The default theme is Crimson: Harvard crimson accents, white background, branded footer. All decks share a common API (\mlsystitle, \mlsysfocus, \mlsyscard, etc.).
Adopting instructors who want a different look can create their own variant by copying beamerthememlsys.sty and adjusting the color definitions. The API stays the same, so no .tex files need to change.
Agent instructions and production guidelines live in the project slides docs.
Thanks to these wonderful people who have helped build the slide decks!
Legend: πͺ² Bug Hunter Β· β‘ Code Warrior Β· π Documentation Hero Β· π¨ Design Artist Β· π§ Idea Generator Β· π Code Reviewer Β· π§ͺ Test Engineer Β· π οΈ Tool Builder
Rocky πͺ² π§βπ» π¨ βοΈ |
Vijay Janapa Reddi π§βπ» π¨ βοΈ |
Farhan Asghar πͺ² π§βπ» π¨ |
Recognize a contributor: Comment on any issue or PR:
@all-contributors please add @username for code, design, doc in slides
These slides accompany the ML Systems textbook and follow the same license terms.