Given the code specifying the three initial layers of a convolutional network:
What is the size of me output tensor (image) ot pool?
Assume no padding is used for the input.
What is the output feature map size created by the cross-correlation between a three color channel, 10*10 input and a 4"4 filter that has a stride of two?
Enter your numeric answers in the spaces above
Given these two addLayer action calls:
How many trainable parameters for layer fc2?
Refer to the exhibit.
How many output feature maps would be created by a convolutional layer with four filters applied to a three channel input?
Enter your numeric answer in the space above.
Submit Cancel