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

3/22

Page

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

What would you do in PCA to get the same projection as SVD?

Select an option to see the answer and solution.

The . . . . . . . . of the hyperplane depends upon the number of features.

Select an option to see the answer and solution.

What is the approach of basic algorithm for decision tree induction?

Select an option to see the answer and solution.

Can we extract knowledge without apply feature selection

Select an option to see the answer and solution.

Suppose there are 25 base classifiers. Each classifier has error rates of e = 0.35. Suppose you are using averaging as ensemble technique. What will be the probabilities that ensemble of above 25 classifiers will make a wrong prediction? Note: All classifiers are independent of each other

Select an option to see the answer and solution.

When the number of classes is large Gini index is not a good choice.

Select an option to see the answer and solution.

Data used to build a data mining model.

Select an option to see the answer and solution.

This technique associates a conditional probability value with each data instance.

Select an option to see the answer and solution.

What is the purpose of the Kernel Trick?

Select an option to see the answer and solution.

Having multiple perceptrons can actually solve the XOR problem satisfactorily: this is because each perceptron can partition off a linear part of the space itself, and they can then combine their results.

Select an option to see the answer and solution.

Can we calculate the skewness of variables based on mean and median?

Select an option to see the answer and solution.

It is possible to design a Linear regression algorithm using a neural network?

Select an option to see the answer and solution.

If Linear regression model perfectly first i.e., train error is zero, then . . . . . . . .

Select an option to see the answer and solution.

Increase in size of a convolutional kernel would necessarily increase the performance of a convolutional network.

Select an option to see the answer and solution.

To control the size of the tree, we need to control the number of regions. One approach to do this would be to split tree nodes only if the resultant decrease in the sum of squares error exceeds some threshold. For the described method, which among the following are true?
a. It would, in general, help restrict the size of the trees
b. It has the potential to affect the performance of the resultant regression/classification model
c. It is computationally infeasible

Select an option to see the answer and solution.

Which of the following is the difference between stacking and blending?

Select an option to see the answer and solution.

Logistic regression is a . . . . . . . . regression technique that is used to model data having a . . . . . . . . outcome.

Select an option to see the answer and solution.

You are given reviews of few netflix series marked as positive, negative and neutral. Classifying reviews of a new netflix series is an example of

Select an option to see the answer and solution.

In following type of feature selection method we start with empty feature set

Select an option to see the answer and solution.

Neural Networks are complex . . . . . . . . with many parameters.

Select an option to see the answer and solution.