wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Bertelsmann AI Track Quiz Initiative #2

Total questions: 10

Worksheet time: 23mins

Name
Class
Date
1.

What do you know about the convolutional term in convolutional neural network (CNN)? Choose all correct answers

a)

It refers to a mathematical operation that produces a high dimensional tensor

b)

It refers to the mathematical function that slides a filter over the input

c)

It breaks down the input feature into smaller parts

d)

The term convolution refers to the mathematical combination of three functions to produce the fourth function

2.

What is the desired output of the CNN layer?

a)

Kernel

b)

Feature map

c)

Decomposed input

d)

Classifier

3.

Why do we need to put fully-connected layers in the end of CNN in the case of MNIST dataset? Choose the best answer

a)

CNN only yield feature map

b)

To improve accuracy even better

c)

MNIST dataset contains a lot of noise

d)

The activation function in CNN is not suitable for a classification task

4.

For which purpose Convolutional Neural Network is used?

a)

It is a multi purpose alghorithm that can be used for Unsupervised Learning.

b)

Mainly to process and analyse digital images, with some success cases involving processing voice and natural language.

c)

It is a multi purpose alghorithm that can be used for Reinforced Learning.

d)

Mainly to process and analyse financial models, predicting future trends.

5.

What is the biggest advantage utilizing CNN?

a)

Little dependence on pre-processing, decreasing the needs of human effort developing its functionalities.

b)

It is easy to understand and fast to implement.

c)

It has the highest accuracy among all algorithms that predicts images.

d)

It works well both for Supervised and Unsupervised Learning.

6.

Which answer explains better the Pooling?

a)

Creates a pool of data in order to improve the accuracy of the alghorithm predicting images.

b)

It assists in the detection of distorted features, in order to find dominant attributes.

c)

It assists in the detection of features, even if they are distorted, in addition to decreasing the attribute sizes, resulting in decreased computational need.

d)

Decrease the features size, in order to decrease the computional power that are needed.

7.

What do Shared Weights mean in CNN? Choose the best answer

a)

It calculates the feature´s weights and compares with other algorithms in order to find the best parameters.

b)

Sharing weights among the features, make it easier and faster to CNN predict the correct image.

c)

Forcing the neurons of one layer to share weights, the forward pass becomes the equivalent of convolving a filter over the tensor to produce a new tensor.

d)

It means that CNN uses the weights of each feature in order to find the best model to make a prediction, sharing the results and returning the average.

8.

What type of cost function is used in a convolutional neural network?

a)

Categorical cross-entropy

b)

RMSE

c)

Maximum Likelihood

d)

It depends on the task.

9.

Suppose we do convolution upon an input image and a kernel, then what is the output of this operation?

a)

-3

b)

-1

c)

1

d)

3

10.

Which researcher below mostly renowned by his/her work in CNN? Choose the best answer

a)

Andrew Ng

b)

Yann LeCun

c)

Geoffrey Hinton

d)

Yoshua Bengio