pencil-icon
Build your own quiz

Computers

Professional Development

Image

Convolutional neural network

218
plays

8 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    Suppose your input is a 300 by 300 color (RGB) image, and you use a convolutional layer with 100 filters that are each 5x5. How many parameters does this hidden layer have (without bias)

    2501

    2600

    7500

    7600

  • 2. Multiple Choice
    30 seconds
    1 pt

    You have an input volume that is 63x63x16, and convolve it with 32 filters that are each 7x7, using a stride of 2 and no padding. What is the output volume?

    16x16x32

    29x29x16

    29x29x32

    16x16x16

  • 3. Multiple Choice
    30 seconds
    1 pt

    You have an input volume that is 15x15x8, and pad it using “pad=2.” What is the dimension of the resulting volume (after padding)?

    19x19x12

    17x17x10

    19x19x8

    17x17x8

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?