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

6/22

Page

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

. . . . . . . . provides some built-in datasets that can be used for testing purposes.

Select an option to see the answer and solution.

The leaf nodes of a model tree are

Select an option to see the answer and solution.

The parameter . . . . . . . . allows specifying the percentage of elements to put into the test/training set

Select an option to see the answer and solution.

How do you handle missing or corrupted data in a dataset?

Select an option to see the answer and solution.

What is the naive assumption in a Naive Bayes Classifier.

Select an option to see the answer and solution.

Data used to optimize the parameter settings of a supervised learner model.

Select an option to see the answer and solution.

In a real problem, you should check to see if the SVM is separable and then include slack variables if it is not separable.

Select an option to see the answer and solution.

We usually use feature normalization before using the Gaussian kernel in SVM. What is true about feature normalization?
1. We do feature normalization so that new feature will dominate other
2. Some times, feature normalization is not feasible in case of categorical variables
3. Feature normalization always helps when we use Gaussian kernel in SVM

Select an option to see the answer and solution.

The minimum time complexity for training an SVM is O(n2). According to this fact, what sizes of datasets are not best suited for SVM's?

Select an option to see the answer and solution.

This clustering algorithm initially assumes that each data instance represents a single cluster.

Select an option to see the answer and solution.

How to select best hyperparameters in tree based models?

Select an option to see the answer and solution.

If TP=9 FP=6 FN=26 TN=70 then Error rate will be

Select an option to see the answer and solution.

scikit-learn also provides a class for per-sample normalization, Normalizer. It can apply . . . . . . . . to each element of a dataset

Select an option to see the answer and solution.

This supervised learning technique can process both numeric and categorical input attributes.

Select an option to see the answer and solution.

Choose the correct statement with respect to 'confidence' metric in association rules

Select an option to see the answer and solution.

Common deep learning applications / problems can also be solved using . . . . . . . .

Select an option to see the answer and solution.

Of the Following Examples, Which would you address using an supervised learning Algorithm?

Select an option to see the answer and solution.

Given a frequent itemset L, If |L| = k, then there are

Select an option to see the answer and solution.

100 people are at party. Given data gives information about how many wear pink or not, and if a man or not. Imagine a pink wearing guest leaves, was it a man?

Select an option to see the answer and solution.

Suppose, you got a situation where you find that your linear regression model is under fitting the data. In such situation which of the following options would you consider?
1. I will add more variables
2. I will start introducing polynomial degree variables
3. I will remove some variables

Select an option to see the answer and solution.