wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Study Jam ML quiz - a

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is not supervised learning?

a)

Clustering

b)

Decision Tree

c)

Linear Regression

d)

None of the above

2.

Which of the following is a disadvantage of decision trees?

a)

Factor analysis

b)

Decision trees are robust to outliers

c)

Decision trees are prone to be overfit

d)

None of the above

3.

What you can say about bias-variance from the below image?

a)

High variance, Low Bias

b)

Low Variance, Low Bias

c)

Low Variance, High Bias

d)

High Variance, High Bias

4.

How can you prevent a clustering algorithm from getting stuck in bad local optima?

a)

Set the same seed value for each run

b)

Use multiple random initializations

c)

Both a and b

d)

None of these

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.

Which among the below options are types of Feature engineering?

a)

Replacing missing values

b)

Getting mean value from a group of entities

c)

Extracting city from home address

d)

Changing hyper-parameter values

7.

It is not necessary to have a target variable for applying dimensionality reduction algorithms.

a)

True

b)

False

8.

Which of the following algorithms can be used for reducing the dimensionality of data?

a)

t-SNE

b)

PCA

c)

Singular Value Decomposition

d)

All the above

9.

Which of the following statement is true for a t-SNE cost function?

a)

It is asymmetric in nature.

b)

It is symmetric in nature.

c)

It is same as the cost function for SNE.

d)

None of the above

10.

What are the steps for using a gradient descent algorithm?

i. Calculate error between the actual value and the predicted value

ii. Reiterate until you find the best weights of network

iii. Pass an input through the network and get values from output layer

iv. Initialize random weight and bias

v. Go to each neurons which contributes to the error and change its respective values to reduce the error

a)

i, ii, iii, iv, v

b)

v, iv, iii, ii, i

c)

iii, ii, i, v, iv

d)

iv, iii, i, v, ii