wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Review Test Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the primary purpose of a recurrent neural network (RNN) in natural language processing?

a)

Image classification

b)

Handling sequential data

c)

Speech recognition

d)

Dimensionality reduction

2.

Which layer type is typically used to extract local features in a CNN?

a)

Convolutional layer

b)

Pooling layer

c)

Fully connected layer

d)

Activation layer

3.

What is a Generative Adversarial Network (GAN)?

a)

A network for data analysis

b)

A type of neural network architecture for generative modelling

c)

A network for fast data processing

d)

A network for data encryption

4.

What does the term "transfer learning" mean in the context of deep learning for NLP?

a)

Moving data between servers

b)

Learning from one task and applying it to another

c)

Adjusting learning rates during training

d)

Parallel processing in neural networks

5.

Which of the following is a widely used and effective machine learning algorithm based on the idea of bagging?

a)

Decision Tree

b)

Regression

c)

Classification

d)

Random Forest

6.

You observe the following while fitting a linear regression to the data: As you increase the amount of training data, the test error decreases and the training error increases. The train error is quite low (almost what you expect it to), while the test error is much higher than the train error. What do you think is the main reason behind this behaviour? Choose the most probable option.

a)

High variance

b)

High model bias

c)

High estimation bias

d)

None of the above

7.

refers to a model that can neither model the training data nor generalized to new data.

a)

Good fitting

b)

Overfitting

c)

Underfitting

d)

All of the above

8.

Imagine a new born starts walking. It will try to find a suitable policy to learn to walk after repeated falling and getting up. Specify what type of machine learning algorithm is best suited to do the same.

a)

Supervised learning

b)

Unsupervised learning

c)

Semi-supervised learning

d)

Reinforced learning

9.

The maximum degree of any vertex in a simple graph with n vertices is

a)

n–1

b)

n+1

c)

2n–1

d)

n

10.

What is the purpose of backpropagation in neural networks?

a)

Forward pass to make predictions

b)

Adjusting weights to minimize prediction errors

c)

Activating neurons in the output layer

d)

Normalizing input data

11.

What is the primary objective of deep learning in natural language processing (NLP)?

a)

Image classification

b)

Speech recognition

c)

Pattern recognition in text

d)

Data compression

12.

Identify the correct statement in context of Regressive model of Machine Learning.

a)

Regressive model predicts a numeric value instead of category

b)

Regressive model organizes similar item in your dataset into groups

c)

Regressive model comes up with a set of rules to capture associations between items or events

d)

None of the Mentioned

13.

With the Bayes classifier, missing data items are

a)

Treated as equal compares

b)

Treated as unequal compares

c)

Replaced with a default value.

d)

Ignored

14.

Supervised learning and Unsupervised clustering both require at least one

a)

Hidden attribute

b)

Output attribute

c)

Input attribute

d)

Categorical attribute

15.

In deep learning, which type of neural network architecture is commonly used for image recognition tasks?

a)

Recurrent Neural Network (RNN)

b)

Convolutional Neural Network (CNN)

c)

Long Short-Term Memory (LSTM)

d)

Autoencoder

16.

A simple graph with n vertices and k components can have at most

a)

n edges

b)

n – k edges

c)

(n-k) (n-k-1) /2 edges

d)

(n-k) (n-k+1)/2 edges

17.

If P(a) = 0.4, P(b) = 0.8 and P(B|A) = 0.6 then P(A∪B) is equal to

a)

0.24

b)

0.3

c)

0.48

d)

0.96

18.

What is the main purpose of using a convolutional neural network (CNN) in image recognition tasks?

a)

Handling sequential data

b)

Extracting local features

c)

Speech recognition

d)

Dimensionality reduction

19.

Which type of neural network architecture is commonly used for time series forecasting?

a)

Recurrent Neural Network (RNN)

b)

Convolutional Neural Network (CNN)

c)

Long Short-Term Memory (LSTM)

d)

Autoencoder

20.

What is the primary goal of using a decision tree algorithm in machine learning?

a)

Clustering data points

b)

Creating a linear regression model

c)

Classifying data into categories

d)

Reducing dimensionality of data