A convolutional neural network takes a
2D input
Given a 2D input
Without any hidden pixels, and stride =
Padding
Adding hidden pixels to control the output shape.
Stride
Amount of movement of the sliding window.
Pooling
Downsamples feature maps
Aggregation methods:
- Max-Pool
- Average-Pool
- Sum-Pool