5. Answer to the following questions. (1) Suppose that the input image is a 300x300 colour image. It uses 100 filters wi
Posted: Sat Nov 27, 2021 10:30 am
questions. (1) Suppose that the input image is a 300x300 colour image. It uses 100 filters with the size of 5x5 as convolutional layers. How many parameters does this hidden layer have including bias parameters? (2) If the size of the input image is 32x32x16 and the max-pooling with stride 2 and filter size 2 is applied, what is the size of the output?
5. Answer to the following