Statics problem

Hi,

[1.1] “Appendix J: Multiple (Maximum and Range) Pooling Statistics in a Convolution Network” in the book, Understanding
Deep Learning. Download from https://www.understandingdeeplearning.com
Apply multiple pooling as shown in [1.1] on any image data set.

How can we apply multiple pooling as shown in [1.1] on any image data set.

Thanks…

I think that would be a question for Chitta Ranjan who wrote the book :slight_smile:

The process diagram in chapter 6.11 and the recipe in Appendix J provides a reasonable outline for working with Keras to solve the problem.

I think you’ll be better of asking this question in the Keras forum on github.