Add prominent author attribution

- Added 'Prof. Vijay Janapa Reddi (Harvard University)' right after title
- Positioned prominently for proper academic/course attribution
- Matches book config author field for consistency
- Standard practice for educational materials and courses
This commit is contained in:
Vijay Janapa Reddi
2025-07-16 08:24:36 -04:00
parent e8fe66394b
commit bc989fd36f

View File

@@ -2,8 +2,6 @@
**Most ML education teaches you to _use_ frameworks. TinyTorch teaches you to _build_ them.**
TinyTorch is an educational framework designed specifically for learning by building. Instead of using PyTorch or TensorFlow, you implement every component from scratch: tensors, autograd, optimizers, even MLOps monitoring. This hands on approach develops the deep systems understanding that distinguishes ML engineers from ML users.
```{admonition} 🎯 What You'll Build
:class: tip
**A complete ML framework from scratch**: your own PyTorch style toolkit that can:
@@ -15,6 +13,8 @@ TinyTorch is an educational framework designed specifically for learning by buil
**Result:** You become the expert others ask about "how PyTorch actually works."
```
TinyTorch is an educational framework designed specifically for learning by building. Instead of using PyTorch or TensorFlow, you implement every component from scratch: tensors, autograd, optimizers, even MLOps monitoring. This hands on approach develops the deep systems understanding that distinguishes ML engineers from ML users.
---
## 💡 **The Core Difference**