mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-04 13:15:52 -05:00
- Updated quick start guide: Module 01 is now Tensor (not Setup) - Fixed navigation menu: Corrected module numbering (01-19) - Fixed mermaid diagram: Changed to Jupyter Book syntax - Updated module descriptions to reflect actual content - Emphasized ML systems learning with proper commands
92 lines
2.2 KiB
YAML
92 lines
2.2 KiB
YAML
# TinyTorch: Build ML Systems from Scratch
|
|
# Table of Contents Structure
|
|
|
|
format: jb-book
|
|
root: intro
|
|
title: "TinyTorch Course"
|
|
|
|
parts:
|
|
- caption: 🚀 Getting Started
|
|
chapters:
|
|
- file: quickstart-guide
|
|
title: "Quick Start Guide"
|
|
- file: usage-paths/classroom-use
|
|
title: "For Instructors"
|
|
|
|
- caption: 🛠️ Using TinyTorch
|
|
chapters:
|
|
- file: tito-essentials
|
|
title: "Essential Commands"
|
|
- file: learning-progress
|
|
title: "Track Your Progress"
|
|
|
|
- caption: 🧭 Course Orientation
|
|
chapters:
|
|
- file: chapters/00-introduction
|
|
title: "Introduction"
|
|
|
|
- caption: 🧱 Building Blocks
|
|
chapters:
|
|
- file: chapters/02-tensor
|
|
title: "01. Tensor"
|
|
- file: chapters/03-activations
|
|
title: "02. Activations"
|
|
- file: chapters/04-layers
|
|
title: "03. Layers"
|
|
- file: chapters/05-dense
|
|
title: "04. Losses"
|
|
|
|
- caption: 🧠 Learning Systems
|
|
chapters:
|
|
- file: chapters/09-autograd
|
|
title: "05. Autograd"
|
|
- file: chapters/10-optimizers
|
|
title: "06. Optimizers"
|
|
- file: chapters/11-training
|
|
title: "07. Training"
|
|
- file: chapters/06-spatial
|
|
title: "08. Spatial"
|
|
|
|
- caption: 🏗️ Neural Architectures
|
|
chapters:
|
|
- file: chapters/08-dataloader
|
|
title: "09. DataLoader"
|
|
- file: chapters/11-tokenization
|
|
title: "10. Tokenization"
|
|
- file: chapters/12-embeddings
|
|
title: "11. Embeddings"
|
|
- file: chapters/07-attention
|
|
title: "12. Attention"
|
|
- file: chapters/16-tinygpt
|
|
title: "13. Transformers"
|
|
|
|
- caption: ⚡ Performance Optimization
|
|
chapters:
|
|
- file: chapters/15-profiling
|
|
title: "14. Profiling"
|
|
- file: chapters/13-kernels
|
|
title: "15. Acceleration"
|
|
- file: chapters/17-quantization
|
|
title: "16. Quantization"
|
|
- file: chapters/12-compression
|
|
title: "17. Compression"
|
|
- file: chapters/19-caching
|
|
title: "18. KV Caching"
|
|
- file: chapters/14-benchmarking
|
|
title: "19. Benchmarking"
|
|
|
|
- caption: 🏅 Community & Competition
|
|
chapters:
|
|
- file: leaderboard
|
|
title: "Leaderboard"
|
|
- file: competitions
|
|
title: "Competitions"
|
|
|
|
- caption: 🛠️ Resources & Tools
|
|
chapters:
|
|
- file: checkpoint-system
|
|
title: "Progress Tracking"
|
|
- file: testing-framework
|
|
title: "Testing Guide"
|
|
- file: resources
|
|
title: "Additional Resources" |