Embed presentation

















The document discusses max pooling in convolutional neural networks. It shows an example of applying max pooling to a feature map generated by a convolutional layer. The max pooling operation reduces the feature map into a pooled feature map by taking the maximum value from each window/region in the feature map. This pooled feature map is then passed to the next layer in the network.
















