mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-03 00:21:14 -05:00
✅ Rename all module directories: 00_setup → 01_setup, etc. ✅ Update convert_modules.py mappings for new directory names ✅ Update _toc.yml file paths and titles (1-14 instead of 0-13) ✅ Regenerate all overview pages with new numbering ✅ Fix all broken references in usage-paths and intro ✅ Update chapter references to use natural numbering Benefits: - More intuitive course progression starting from 1 - Matches academic course numbering conventions - Eliminates confusion about 'Module 0' concept - Cleaner mental model for students and instructors - All references and links properly updated Complete transformation: 14 modules now numbered 01-14
66 lines
1.6 KiB
YAML
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.md
|
|
title: "1. Setup"
|
|
- file: chapters/02-tensor.md
|
|
title: "2. Tensors"
|
|
- file: chapters/03-activations.md
|
|
title: "3. Activations"
|
|
|
|
- caption: Building Blocks
|
|
chapters:
|
|
- file: chapters/04-layers.md
|
|
title: "4. Layers"
|
|
- file: chapters/05-networks.md
|
|
title: "5. Networks"
|
|
- file: chapters/06-cnn.md
|
|
title: "6. CNNs"
|
|
|
|
- caption: Training Systems
|
|
chapters:
|
|
- file: chapters/07-dataloader.md
|
|
title: "7. DataLoader"
|
|
- file: chapters/08-autograd.md
|
|
title: "8. Autograd"
|
|
- file: chapters/09-optimizers.md
|
|
title: "9. Optimizers"
|
|
- file: chapters/10-training.md
|
|
title: "10. Training"
|
|
|
|
- caption: Production & Performance
|
|
chapters:
|
|
- file: chapters/11-compression.md
|
|
title: "11. Compression"
|
|
- file: chapters/12-kernels.md
|
|
title: "12. Kernels"
|
|
- file: chapters/13-benchmarking.md
|
|
title: "13. Benchmarking"
|
|
- file: chapters/14-mlops.md
|
|
title: "14. MLOps"
|
|
|
|
- caption: Appendices
|
|
chapters:
|
|
- file: appendices/installation
|
|
title: "Installation Guide"
|
|
- file: appendices/troubleshooting
|
|
title: "Troubleshooting"
|
|
- file: appendices/resources
|
|
title: "Additional Resources"
|