Standardize section headers for 11_training module

This commit is contained in:
Vijay Janapa Reddi
2025-07-20 12:30:42 -04:00
parent c5e3e98f72
commit fed232beb8
@@ -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