wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DataQuest_Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Among the following options identify the one which is not a type of learning?

a)

Supervised Learning

b)

Semi unsupervised Learning

c)

Reinforcement Learning

d)

Semi supervised Learning

2.

What is the application of machine learning methods to a large database called?

a)

Big Data Computing

b)

Internet of Things

c)

Data Mining

d)

Artificial Intelligence

3.

Which of the following machine learning algorithm is based upon the idea of bagging?

a)

Decision Tree

b)

Random Forest

c)

Regression

d)

Classification

4.

Choose a disadvantage of decision trees among the following.

a)

Decision trees are robust to outliers

b)

Factor Analysis

c)

Decision Trees are prone to overfit

d)

All of the above

5.

The father of Machine Learning is

a)

Geoffrey Everest Hinton

b)

Geoffrey Hill

c)

Geoffrey Chaucer

d)

None of the above

6.

FIND-S algorithm ignores?

a)

Positive

b)

Negative

c)

Both

d)

None

7.

The total types of the layer in the radial basis function neural networks is

a)

1

b)

3

c)

2

d)

4

8.

What does K stand for in the K mean algorithm?

a)

Number of clusters

b)

Number of data

c)

Number of attributes

d)

Number of iterations

9.

Which of the following is not a supervised learning?

a)

PCA

b)

Linear Regression

c)

Decision Tree

d)

Naive Bayesian

10.

Among the following option, identify the one which is used to create the most common graph types?

a)

plot

b)

quickplot

c)

qplot

d)

All of the above

11.

What is the primary purpose of the activation function in a neural network?

a)

To normalize the input data

b)

To determine the learning rate

c)

To reduce overfitting

d)

To introduce non-linearity

12.

In a feedforward neural network, which layer(s) typically have no recurrent connections?

a)

Input Layer

b)

Hidden Layer

c)

Output Layer

d)

All layers have recurrent connections

13.

What is the backpropagation algorithm used for in neural networks?

a)

Initializing network weights

b)

Training the network to minimize error

c)

Regularizing the network

d)

Generating random data for testing

14.

Which type of neural network architecture is commonly used for image recognition tasks?

a)

Convolutional Neural Network (CNN)

b)

Recurrent Neural Network (RNN)

c)

Long Short-Term Memory (LSTM)

d)

Autoencoder

15.

Which technique is used to prevent overfitting in neural networks by randomly deactivating a fraction of neurons during training?

a)

Batch Normalization

b)

Gradient Clipping

c)

Dropout

d)

L1 Regularization