ML Quiz-2

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

ML Quiz-2 https://docs.google.com/forms/d/e/1FAIpQLSdPyUZpJ-YjGkcf4eGpv...

ML Quiz-2
cse1823@cemk.ac.in Switch account Draft saved

Your email will be recorded when you submit this form

* Required

Roll No and Name *

CSE/18/23 SAIKAT BHATTACHARYYA

Which of the following is an example of a deterministic algorithm? * 2 points

A) PCA

B) K-Means

C) K- Medoids

D) None of the above

Which of the following statement(s) is / are true for Gradient Decent 2 points

(GD) and Stochastic Gradient Decent (SGD)? 1. In GD and SGD, you


update a set of parameters in an iterative manner to minimize the error
function. 2. In SGD, you have to run through all the samples in your
training set for a single update of a parameter in each iteration. 3. In GD,
you either use the entire data or a subset of training data to update a
parameter in each iteration. *

A) Only 1

B) Only 2

C) Only 3

D) 1,2 and 3

1 of 5 25-11-2021, 21:07
ML Quiz-2 https://docs.google.com/forms/d/e/1FAIpQLSdPyUZpJ-YjGkcf4eGpv...

Which of the following hyper parameter(s), when increased may cause 2 points

random forest to over fit the data? 1. Number of Trees2. Depth of Tree3.
Learning Rate

A) Only 1

B) Only 2

C) Only 3

D) 1,2 and 3

Clear selection

Imagine, you are working with “Analytics Vidhya” and you want to 2 points

develop a machine learning algorithm which predicts the number of


views on the articles. Your analysis is based on features like author name,
number of articles written by the same author on Analytics Vidhya in
past and a few other features. Which of the following evaluation metric
would you choose in that case?1. Mean Square Error2. Accuracy3. F1
Score

A) Only 1

B) Only 2

C) Only 3

D) 1, 2 and 3

Clear selection

2 of 5 25-11-2021, 21:07
ML Quiz-2 https://docs.google.com/forms/d/e/1FAIpQLSdPyUZpJ-YjGkcf4eGpv...

Choose the correct option- 2 points

a) The range of SIGMOID function is [0,1].

b) The range of the tanh function is [-1,1].

c) The range of the RELU function is [0, infinity].

d) All of the above

Clear selection

Which of the following statements is/are true about “Type-1” and 2 points

“Type-2” errors?1. Type1 is known as false positive and Type2 is known as


false negative.2. Type1 is known as false negative and Type2 is known as
false positive.3. Type1 error occurs when we reject a null hypothesis
when it is actually true.

A) 1 and 2

B) 1 and 3

C) 2 and 3

D) All of the above

Clear selection

Which of the following is/are one of the important step(s) to pre-process 2 points

the text in NLP based projects?1. Stemming2. Stop word removal3.


Object Standardization

A) 1 and 2

B) 1 and 3

C) 2 and 3

D) 1,2 and 3

Clear selection

3 of 5 25-11-2021, 21:07
ML Quiz-2 https://docs.google.com/forms/d/e/1FAIpQLSdPyUZpJ-YjGkcf4eGpv...

Imagine, you are solving a classification problems with highly imbalanced 2 points

class. The majority class is observed 99% of times in the training


data.Your model has 99% accuracy after taking the predictions on test
data. Which of the following is true in such a case?1. Accuracy metric is
not a good idea for imbalanced class problems.2. Accuracy metric is a
good idea for imbalanced class problems.3. Precision and recall metrics
are good for imbalanced class problems.4. Precision and recall metrics
aren’t good for imbalanced class problems.

A) 1 and 3

B) 1 and 4

C) 2 and 3

D) 2 and 4

Clear selection

In ensemble learning, you aggregate the predictions for weak learners, 2 points

so that an ensemble of these models will give a better prediction than


prediction of individual models.Which of the following statements is / are
true for weak learners used in ensemble model?1. They don’t usually
overfit.2. They have high bias, so they cannot solve complex learning
problems3. They usually overfit.

A) 1 and 2

B) 1 and 3

C) 2 and 3

D) None of the above

Clear selection

4 of 5 25-11-2021, 21:07
ML Quiz-2 https://docs.google.com/forms/d/e/1FAIpQLSdPyUZpJ-YjGkcf4eGpv...

Which of the following options is/are true for K-fold cross-validation?1. 2 points

Increase in K will result in higher time required to cross validate the


result.2. Higher values of K will result in higher confidence on the cross-
validation result as compared to lower value of K.3. If K=N, then it is
called Leave one out cross validation, where N is the number of
observations.

A) 1 and 2

B) 2 and 3

C) 1 and 3

D) 1,2 and 3

Clear selection

Submit Clear form

Never submit passwords through Google Forms.

This form was created inside of College of Engineering and Management, Kolaghat. Report Abuse

 Forms

5 of 5 25-11-2021, 21:07

You might also like