mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 20:33:46 -05:00
Rename Section 3 to 'TinyTorch Architecture' (not 'Curriculum')
ISSUE: 'The TinyTorch Curriculum' sounds too classroom-focused, as if the paper is only about education/courses rather than a framework design contribution. SOLUTION: Changed to 'TinyTorch Architecture' which: - Describes the framework structure (20 modules, 3 tiers, milestones) - Matches systems paper conventions (Architecture sections common in CS) - Emphasizes this is a design contribution, not just coursework - Avoids over-emphasizing educational context Section 3 describes HOW TinyTorch is architected: - Module organization and dependencies - Tier-based structure (Foundation/Architecture/Optimization) - Module pedagogy (Build → Use → Reflect) - Milestone validation approach 'Architecture' accurately captures this structural design focus. Paper compiles successfully (26 pages). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -480,7 +480,7 @@ TinyTorch differs from educational frameworks through systems-first integration
|
||||
|
||||
Empirical validation of learning outcomes remains future work (\Cref{sec:discussion}), but design grounding in established theory (constructionism, cognitive apprenticeship, productive failure, threshold concepts) provides theoretical justification for pedagogical choices.
|
||||
|
||||
\section{The TinyTorch Curriculum}
|
||||
\section{TinyTorch Architecture}
|
||||
\label{sec:curriculum}
|
||||
|
||||
This section presents the 20-module curriculum structure, organized into four tiers that progressively build a complete ML framework.
|
||||
|
||||
Reference in New Issue
Block a user