You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@
12
12
***Kernels:** Experiment with Edge Detection, Sharpen, and Emboss filters.
13
13
***Activation Functions:** Observe the effects of **ReLU**, Sigmoid, and Tanh activation on feature values.
14
14
***Mathematical Transparency:**
15
-
***Microscope Mode:** Hover over any pixel in the output feature map to reveal the **exact calculation** (`Input × Weight + Bias`) that created that single value.
15
+
***Microscope Mode:** Hover over any pixel in the output feature map to reveal the **exact calculation**.
16
16
***Animation Mode:** Watch the kernel physically slide across the input grid step-by-step to understand the convolution process.
17
-
***Dynamic Parameters:** Adjust **Kernel Size** (3x3, 5x5) and **Stride**to see how dimensionality changes instantly.
17
+
***Dynamic Parameters:** Adjust **Kernel Size** (3x3, 5x5) to see how dimensionality changes instantly.
0 commit comments