You are on page 1of 3

IEM LEARNING ONLINE STUDY PLATFORM

(WWW.IEMLEARNING.COM)

COURSE NAME: FDP on Artificial Intelligence & Machine Learning Using Python

QUIZ NAME: Week 3

QUIZ SETTER: Prof. Amit Kumar Das

TOPICS: Introduction to Machine Learning, Data pre-processing

PRE-REQUISITE LECTURES: LEC 25 - 34 (MODULE 4), LEC 35 - 40 (MODULE 4)

ANSWER BOOKLET: AIML-Week3AK

1. Unsupervised learning consists of ____ models.

a) prescriptive

b) descriptive

c) predictive

d) None of the above

2. ___ is a technique with multiple holdouts.

a) ensemble

b) k-fold cross-validation

c) Bootstrapping

d) None of the above


3. Bootstrapping involves statistical concept of

a) Simple random sampling

b) Simple random sampling with replacement

c) Simple random sampling without replacement

d) None of the above

4. When a “win” has been predicted but actually it is a “loss”, it is a case of

a) True Negative

b) False Positive

c) False Negative

d) True Positive

5. Which of the following measures are used to validate performance of a regression


model?

a) R2

b) Accuracy

c) Silhouette width

d) Purity

6. Ensemble ____ the output of different models.

a) adds

b) multiplies

c) combines

d) None of the above

7. Which of the following is a part feature engineering?

a) Feature selection

b) Feature construction

c) Feature extraction
d) All of the above

8. Without a proper ___, a feature selection algorithm may keep running for ever.

a) validation

b) Generation function

c) stopping criterion

d) None of the above

9. Which of the following is not a valid approach for feature selection?

a) ensemble

b) embedded

c) hybrid

d) wrapper

10. Association analysis is a type of ___ learning.

a) supervised

b) reinforcement

c) unsupervised

d) None of the above

You might also like