When creating a post, please add:
- Week #3
- Link to the classroom item you are referring to: https://www.coursera.org/learn/convolutional-neural-networks/lecture/6UnU4/convolutional-implementation-of-sliding-windows
- Description: How is the sliding window conceptually different from convolution? In case we’re sliding, we are feeding individual crops to the ConvNet but aren’t we doing the same when it comes to convolving the whole image and passing it through the ConvNet? I understand there is some level of parallellism but isn’t sliding and convolving essentially the same thing?