|
|
|
|
|
by discardorama
4016 days ago
|
|
> Max pooling tests if a feature occurs anywhere in a certain area, rather than being sensitive to the exact location. From Geoff Hinton's AMA on Reddit: The pooling operation used in convolutional neural networks is a big mistake and the fact that it works so well is a disaster. |
|
The basic effect of this is to decrease the resolution, so it's more tractable to operate on. Without pooling you are stuck with a huge resolution at each layer.