How neural networks "summarize" images to find the most important features.
Picks the Maximum value. Best for detecting sharp features like edges or high-contrast patterns. It answers: "Is the feature here?"
Calculates the Average. Smooths out the input, giving a generalized overview. Often used at the end of networks (Global Average Pooling).
Switch modes to see how calculations change.
Even after aggressive downsampling (from 16,384 pixels to 64 pixels), the topology of the digit is preserved. This massive compression allows the network to process larger images efficiently while focusing on key features.