wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Python Mastery

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.

Which of the following best describes deep learning?

a)

A subset of machine learning focused on algorithms with multiple layers

b)

A type of unsupervised learning technique

c)

A traditional approach to programming

d)

A method for analyzing structured data only

2.

What is the primary advantage of convolutional neural networks (CNNs) in image processing?

a)

Ability to handle only one layer of neurons

b)

Capability to automatically learn hierarchical features from raw data

c)

Reliance on handcrafted features for image analysis

d)

Limited applicability to tasks beyond image processing

3.

What role do pooling layers play in convolutional neural networks (CNNs)?

a)

Increasing the size of feature maps

b)

Downsampling the feature maps to reduce dimensionality

c)

 Introducing non-linearity to the network

d)

Adding noise to the input data

4.

Which of the following is the widely used library for deep learning framework?

a)

NumPy

b)

Matplotlib

c)

TensorFlow

d)

Scikit-Learn

5.

Which of the following is a popular loss function used in the binary classification task for a deep learning model?

a)

Huber Loss

b)

Cross-Entropy Loss

c)

Mean Squared Error (MSE)

d)

Mean Absolute Error (MAE)

6.

What is the primary purpose of modifying capacity in a dense neural network?

a)

To reduce overfitting

b)

To reduce underfitting

c)

To decrease the model's complexity

d)

To balance between underfitting and overfitting the training data

7.

Which type of layers is not part of the Convolutional Neural Network architecture?

a)

Input layer

b)

Middle layer

c)

Pooling layer

d)

Convolutional layer

8.

There are 2 types of pooling layers which are commonly used i.e.

a)

layers

b)

filter layer and combined layer

c)

average pooling layer and Max pooling layer

d)

max pooling layer and minimum pooling layer

9.

Grayscale and RGB images can be represented by matrix shape of

a)

(n x m x 3), (m x m x 0)

b)

(n x m x 1), (n x m x 3)

c)

(m x m x 1), (m x m x 2)

d)

(m x m x 3), (m x m x 2)

10.

Pre-trained part in the Covnets model refer to

a)

base

b)

body

c)

head

d)

tail

11.

The following are advantages of pre-trained model, EXCEPT

a)

Faster optimization

b)

Higher performance

c)

Require less data for training

d)

Less accurate than models trained from scratch.

12.

Regarding transfer learning.

a)

Allows models to be optimized quickly, especially when starting from scratch

b)

Requires less labeled data for fine-tuning

c)

Focuses on memorizing specific patterns from the training data

d)

Pre-trained models cannot be fine-tuned for specific tasks