This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do the number of parameters in a convolutional layer and dense layer correlate?
A convolutional layer contains more parameters
A convolutional layer contains fewer parameters
If the size of an input image is 320x200x3, what would be the size of the tensor after applying a 5x5 convolutional layer with 16 filters?
316x196x16
316x196x3
320x200x3x16
320x200x48
Which layers do we apply to significantly reduce spatial dimension in multi-layered CNN?
Convolution
Flatten
MaxPooling
Which layer is used between convolutional base of the network and final linear classifier?
Sigmoid
You must answer all questions before checking your work.
Was this page helpful?