Files
TinyTorch/book/_toc.yml

66 lines
1.6 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: Appendices
chapters:
- file: appendices/installation
title: "Installation Guide"
- file: appendices/troubleshooting
title: "Troubleshooting"
- file: appendices/resources
title: "Additional Resources"