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

14/22

Page

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

True or False: Ensembles will yield bad results when there is significant diversity among the models. Note: All individual models have meaningful and good predictions.

Select an option to see the answer and solution.

Which of the following is / are true about weak learners used in ensemble model?
1. They have low variance and they don't usually overfit
2. They have high bias, so they can not solve hard learning problems
3. They have high variance and they don't usually overfit

Select an option to see the answer and solution.

According to . . . . . . . . , it's a key success factor for the survival and evolution of all species.

Select an option to see the answer and solution.

In a Rule based classifier, If there is a rule for each combination of attribute values, what do you called that rule set R

Select an option to see the answer and solution.

Which of the following classifications would best suit the student performance classification systems?

Select an option to see the answer and solution.

Which of the following sentence is FALSE regarding regression?

Select an option to see the answer and solution.

Given a rule of the form IF X THEN Y, rule confidence is defined as the conditional probability that Select one:

Select an option to see the answer and solution.

Database query is used to uncover this type of knowledge.

Select an option to see the answer and solution.

A measurable property or parameter of the data-set is

Select an option to see the answer and solution.

Let's say, you are working with categorical feature(s) and you have not looked at the distribution of the categorical variable in the test data. You want to apply one hot encoding (OHE) on the categorical feature(s). What challenges you may face if you have applied OHE on a categorical variable of train dataset?

Select an option to see the answer and solution.

Suppose you are building a SVM model on data X. The data X can be error prone which means that you should not trust any specific data point too much. Now think that you want to build a SVM model which has quadratic kernel function of polynomial degree 2 that uses Slack variable C as one of it's hyper parameter.What would happen when you use very small C (C~0)?

Select an option to see the answer and solution.

Which of the following is a reasonable way to select the number of principal components "k"?

Select an option to see the answer and solution.

If you need a more powerful scaling feature, with a superior control on outliers and the possibility to select a quantile range, there's also the class . . . . . . . .

Select an option to see the answer and solution.

Linear SVMs have no hyperparameters that need to be set by cross-validation

Select an option to see the answer and solution.

Impact of high variance on the training set ?

Select an option to see the answer and solution.

Which of the following are components of generalization Error?

Select an option to see the answer and solution.

Which statement is true about neural network and linear regression models?

Select an option to see the answer and solution.

What are support vectors?

Select an option to see the answer and solution.

Which of the following can act as possible termination conditions in K-Means?
1. For a fixed number of iterations.
2. Assignment of observations to clusters does not change between iterations. Except for cases with a bad local minimum.
3. Centroids do not change between successive iterations.
4. Terminate when RSS falls below a threshold.

Select an option to see the answer and solution.

Classification rules are extracted from . . . . . . . .

Select an option to see the answer and solution.