mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-07-25 13:33:13 -05:00
- Add Module 20 (AI Olympics) to Competition section - Remove Historical Milestones from navigation (simplify) - Remove separate Leaderboard page (consolidate into capstone) - Simplify AI Olympics capstone content (~60 lines) - Clear 'Coming Soon' box for competition platform - Brief category descriptions - Focus on what students can do now - Simplify Community page (~50 lines) - Clear 'Coming Soon' box for dashboard features - Brief feature descriptions - Ways to participate now - Split Competition and Community into separate nav sections - Fix jupyter-book dependency compatibility for Python 3.8 - myst-parser 0.18.1 (compatible with myst-nb 0.17.2) - sphinx 5.3.0 - Update requirements.txt with compatible versions Result: Clean, honest, scannable website that shows all 20 modules
95 lines
2.3 KiB
YAML
95 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/01-tensor
|
|
title: "01. Tensor"
|
|
- file: chapters/02-activations
|
|
title: "02. Activations"
|
|
- file: chapters/03-layers
|
|
title: "03. Layers"
|
|
- file: chapters/04-losses
|
|
title: "04. Losses"
|
|
|
|
- caption: 🧠 Learning Systems
|
|
chapters:
|
|
- file: chapters/05-autograd
|
|
title: "05. Autograd"
|
|
- file: chapters/06-optimizers
|
|
title: "06. Optimizers"
|
|
- file: chapters/07-training
|
|
title: "07. Training"
|
|
- file: chapters/08-spatial
|
|
title: "08. Spatial"
|
|
|
|
- caption: 🏗️ Neural Architectures
|
|
chapters:
|
|
- file: chapters/09-dataloader
|
|
title: "09. DataLoader"
|
|
- file: chapters/10-tokenization
|
|
title: "10. Tokenization"
|
|
- file: chapters/11-embeddings
|
|
title: "11. Embeddings"
|
|
- file: chapters/12-attention
|
|
title: "12. Attention"
|
|
- file: chapters/13-transformers
|
|
title: "13. Transformers"
|
|
|
|
- caption: ⚡ Performance Optimization
|
|
chapters:
|
|
- file: chapters/14-profiling
|
|
title: "14. Profiling"
|
|
- file: chapters/15-acceleration
|
|
title: "15. Acceleration"
|
|
- file: chapters/16-quantization
|
|
title: "16. Quantization"
|
|
- file: chapters/17-compression
|
|
title: "17. Compression"
|
|
- file: chapters/18-caching
|
|
title: "18. KV Caching"
|
|
- file: chapters/19-benchmarking
|
|
title: "19. Benchmarking"
|
|
|
|
- caption: 🏅 Competition
|
|
chapters:
|
|
- file: chapters/20-capstone
|
|
title: "20. AI Olympics"
|
|
|
|
- caption: 🌍 Community
|
|
chapters:
|
|
- file: community
|
|
title: "Ecosystem"
|
|
|
|
- caption: 🛠️ Resources & Tools
|
|
chapters:
|
|
- file: checkpoint-system
|
|
title: "Progress Tracking"
|
|
- file: testing-framework
|
|
title: "Testing Guide"
|
|
- file: resources
|
|
title: "Additional Resources" |