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

9/22

Page

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

PCA is

Select an option to see the answer and solution.

Which statement is true about prediction problems?

Select an option to see the answer and solution.

. . . . . . . . is much more difficult because it's necessary to determine a supervised strategy to train a model for each feature and, finally, to predict their value

Select an option to see the answer and solution.

Which of the folllowing is an example of feature extraction?

Select an option to see the answer and solution.

Clustering is . . . . . . . . and is example of . . . . . . . . learning

Select an option to see the answer and solution.

A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0.

Select an option to see the answer and solution.

8 observations are clustered into 3 clusters using K-Means clustering algorithm. After first iteration clusters, C1, C2, C3 has following observations:
C1: {(2,2), (4,4), (6,6)}
C2: {(0,4), (4,0),(2,5)}
C3: {(5,5), (9,9)}
What will be the cluster centroids if you want to proceed for second iteration?

Select an option to see the answer and solution.

Any linear combination of the components of a multivariate Gaussian is a univariate Gaussian.

Select an option to see the answer and solution.

The apriori property means

Select an option to see the answer and solution.

In which neural net architecture, does weight sharing occur?

Select an option to see the answer and solution.

We have been given a dataset with n records in which we have input attribute as x and output attribute as y. Suppose we use a linear regression method to model this data. To test our linear regressor, we split the data in training set and test set randomly. Now we increase the training set size gradually. As the training set size increases, what do you expect will happen with the mean training error?

Select an option to see the answer and solution.

If two variables are correlated, is it necessary that they have a linear relationship?

Select an option to see the answer and solution.

Suppose we fit "Lasso Regression" to a data set, which has 100 features (X1,X2...X100). Now, we rescale one of these feature by multiplying with 10 (say that feature is X1),  and then refit Lasso regression with the same regularization parameter. Now, which of the following option will be correct?

Select an option to see the answer and solution.

Which of the following is not supervised learning?

Select an option to see the answer and solution.

Some telecommunication company wants to segment their customers into distinct groups ,this is an example of

Select an option to see the answer and solution.

. . . . . . . . which can accept a NumPy RandomState generator or an integer seed.

Select an option to see the answer and solution.

The kernel trick

Select an option to see the answer and solution.

Suppose on performing reduced error pruning, we collapsed a node and observed an improvement in the prediction accuracy on the validation set. Which among the following statements are possible in light of the performance improvement observed? (a) The collapsed node helped overcome the effect of one or more noise affected data points in the training set (b) The validation set had one or more noise affected data points in the region corresponding to the collapsed node (c) The validation set did not have any data points along at least one of the collapsed branches (d) The validation set did have data points adversely affected by the collapsed node

Select an option to see the answer and solution.

The number of iterations in apriori . . . . . . . . Select one:

Select an option to see the answer and solution.

Skewness of Normal distribution is . . . . . . . .

Select an option to see the answer and solution.