Files
TinyTorch/book
Vijay Janapa Reddi eae48ce0c2 FIX: Restore complete navigation structure with 15 available chapters
Fixed the TOC to properly display all available chapter files:

Neural Network Foundations (8 modules):
- 01. Setup through 08. Training
- Core foundation modules for building neural networks

Computer Vision (2 modules):
- 09. Spatial (Conv2d operations)
- 10. DataLoader (Efficient data handling)

Language Models (2 modules):
- 11. Attention (Multi-head attention)
- 12. Transformers (Complete transformer blocks)

System Optimization (3 modules):
- 13. Compression (Model optimization)
- 14. Kernels (Performance kernels)
- 15. Benchmarking (TinyMLPerf framework)

The website navigation now works properly and shows the complete
module progression available for students. This maps correctly to
the existing chapter files in book/chapters/.
2025-09-26 15:17:44 -04:00
..
2025-09-18 13:36:06 -04:00