wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CNN Layer

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

1. What is the primary function of a convolutional layer in a CNN?

a)

a) Reduce the number of parameters

b)

b) Detect spatial patterns and features

c)

c) Convert the image to grayscale

d)

d) Flatten the image into a vector

2.

2. Which CNN layer helps reduce spatial dimensions while preserving key features?

a)

a) Convolutional layer

b)

b) Fully connected layer

c)

c) Pooling layer

d)

d) Batch normalization layer

3.

3. In an RGB image, how many channels does the input have?

a)

a) 1

b)

b) 2

c)

c) 3

d)

d) 4

4.

4) Which CNN layer typically appears at the end of the architecture for classification tasks?

a)

a) Convolutional layer

b)

b) Pooling layer

c)

c) Fully connected layer

d)

d) Dropout layer

5.

5) . How does transposed convolution differ from standard convolution?

a)

a) It increases the spatial dimensions instead of decreasing them

b)

b) It replaces convolutional layers with fully connected layers

c)

c) It does not use filters or kernels

d)

d) It operates only on grayscale images

6.

6) Which application commonly uses transposed convolutional networks?

a)

a) Image classification

b)

b) Image segmentation and generation

c)

c) Sentiment analysis

d)

d) Reinforcement learning

7.

7) In which of the following applications is CNN-based color processing commonly used?

a)

a) Image segmentation and colorization

b)

b) Sentiment analysis and speech recognition

c)

c) Reinforcement learning and game AI

d)

d) Data compression and encryption

8.

8. What is the main advantage of using dilated convolutions in neural networks?

a)

a) Reducing overfitting

b)

b) Increasing receptive field without increasing parameters

c)

c) Reducing computational cost

d)

d) Improving pooling efficiency

9.

9. In a dilated convolution, what does the dilation rate control?

a)

a) The number of filters used

b)

b) The spacing between kernel elements

c)

c) The stride of the convolution

d)

d) The activation function used

10.

10) How do dilated convolutions compare to standard convolutions in terms of feature extraction?

a)

a) They extract features from a larger area without increasing the number of parameters

b)

b) They are always slower than standard convolutions

c)

c) They do not perform well with high-resolution images

d)

d) They require more memory due to larger kernel size.