Pooling - AshokBhat/ml GitHub Wiki
Description
- Reducing a matrix created by an earlier convolutional layer to a smaller matrix
- Involves taking either the maximum or average value across the pooled area
FAQ
- What is the use of pooling?
- When is the max pooling used?
- When is the average pooling used?