mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-06 07:40:52 -05:00
- Updated main README to prominently feature historical milestones (1957-2024) - Added new 'Journey Through ML History' section to book navigation - Created comprehensive milestones-overview.md chapter explaining the progression - Updated intro.md with milestone achievements section - Enhanced quickstart-guide.md with milestone unlock information - Reflects working milestones/ directory structure with 6 historical demonstrations - Clear progression: Perceptron (1957) → XOR (1969) → MLP (1986) → CNN (1998) → Transformers (2017) → Systems (2024) - Emphasizes proof-of-mastery approach with real achievements
97 lines
2.3 KiB
YAML
97 lines
2.3 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: 🏆 Historical Milestones
|
|
chapters:
|
|
- file: chapters/milestones-overview
|
|
title: "Journey Through ML History"
|
|
|
|
- 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" |