From 9c971e254586abf0ce428ce8f73f08d415cd89d4 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 18 May 2026 07:53:50 +0530 Subject: [PATCH] fix: typo --- content/post/convolution-visualization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/convolution-visualization.md b/content/post/convolution-visualization.md index 2d497602..8702189b 100644 --- a/content/post/convolution-visualization.md +++ b/content/post/convolution-visualization.md @@ -66,7 +66,7 @@ of the resulting feature map. ### In Full Swing -This dot product operation is repeat over and over as the kernel strides over the source image, generating the complete output feature map. +This dot product operation is repeated over and over as the kernel strides across the source image, generating the complete output feature map. You can play around with the grid size, the kernel size and the stride, which is by how many pixels the kernel slides each iteration. The padding slider allows you to add 0 valued pixels surrounding the image.