Convolution Exploration Widget
image/svg+xml A 3x3 convolutional filter ([[1, 0, 0], [1, 1, 0], [0, 0, 1]) being applied to the top-left of a 5x5 feature map ([3, 5, 2, 8, 1], [9, 7, 5, 4, 3], [2, 0, 6, 1, 6], [6, 3, 7, 9, 2], [1, 4, 9, 5, 1]), generating an output value of 25 in the top-left of the 3x3 output feature map. Input Feature Map Output Feature Map 8 1 4 3 1 6 6 3 7 9 2 1 4 9 5 1 3+0+0+9+7+0+0+0+6 3×1 5×0 2×0 9×1 7×1 5×0 2×0 0×0 6×1 18 17 18 22 14 20 15 23 25