Renames "Spatial" module to "Convolutions"

Refactors the module name from "Spatial" to "Convolutions" to better reflect its content and purpose, which focuses on convolutional neural networks.

This change ensures consistency and clarity across the codebase, documentation, and examples.
This commit is contained in:
Vijay Janapa Reddi
2025-12-17 07:35:32 -05:00
parent aba848b153
commit ea246cf4e2
25 changed files with 31 additions and 31 deletions

View File

@@ -143,7 +143,7 @@ class TestCompleteMLSystemStillWorks:
2. Activation functions (Module 03)
3. Layer infrastructure (Module 04)
4. Dense networks (Module 05)
5. Spatial operations (Module 06)
5. Convolutions (Module 06)
6. Attention mechanisms (Module 07)
7. Data loading (Module 08)
8. Automatic differentiation (Module 09)