mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-27 15:46:44 -05:00
- Add comprehensive 5 C's educational framework before Tensor class - Explain CONCEPT: What tensors are in ML context - Detail CODE STRUCTURE: What we're building - Show CONNECTIONS: PyTorch/TensorFlow/NumPy relationships - Define CONSTRAINTS: Implementation requirements - Provide CONTEXT: Why tensors matter in ML systems This completes the educational scaffolding for Module 02, ensuring students understand WHY they're building tensors before HOW to implement them.