Skip to content

Commit d553edc

Browse files
authored
Update microscope mode and dynamic parameters descriptions
Removed the mention of 'Bias' from the microscope mode calculation and simplified the dynamic parameters description.
1 parent 33ef122 commit d553edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
* **Kernels:** Experiment with Edge Detection, Sharpen, and Emboss filters.
1313
* **Activation Functions:** Observe the effects of **ReLU**, Sigmoid, and Tanh activation on feature values.
1414
* **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**.
1616
* **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.
1818

1919
## 🚀 Live Demo
2020

0 commit comments

Comments
 (0)