Standardize section headers for 11_training module

This commit is contained in:
Vijay Janapa Reddi
2025-07-20 12:30:42 -04:00
parent 9ff76bf029
commit 264dfc940b

View File

@@ -200,6 +200,11 @@ class MeanSquaredError:
"""Alternative interface for forward pass."""
return self.__call__(y_pred, y_true)
# %% [markdown]
"""
## 🔧 DEVELOPMENT
"""
# %% [markdown]
"""
### 🧪 Unit Test: MSE Loss