🎮 Simulator: Manual Pooling
🟢 no padding, full windows
Fixed 4×4 input — adjust the window size (k), stride (s) and type, exactly the parameters that EP09_02 reads as input, and see how they change the size and values of the output.
Window (k)
Stride (s)
Type
(0,0)
Input X (4×4)
outside the window
current window
discarded (leftover)
Output Y (pooling)
💡 Each slider position reveals a cell of the output matrix. Dashed-gray cells in the input are "leftovers" that no window reaches — note how this happens when (H−k) is not a multiple of s. Changing k, s, or the type restarts the exploration.
Description: Figure 9.44: Simulator EP09_02: Manual Pooling (max vs. mean, with adjustable window k and stride s)