Pooling layer

Accepts as input:
Outputs another feature vector of sizesource
image source
Max pooling
Picks the maximal value from every neighbourhood.
Average pooling
Computes the average of every neighbourhood.
Pooling layer

Accepts as input:
Outputs another feature vector of sizeMax pooling
Picks the maximal value from every neighbourhood.
Average pooling
Computes the average of every neighbourhood.