wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Machine Learning

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

In k-mean algorithm, K stands for

a)

Number of data

b)

Number of clusters

c)

Number of attributes

d)

Number of iterations

2.

Can Decision Tree be used for clustering?

a)

Yes

b)

No

3.

Which clustering method takes care of variance in data?

a)

k-mean

b)

Gaussian mixture model

c)

Decision tree

d)

All of the answers

4.

Which clustering method takes care of oblong dataset?

a)

k-mean

b)

Gaussian mixture model

c)

Decision tree

d)

All of the answers

5.

Does k-mean algorithm always converge?

a)

Yes

b)

No

6.

Is Gaussian mixture model supervised?

a)

Yes, It is supervised

b)

No, it is unsupervised.

7.

Is k-mean clustering supervised?

a)

Yes, It is supervised

b)

No, it is unsupervised.

8.

Is Gaussian mixture model Probabilistic?

a)

Yes, It is probabilistic.

b)

No, it is not probabilistic.

9.

In Gaussian mixture model clustering, the number of Gaussian distribution functions used is equal to

a)

Number of clusters

b)

Number of attributes

c)

Number of instances

d)

Number of iterations

10.

Which among the following is not true for a Bayesian classifier?

a)

A (natural) class is to predict the values of features for members of that class.

b)

It is a probabilistic model.

c)

It is based on Bayes' theorem.

d)

It is not used in data mining.