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

15/22

Page

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

The cost parameter in the SVM means:

Select an option to see the answer and solution.

his clustering approach initially assumes that each data instance represents a single cluster.

Select an option to see the answer and solution.

A supervised scenario is characterized by the concept of a . . . . . . . .

Select an option to see the answer and solution.

Which of the following sentence is correct?

Select an option to see the answer and solution.

The maximum likelihood method can be used to explore relationships among more diverse sequences, conditions that are not well handled by maximum parsimony methods.

Select an option to see the answer and solution.

The standard error is defined as the square root of this computation.

Select an option to see the answer and solution.

Bernoulli Nave Bayes Classifier is . . . . . . . .distribution

Select an option to see the answer and solution.

How many terms are required for building a bayes model?

Select an option to see the answer and solution.

Conditional probability is a measure of the probability of an event given that another event has already occurred.

Select an option to see the answer and solution.

Problem:Players will play if weather is sunny. Is this statement is correct?

Select an option to see the answer and solution.

Suppose we train a hard-margin linear SVM on n > 100 data points in R2, yielding a hyperplane with exactly 2 support vectors. If we add one more data point and retrain the classifier, what is the maximum possible number of support vectors for the new hyperplane (assuming the n + 1 points are linearly separable)?

Select an option to see the answer and solution.

Which of the following can be true for selecting base learners for an ensemble?
1. Different learners can come from same algorithm with different hyper parameters
2. Different learners can come from different algorithms
3. Different learners can come from different training spaces

Select an option to see the answer and solution.

Suppose you have fitted a complex regression model on a dataset. Now, you are using Ridge regression with tuning parameter lambda to reduce its complexity. Choose the option(s) below which describes relationship of bias and variance with lambda.

Select an option to see the answer and solution.

In SVM, Kernel function is used to map a lower dimensional data into a higher dimensional data.

Select an option to see the answer and solution.

You've just finished training a decision tree for spam classification, and it is getting abnormally bad performance on both your training and test sets. You know that your implementation has no bugs, so what could be causing the problem?

Select an option to see the answer and solution.

Point out the wrong statement.

Select an option to see the answer and solution.

. . . . . . . . which can accept a NumPy RandomState generator or an integer seed.

Select an option to see the answer and solution.

. . . . . . . . adopts a dictionary-oriented approach, associating to each category label a progressive integer number.

Select an option to see the answer and solution.

Which of the following properties are characteristic of decision trees?
1. High bias
2. High variance
3. Lack of smoothness of prediction surfaces
4. Unbounded parameter set

Select an option to see the answer and solution.

What is back propagation?

Select an option to see the answer and solution.