Files
TinyTorch/book/_toc.yml
Vijay Janapa Reddi fe0a9eb340 Add MLPerf® trademark notation
Added registered trademark symbol to MLPerf throughout:
- TOC: MLPerf® Edu Competition
- Chapter 20: MLPerf® Edu Competition

Proper attribution respects MLPerf trademark ownership.
2025-11-07 18:20:48 -05:00

92 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: 🏗️ Foundation Tier (01-07)
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"
- file: chapters/05-autograd
title: "05. Autograd"
- file: chapters/06-optimizers
title: "06. Optimizers"
- file: chapters/07-training
title: "07. Training"
- caption: 🧠 Intelligence Tier (08-14)
chapters:
- file: chapters/08-dataloader
title: "08. DataLoader"
- file: chapters/09-spatial
title: "09. Spatial (CNNs)"
- 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"
- file: chapters/14-kvcaching
title: "14. KV Caching"
- caption: ⚡ Optimization Tier (15-19)
chapters:
- file: chapters/15-profiling
title: "15. Profiling"
- file: chapters/16-acceleration
title: "16. Acceleration"
- file: chapters/17-quantization
title: "17. Quantization"
- file: chapters/18-compression
title: "18. Compression"
- file: chapters/19-benchmarking
title: "19. Benchmarking"
- caption: 🏅 Capstone Project
chapters:
- file: chapters/20-capstone
title: "20. MLPerf® Edu Competition"
- 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"