Convolutional Neural Networks Quiz

5 questions Pass: 70% +25 pts

Quiz covering Deep Learning Basics

Convolutional Neural Networks Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    In a Convolutional Neural Network (CNN), what is the primary purpose of a 'convolutional layer'?

  2. 2

    What is the primary function of a 'Pooling' layer in a CNN architecture?

  3. 3

    Which of the following describes the role of the 'Stride' hyperparameter in a convolutional layer?

  4. 4

    What happens to the output dimensions if you apply 'Padding' to an input before convolution?

  5. 5

    Consider an input volume of 32x32x3. You apply 10 filters of size 5x5 with a stride of 1 and no padding. What is the spatial size of the resulting feature map?