From bb995eb59faa2090827dc673f665ac5c0c7bd922 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Fri, 18 Jul 2025 08:29:36 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Minor=20formatting=20improvement?= =?UTF-8?q?s=20to=20book=20intro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit โœจ Title Formatting: - Split title into main header and subtitle for better readability - Enhanced visual hierarchy in book introduction ๐Ÿš€ Content Updates: - Changed 'rocket ship' to 'AI rocket ship' for more specific branding - Added '(Harvard)' to Prof. Vijay Janapa Reddi reference for clarity - Maintains professional attribution while being more informative Result: Cleaner book intro formatting with improved readability and attribution. --- book/intro.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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. ``` ---