diff --git a/book/intro.md b/book/intro.md index 92d9e66b..3542d82a 100644 --- a/book/intro.md +++ b/book/intro.md @@ -12,7 +12,9 @@ html_meta: "name=twitter:image": "https://mlsysbook.github.io/TinyTorch/logo.png" --- -# Tiny๐Ÿ”ฅTorch: Build your own Machine Learning framework from scratch. +# Tiny๐Ÿ”ฅTorch + +## Build your own Machine Learning framework from scratch. **Most ML education teaches you to _use_ frameworks. TinyTorch teaches you to _build_ them.** @@ -29,11 +31,11 @@ TinyTorch is a minimalist educational framework designed for learning by doing. **Result:** You become the expert others ask about "how PyTorch actually works." ``` -_Everyone wants to be an astronaut._ ๐Ÿง‘โ€๐Ÿš€ _TinyTorch teaches you how to build the rocket ship._ ๐Ÿš€ +_Everyone wants to be an astronaut._ ๐Ÿง‘โ€๐Ÿš€ _TinyTorch teaches you how to build the AI rocket ship._ ๐Ÿš€ ```{admonition} ๐Ÿ“– Complementary Learning :class: note -For comprehensive ML systems knowledge, we recommend [**Machine Learning Systems**](https://mlsysbook.ai) by [Prof. Vijay Janapa Reddi](https://profvjreddi.github.io/website/). While TinyTorch teaches you to **build** ML systems from scratch, that book provides the broader **systems context** and engineering principles for production AI. +For comprehensive ML systems knowledge, we recommend [**Machine Learning Systems**](https://mlsysbook.ai) by [Prof. Vijay Janapa Reddi](https://profvjreddi.github.io/website/) (Harvard). While TinyTorch teaches you to **build** ML systems from scratch, that book provides the broader **systems context** and engineering principles for production AI. ``` ---