Standardize section headers for 03_activations module

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

View File

@@ -224,6 +224,11 @@ class ReLU:
"""Make the class callable: relu(x) instead of relu.forward(x)"""
return self.forward(x)
# %% [markdown]
"""
## 🔧 DEVELOPMENT
"""
# %% [markdown]
"""
### 🧪 Test Your ReLU Implementation