Max pooling - AshokBhat/ml GitHub Wiki
Usage
- Max pooling layer is used after a convolutional layer to reduce the dimension (number of pixels)
Benefits
- Reduce computational Load
- Reduce overfitting
Illustration
FAQ
- What is the use of max-pooling?
- Is max-pooling necessary?
- What does the max-pooling layer in CNN?
- Why use max-pooling?