slides/README.md
Content may be incomplete or change without notice. The published curriculum lives at <a href="https://mlsysbook.ai"><b>mlsysbook.ai</b></a>.</p>
<p> <a href="https://github.com/harvard-edge/cs249r_book/tree/dev"></a> <a href="https://mlsysbook.ai"></a> </p> </td></tr> </table> </div> <!-- DEV-BANNER-END -->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)
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 (9 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 .claude/docs/slides/.
These slides accompany the ML Systems textbook and follow the same license terms.