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

12/22

Page

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

The selling price of a house depends on many factors. For example, it depends on the number of bedrooms, number of kitchen, number of bathrooms, the year the house was built, and the square footage of the lot. Given these factors, predicting the selling price of the house is an example of . . . . . . . . task.

Select an option to see the answer and solution.

A measure of goodness of fit for the estimated regression equation is the

Select an option to see the answer and solution.

A good clustering method will produce high quality clusters with

Select an option to see the answer and solution.

In SVM which has quadratic kernel function of polynomial degree 2 that has slack variable C as one hyper paramenter. What would happen if we use very large value for C

Select an option to see the answer and solution.

. . . . . . . . performs a PCA with non-linearly separable data sets.

Select an option to see the answer and solution.

True or False: Dropout is computationally expensive technique w.r.t. bagging

Select an option to see the answer and solution.

High entropy means that the partitions in classification are

Select an option to see the answer and solution.

In a simple linear regression model (One independent variable), If we change the input variable by 1 unit. How much output variable will change?

Select an option to see the answer and solution.

. . . . . . . . showed better performance than other approaches, even without a context-based model

Select an option to see the answer and solution.

Gaussian distribution when plotted, gives a bell shaped curve which is symmetric about the . . . . . . . . of the feature values.

Select an option to see the answer and solution.

While using . . . . . . . . all labels are turned into sequential numbers.

Select an option to see the answer and solution.

. . . . . . . . is the most drastic one and should be considered only when the dataset is quite large, the number of missing features is high, and any prediction could be risky.

Select an option to see the answer and solution.

The network that involves backward links from output to the input and hidden layers is called

Select an option to see the answer and solution.

Which of the following is true about averaging ensemble?

Select an option to see the answer and solution.

Which of the following parameters can be tuned for finding good ensemble model in bagging based algorithms?
1. Max number of samples
2. Max features
3. Bootstrapping of samples
4. Bootstrapping of features

Select an option to see the answer and solution.

Which one of the following is not a major strength of the neural network approach?

Select an option to see the answer and solution.

Given above is a description of a neural network. When does a neural network model become a deep learning model?

Select an option to see the answer and solution.

Which of the following metrics, do we have for finding dissimilarity between two clusters in hierarchical clustering?
1. Single-link
2. Complete-link
3. Average-link

Select an option to see the answer and solution.

which among the following is the most appropriate kernel that can be used with SVM to separate the classes.

Select an option to see the answer and solution.

Having built a decision tree, we are using reduced error pruning to reduce the size of the tree. We select a node to collapse. For this particular node, on the left branch, there are 3 training data points with the following outputs: 5, 7, 9.6 and for the right branch, there are four training data points with the following outputs: 8.7, 9.8, 10.5, 11. What were the original responses for data points along the two branches (left & right respectively) and what is the new response after collapsing the node?

Select an option to see the answer and solution.