Question 10
Consider an image of size , and a true label . The image is passed through a convolutional neural network with a single filter followed by a ReLU and a max-pooling operation.
Parameters:
- Convolution: stride , padding
- Max pooling: filter size , stride , padding
Based on the above data, answer the given subquestions.