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

20/22

Page

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

What is the Accuracy in percentage based on following confusion matrix of three class classification. Confusion Matrix C= [14 0 0] [ 1 15 0] [ 0 0 6]

Select an option to see the answer and solution.

Suppose you are using RBF kernel in SVM with high Gamma value. What does this signify?

Select an option to see the answer and solution.

The difference between the actual Y value and the predicted Y value found using a regression equation is called the

Select an option to see the answer and solution.

Which of the following method is used for multiclass classification?

Select an option to see the answer and solution.

To determine association rules from frequent item sets

Select an option to see the answer and solution.

The objective of the support vector machine algorithm is to find a hyperplane in an N-dimensional space(N the number of features) that distinctly classifies the data points.

Select an option to see the answer and solution.

What does dimensionality reduction reduce?

Select an option to see the answer and solution.

If an item set 'XYZ' is a frequent item set, then all subsets of that frequent item set are

Select an option to see the answer and solution.

Like the probabilistic view, the . . . . . . . . view allows us to associate a probability of membership with each classification.

Select an option to see the answer and solution.

Different learning methods does not include?

Select an option to see the answer and solution.

What is/are true about ridge regression?
1. When lambda is 0, model works like linear regression model
2. When lambda is 0, model doesn't work like linear regression model
3. When lambda goes to infinity, we get very, very small coefficients approaching
04. When lambda goes to infinity, we get very, very large coefficients approaching infinity.

Select an option to see the answer and solution.

In what type of learning labelled training data is used

Select an option to see the answer and solution.

Based on survey, it was found that the probability that person like to watch serials is 0.25 and the probability that person like to watch netflix series is 0.43. Also the probability that person like to watch serials and netflix sereis is 0.12. what is the probability that a person doesn't like to watch either?

Select an option to see the answer and solution.

Which learning Requires Self Assessment to identify patterns within data?

Select an option to see the answer and solution.

The linear SVM classifier works by drawing a straight line between two classes

Select an option to see the answer and solution.

In which of the following cases will K-Means clustering fail to give good 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.

A person trained to interact with a human expert in order to capture their knowledge.

Select an option to see the answer and solution.

In many classification problems, the target . . . . . . . . is made up of categorical labels which cannot immediately be processed by any algorithm.

Select an option to see the answer and solution.

What is PCA, KPCA and ICA used for?

Select an option to see the answer and solution.

Which of the following can be one of the steps in stacking?
1. Divide the training data into k folds
2. Train k models on each k-1 folds and get the out of fold predictions for remaining one fold
3. Divide the test data set in "k" folds and get individual fold predictions by different algorithms

Select an option to see the answer and solution.