Google News
logo
Machine Learning - Quiz(MCQ)
A)
Logloss
B)
Accuracy
C)
AUC-ROC
D)
Mean-Squared-Error

Correct Answer : Option (D) :   Mean-Squared-Error

A)
Higher is better
B)
Lower is better
C)
Both (a) and (b)
D)
None of the above

Correct Answer : Option (B) :   Lower is better

A)
PCA
B)
Naive Bayesian
C)
Linear Regression
D)
Decision Tree

Correct Answer : Option (A) :   PCA

A)
supervised Learning
B)
based on human supervision
C)
semi-reinforcement Learning
D)
All of the above

Correct Answer : Option (B) :   based on human supervision


Explanation : The following are various ML methods based on some broad categories : Based on human supervision, Unsupervised Learning, Semi-supervised Learning and Reinforcement Learning

A)
Analogy
B)
Deduction
C)
Introduction
D)
Memorization

Correct Answer : Option (C) :   Introduction

A)
Stemming
B)
Lemmatization
C)
Stop Word Removal
D)
None of the above

Correct Answer : Option (C) :   Stop Word Removal


Explanation : Lemmatization and stemming are the techniques of keyword normalization.

A)
It is used to parse sentences to assign POS tags to all tokens.
B)
It is used to parse sentences to check if they are utf-8 compliant.
C)
It is used to check if sentences can be parsed into meaningful tokens.
D)
It is used to parse sentences to derive their most likely syntax tree structures.

Correct Answer : Option (D) :   It is used to parse sentences to derive their most likely syntax tree structures.


Explanation : Sentence parsers analyze a sentence and automatically build a syntax tree.

8 .
In which of the following cases will K-means clustering fail to give good results?
1) Data points with outliers
2) Data points with different densities
3) Data points with nonconvex shapes
A)
1 and 2
B)
2 and 3
C)
1 and 3
D)
All of the above

Correct Answer : Option (D) :   All of the above


Explaination : K-means clustering algorithm fails to give good results when the data contains outliers, the density spread of data points across the data space is different, and the data points follow nonconvex shapes.

A)
Gradient descent
B)
Normal Equation
C)
Both (a) and (b)
D)
None of the above

Correct Answer : Option (C) :   Both (a) and (b)

A)
if they are above the regression line
B)
if they are below the regression line
C)
if the regression line actually passes through the point
D)
None of the above

Correct Answer : Option (A) :   if they are above the regression line