Files
TinyTorch/book/_toc.yml
T
Vijay Janapa Reddi 7625de3d0c feat: Improve landing page UX and navigation consistency
- Fixed navigation by removing missing appendix references from _toc.yml
- Moved complementary learning section up for better visibility (after astronaut hook)
- Fixed duplicate rocket icons: 🎯 Capstone, 🛤️ Learning Path,  Ready to Start
- Improved visual hierarchy with unique, meaningful icons for each section
- Enhanced readability and scannability of landing page content
2025-07-16 11:48:19 -04:00

64 lines
1.4 KiB
YAML

# TinyTorch: Build ML Systems from Scratch
# Table of Contents Structure
format: jb-book
root: intro
title: "TinyTorch Course"
parts:
- caption: Usage Paths
chapters:
- file: usage-paths/quick-exploration
title: "🔬 Quick Exploration"
- file: usage-paths/serious-development
title: "🏗️ Serious Development"
- file: usage-paths/classroom-use
title: "👨‍🏫 Classroom Use"
- caption: Foundation
chapters:
- file: chapters/01-setup
title: "1. Setup"
- file: chapters/02-tensor
title: "2. Tensors"
- file: chapters/03-activations
title: "3. Activations"
- caption: Building Blocks
chapters:
- file: chapters/04-layers
title: "4. Layers"
- file: chapters/05-networks
title: "5. Networks"
- file: chapters/06-cnn
title: "6. CNNs"
- caption: Training Systems
chapters:
- file: chapters/07-dataloader
title: "7. DataLoader"
- file: chapters/08-autograd
title: "8. Autograd"
- file: chapters/09-optimizers
title: "9. Optimizers"
- file: chapters/10-training
title: "10. Training"
- caption: Production & Performance
chapters:
- file: chapters/11-compression
title: "11. Compression"
- file: chapters/12-kernels
title: "12. Kernels"
- file: chapters/13-benchmarking
title: "13. Benchmarking"
- file: chapters/14-mlops
title: "14. MLOps"
- caption: Capstone Project
chapters:
- file: chapters/15-capstone
title: "15. Capstone"