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

8/22

Page

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

Multivariate split is where the partitioning of tuples is based on a combination of attributes rather than on a single attribute.

Select an option to see the answer and solution.

MLE estimates are often undesirable because

Select an option to see the answer and solution.

A database has 5 transactions. Of these, 4 transactions include milk and bread. Further, of the given 4 transactions, 2 transactions include cheese. Find the support percentage for the following association rule "if milk and bread are purchased, then cheese is also purchased".

Select an option to see the answer and solution.

True or False: In boosting, individual base learners can be parallel.

Select an option to see the answer and solution.

What is gini index?

Select an option to see the answer and solution.

Common deep learning applications include . . . . . . . .

Select an option to see the answer and solution.

How does the bias-variance decomposition of a ridge regression estimator compare with that of ordinary least squares regression?

Select an option to see the answer and solution.

What is the precision value for following confusion matrix of binary classification?

Select an option to see the answer and solution.

Classification problems are distinguished from estimation problems in that

Select an option to see the answer and solution.

How will you counter over-fitting in decision tree?

Select an option to see the answer and solution.

What is the final resultant cluster size in Divisive algorithm, which is one of the hierarchical clustering approaches?

Select an option to see the answer and solution.

The adjusted multiple coefficient of determination accounts for

Select an option to see the answer and solution.

What is the sequence of the following tasks in a perceptron? Initialize weights of perceptron randomly Go to the next batch of dataset If the prediction does not match the output, change the weights For a sample input, compute an output

Select an option to see the answer and solution.

Which of the following selects only a subset of features belonging to a certain percentile

Select an option to see the answer and solution.

Suppose you are using a Linear SVM classifier with 2 class classification problem. Now you have been given the following data in which some points are circled red that are representing support vectors.If you remove the following any one red points from the data. Does the decision boundary will change?

Select an option to see the answer and solution.

PCA can be used for projecting and visualizing data in lower dimensions.

Select an option to see the answer and solution.

Which of the following is a common use of unsupervised clustering?

Select an option to see the answer and solution.

Which of the following is true about SVM?
1. Kernel function map low dimensional data to high dimensional space.
2. It is a similarity Function

Select an option to see the answer and solution.

How the entries in the full joint probability distribution can be calculated?

Select an option to see the answer and solution.

What is the standard approach to supervised learning?

Select an option to see the answer and solution.