Search Header Logo

Convolutional Neural Networks Quiz

Authored by Usman Ali

Information Technology (IT)

University

Used 1+ times

Convolutional Neural Networks Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An input volume of size 64x64x3 is passed through a convolutional layer with 16 filters, each of size 3x3, a stride of 1, and 'SAME' padding. What are the dimensions of the output volume?

62x62x16

64x64x16

64x64x3

32x32x16

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An input volume of size 32x32x3 is passed through a convolutional layer with 10 filters, each of size 5x5, a stride of 1, and 'VALID' (zero) padding. What are the dimensions of the output volume?

32x32x10

28x28x10

27x27x10

32x32x3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An input volume of size 20x20x64 is passed through a Max Pooling layer with a 2x2 filter and a stride of 2. What are the dimensions of the output volume?

20x20x32

10x10x32

10x10x64

19x19x64

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A convolutional layer has an input volume of 64x64x16. It uses 32 filters, each of size 3x3. What is the total number of learnable parameters (weights and biases) in this layer?

4,608

4,640

144

1,536

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider a convolutional layer with 64 filters of size 3x3x32 (HxWxChannels_in). What is the total number of weight parameters in this layer?

576

18,432

18,496

2,048

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A feature map of size 14x14x128 is passed to a fully connected (Dense) layer with 1024 neurons. How many weight parameters are there in this connection, assuming the feature map is flattened first?

(14 * 128) + 1024

(14 * 14 * 128) * 1024

(14 + 14 + 128) * 1024

14 * 14 * 128 * 1024 + 128

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An input volume of 7x7x512 is the input to two successive convolutional layers. Layer 1 has 128 filters of 1x1, stride 1. Layer 2 has 256 filters of 3x3, stride 1, 'SAME' padding. How many parameters are in Layer 2?

(11512 + 1) * 128

(33512 + 1) * 256

(33128 + 1) * 256

(11128 + 1) * 256

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?