Pooling CNN in ML & CV
Pooling is a form of non-linear down-sampling(image reduction) with an aggregation function. Max pooling is the most common – It partitions the input image into a set of non-overlapping rectangles(N x N) and, for each such sub-region, outputs the maximum, thus, practically extracting the most significant features. The non-overlapping poolingContinue Reading