Question
You are given a CNN as a backbone/feature-extractor that takes a 120 x 120 RGB as input and outputs a (55, 34,34) feature map. You
You are given a CNN as a backbone/feature-extractor that takes a 120 x 120 RGB as input and outputs a (55, 34,34) feature map. You are required to add a convolutional layer on top of this feature map so that the output of your convolutional layer is (1000,1,1). As the answer to this question, give the following details: A. The number of filters in your proposed layer B. The number of channels in each filter C. The total number of trainable parameters in your layer, assuming that the filters are trainable. D. The activation function to use if you want to treat the output of your layer as a probability distribution over 1000 classes
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started