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

13/22

Page

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

In reinforcement learning, this feedback is usually called as . . . . . . . .

Select an option to see the answer and solution.

In multiclass classification number of classes must be

Select an option to see the answer and solution.

Which of the following methods can not achieve zero training error on any linearly separable dataset?

Select an option to see the answer and solution.

Imagine, you are solving a classification problems with highly imbalanced class. The majority class is observed 99% of times in the training data. Your model has 99% accuracy after taking the predictions on test data. Which of the following is true in such a case?
1. Accuracy metric is not a good idea for imbalanced class problems.
2.Accuracy metric is a good idea for imbalanced class problems.
3.Precision and recall metrics are good for imbalanced class problems.
4.Precision and recall metrics aren't good for imbalanced class problems.

Select an option to see the answer and solution.

Which of the following evaluation metrics can be used to evaluate a model while modeling a continuous output variable?

Select an option to see the answer and solution.

SVM is a algorithm

Select an option to see the answer and solution.

Which of the one is true about Heteroskedasticity?

Select an option to see the answer and solution.

Suppose that we have N independent variables (X1, X2, Xn) and dependent variable is Y. Now Imagine that you are applying linear regression by fitting the best fit line using least square error on this data. You found that correlation coefficient for one of its variable(Say X1) with Y is -0.95. Which of the following is true for X1?

Select an option to see the answer and solution.

While using feature selection on the data, is the number of features decreases.

Select an option to see the answer and solution.

Dimensionality Reduction Algorithms are one of the possible ways to reduce the computation time required to build a model

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.

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

Select an option to see the answer and solution.

Generally, which of the following method(s) is used for predicting continuous dependent variable?
1. Linear Regression
2. Logistic Regression

Select an option to see the answer and solution.

What is the purpose of performing cross-validation?

Select an option to see the answer and solution.

If X and Y in a regression model are totally unrelated,

Select an option to see the answer and solution.

How can SVM be classified?

Select an option to see the answer and solution.

A company has build a kNN classifier that gets 100% accuracy on training data. When they deployed this model on client side it has been found that the model is not at all accurate. Which of the following thing might gone wrong? Note: Model has successfully deployed and no technical issues are found at client side except the model performance

Select an option to see the answer and solution.

which of the following cases will K-Means clustering give poor results?
1. Data points with outliers
2. Data points with different densities
3. Data points with round shapes
4. Data points with non-convex shapes

Select an option to see the answer and solution.

Which of the following option is / are correct regarding benefits of ensemble model?
1. Better performance
2. Generalized models
3. Better interpretability

Select an option to see the answer and solution.

A multiple regression model has the form: y = 2 + 3x1 + 4x2. As x1 increases by 1 unit (holding x2 constant), y will

Select an option to see the answer and solution.