mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-29 01:38:51 -05:00
Deleted 5 README/documentation files with stale information: - 01_1957_perceptron/README.md - 02_1969_xor/README.md - 03_1986_mlp/README.md - 04_1998_cnn/README.md - 05_2017_transformer/PERFORMANCE_METRICS_DEMO.md Issues with these files: - Wrong file names (rosenblatt_perceptron.py, train_mlp.py, train_cnn.py) - Old paths (examples/datasets/) - Duplicate content (already in Python file docstrings) - Could not be kept in sync with code Documentation now lives exclusively in comprehensive Python docstrings at the top of each milestone file, ensuring it stays accurate and students see rich context when running files.