0 votes
in Machine Learning by
What makes CNNs translation invariant?

1 Answer

0 votes
by
As explained above, each convolution kernel acts as it's own filter/feature detector. So let's say you're doing object detection, it doesn't matter where in the image the object is since we're going to apply the convolution in a sliding window fashion across the entire image anyways.

Related questions

0 votes
asked Apr 4 in NLP using Python by john ganales
0 votes
asked Aug 23, 2022 in SOAPUI by Robin
...