mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-02 20:47:43 -05:00
Simplify module structure and remove confusing 5 C's framework
- Clean up CLAUDE.md module structure from 10+ parts to 8 logical sections - Remove confusing 'Concept, Context, Connections' framework references - Simplify to clear flow: Introduction → Background → Implementation → Testing → Integration - Keep Build→Use→Understand compliance for Education Architect - Remove thinking face emoji from ML Systems Thinking section - Focus on substance over artificial framework constraints
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
# %% [markdown]
|
||||
"""
|
||||
|
||||
""""""
|
||||
# Tensor - Core Data Structure
|
||||
|
||||
Welcome to the Tensor module! This is where TinyTorch really begins. You'll implement the fundamental data structure that powers all ML systems.
|
||||
|
||||
Reference in New Issue
Block a user