Back propagation for Pooling layer

Hi, I was just curious regarding back propagation in pooling layer. Say we have a CNN with a max pooling layer. When we backpropagate, we just have the max values in layer L. How do we figure out the values in the layer L-1 ?

Did you look at the programming assignment for the week regarding back propagation of pooling layers?

Not yet, I just finished the lectures for CNN week 1. I didn’t know that implementation was there in the assignment. Thanks for pointing it out.

1 Like