Standardize section headers for 04_layers module

This commit is contained in:
Vijay Janapa Reddi
2025-07-20 12:25:54 -04:00
parent 1c2dc6b5da
commit ecf844fd2c

View File

@@ -252,6 +252,11 @@ def matmul(A: np.ndarray, B: np.ndarray) -> np.ndarray:
return C
### END SOLUTION
# %% [markdown]
"""
## 🔧 DEVELOPMENT
"""
# %% [markdown]
"""
### 🧪 Test Your Matrix Multiplication