mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-02 19:44:44 -05:00
Milestone 02 Structure (matches milestone 01): - README.md: Comprehensive guide with historical context - xor_crisis.py: Part 1 - demonstrates single-layer failure (executable) - xor_solved.py: Part 2 - demonstrates multi-layer success (executable) Cleanup: - ✅ Removed old perceptron_xor_fails.py - ✅ Moved test files to tests/integration/ - test_xor_simple.py - test_xor_thorough.py - test_xor_original_1986.py (verifies 2-2-1 architecture works!) - ✅ Updated README with clear instructions - ✅ Made scripts executable Milestone 02 now has the same polish and structure as milestone 01: - Clear file naming (crisis vs solved) - Beautiful rich output - Historical context - Pedagogically structured