diff --git a/instructors/404.html b/instructors/404.html index c7b9325360..57ac6d0b96 100644 --- a/instructors/404.html +++ b/instructors/404.html @@ -738,7 +738,7 @@ ul.task-list li input[type="checkbox"] {
src/ — one folder per module (e.g., src/01_tensor/)pytest or nbgraderEach module is a Python file with scaffolded cells. Students implement core functions (forward(), backward(), etc.) while the test suite validates correctness. For example, in Module 06: Autograd, students build reverse-mode automatic differentiation from scratch — implementing the computation graph, topological sort, and gradient accumulation that powers every modern framework. Browse any module’s ABOUT page on the TinyTorch site to see the full structure.
Each module is a Python file with scaffolded cells. Students implement core functions (forward(), backward(), etc.) while the test suite validates correctness. For example, in Module 06: Autograd, students build reverse-mode automatic differentiation from scratch — implementing the computation graph, topological sort, and gradient accumulation that powers every modern framework. Browse any module page on the TinyTorch site to see the full structure.
Here is exactly what to assign on Day 1:
Hands-on embedded ML deployment on real devices.
Course maps, syllabi, and adoption resources for teaching.
Build your own ML framework from scratch, module by module.
The physics engine behind every quantitative figure in the book.
The analytical modeling engine behind the book's quantitative figures.