Question: In the context of CNNs, what does \'stride\' refer to?
Options:
Correct Answer: The step size of the filter during convolution
Solution:
Stride refers to the step size of the filter during convolution, determining how much the filter moves across the input image.