Files
TinyTorch/docs
Vijay Janapa Reddi 89a9cc5e51 Regenerate all demos from scratch with opening & closing comments
Changes:
- Demo 00: Updated closing comment "Let's build ML from scratch! 🔥"
- All demos: Properly deleted and rebuilt from scratch (no appending)
- All demos: Opening comments explain what will be shown
- All demos: Closing comments celebrate the achievement
- All demos: Show cd and activate commands (transparency)
- Demo 03: Only hides module 01-06 fast-forward
- All demos: Custom TinyTorch theme colors

File sizes verify fresh builds:
- Demo 00: 177K (was 219K)
- Demo 02: 1.6M (was 3.2M)
- Demo 03: 1.2M (was 1.7M)
- Demo 04: 1.0M (was 1.2M)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 12:35:47 -05:00
..

TinyTorch Documentation

This directory contains essential documentation for TinyTorch development and usage.

📚 User Documentation

  • STUDENT_QUICKSTART.md - Getting started guide for students
  • INSTRUCTOR_GUIDE.md - Setup and grading guide for instructors
  • cifar10-training-guide.md - Complete guide to achieving the north star goal (75% CIFAR-10 accuracy)

🔧 Development Documentation

  • tinytorch-assumptions.md - CRITICAL: TinyTorch complexity framework and implementation guidelines

Development Standards

  • development/module-rules.md - Module development standards and patterns

NBGrader Integration

  • nbgrader/NBGrader_Quick_Reference.md - Daily use commands and workflow
  • nbgrader/NBGRADER_STYLE_GUIDE.md - Style guide for NBGrader cells
  • nbgrader/NBGrader_Text_Response_Technical_Implementation.md - Technical implementation details

Start here:

  • Students: Read STUDENT_QUICKSTART.md
  • Instructors: Read INSTRUCTOR_GUIDE.md
  • Developers: Read tinytorch-assumptions.md FIRST, then development/module-rules.md