πŸͺŸ 2D Convolution Visualizer

A real kernel slides across the grid β€” watch the elementwise multiply happen live at every stop.

πŸ“‹ How To Use This Lab
  1. Pick Kernel Size and Stride β†’ the sliding window and output grid resize instantly.
  2. Flip Padding on β†’ a dashed zero-border appears around the input, and the output grows to match.
  3. Press Next Step β–Ά β†’ the window glides to the next position and the center shows the real multiply.
  4. Press Auto Run β–Άβ–Ά β†’ watch the kernel sweep the entire grid on its own.
Kernal Input 3D Multiply Projection Output
πŸ€– KERNALPick a kernel size and press Next Step β€” I'll slide across the grid and multiply for real at every stop.
πŸ§‘β€πŸ« PROF. TORCHEach output pixel is one dot product: multiply the kernel with the patch underneath it, then sum everything.

πŸŽ›οΈ Convolution Settings

No Padding
Padding On