Files
TinyTorch/docs
Vijay Janapa Reddi 53fb514918 Evolve pedagogical framework: Build → Use → [Engage] patterns
- Updated pedagogical principles with refined engagement patterns:
  - Build → Use → Reflect (design & systems thinking)
  - Build → Use → Analyze (technical depth & debugging)
  - Build → Use → Optimize (systems iteration & performance)

- Added pattern selection guide for module developers
- Updated development workflow to choose pattern first
- Created specific module assignments for each pattern
- Enhanced quick reference with pattern-specific activities

This evolution moves beyond passive 'understanding' to active,
specific engagement that matches professional ML engineering skills.
2025-07-11 18:37:00 -04:00
..

📚 TinyTorch Documentation

Welcome to the TinyTorch documentation! This directory contains all the guides, principles, and references for building and using TinyTorch.

🎓 For Students

Start here if you're taking the ML Systems course:

🎯 Educational Philosophy

Understanding how TinyTorch is designed for learning:

🔧 For Module Developers

Building new modules or contributing to TinyTorch:

🗂️ Documentation Structure

docs/
├── pedagogy/           # Educational philosophy and principles
├── development/        # Module development guides
├── students/          # Student-facing documentation
└── README.md          # This file

🚀 Quick Navigation


All documentation follows the TinyTorch pedagogical principle: Build → Use → Understand → Repeat