Vidyalelo
Computer Science · all questions

Machine Learning
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

435

Questions

7/22

Page

Pick an option on a question to see the right answer and solution.

Let's say, a "Linear regression" model perfectly fits the training data (train error is zero). Now, Which of the following statement is true?

Select an option to see the answer and solution.

SVM is a learning

Select an option to see the answer and solution.

Which of the following quantities are minimized directly or indirectly during parameter estimation in Gaussian distribution Model?

Select an option to see the answer and solution.

What does K refers in the K-Means algorithm which is a non-hierarchical clustering approach?

Select an option to see the answer and solution.

If {A,B,C,D} is a frequent itemset, candidate rules which is not possible is

Select an option to see the answer and solution.

Below are the two ensemble models: 1. E1(M1, M2, M3) and 2. E2(M4, M5, M6) Above, Mx is the individual base models. Which of the following are more likely to choose if following conditions for E1 and E2 are given? E1: Individual Models accuracies are high but models are of the same type or in another term less diverse E2: Individual Models accuracies are high but they are of different types in another term high diverse in nature

Select an option to see the answer and solution.

Naive Bayes classifiers are a collection . . . . . . . . of algorithms

Select an option to see the answer and solution.

The K-means algorithm:

Select an option to see the answer and solution.

What is true about an ensembled classifier?
1. Classifiers that are more "sure" can vote with more conviction
2. Classifiers can be more "sure" about a particular part of the space
3. Most of the times, it performs better than a single classifier

Select an option to see the answer and solution.

100 people are at party. Given data gives information about how many wear pink or not, and if a man or not. Imagine a pink wearing guest leaves, what is the probability of being a man

Select an option to see the answer and solution.

Multinomial Nave Bayes Classifier is . . . . . . . . distribution

Select an option to see the answer and solution.

Which of the following statements about Naive Bayes is incorrect?

Select an option to see the answer and solution.

In Apriori algorithm, if 1 item-sets are 100, then the number of candidate 2 item-sets are

Select an option to see the answer and solution.

Generally, an ensemble method works better, if the individual base models have . . . . . . . .?
Note: Suppose each individual base models have accuracy greater than 50%.

Select an option to see the answer and solution.

Techniques involve the usage of both labeled and unlabeled data is called . . . . . . . .

Select an option to see the answer and solution.

True or False: Ensemble learning can only be applied to supervised learning methods.

Select an option to see the answer and solution.

If two variables are correlated, is it necessary that they have a linear relationship?

Select an option to see the answer and solution.

. . . . . . . . allows exploiting the natural sparsity of data while extracting principal components.

Select an option to see the answer and solution.

Which one of these is not a tree based learner?

Select an option to see the answer and solution.

Correlated variables can have zero correlation coeffficient. True or False?

Select an option to see the answer and solution.