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

2/22

Page

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

The average squared difference between classifier predicted output and actual output.

Select an option to see the answer and solution.

Which of the following methods do we use to find the best fit line for data in Linear Regression?

Select an option to see the answer and solution.

Following are the descriptive models

Select an option to see the answer and solution.

Assume that you are given a data set and a neural network model trained on the data set. You are asked to build a decision tree model with the sole purpose of understanding/interpreting the built neural network model. In such a scenario, which among the following measures would you concentrate most on optimising?

Select an option to see the answer and solution.

What are common feature selection methods in regression task?

Select an option to see the answer and solution.

Regarding bias and variance, which of the following statements are true? (Here 'high' and 'low' are relative to the ideal model.
i. Models which overfit are more likely to have high bias
ii. Models which overfit are more likely to have low bias
iii. Models which overfit are more likely to have high variance
iv. Models which overfit are more likely to have low variance

Select an option to see the answer and solution.

Which of the following can only be used when training data are linearlyseparable?

Select an option to see the answer and solution.

Wrapper methods are hyper-parameter selection methods that

Select an option to see the answer and solution.

Given that we can select the same feature multiple times during the recursive partitioning of the input space, is it always possible to achieve 100% accuracy on the training data (given that we allow for trees to grow to their maximum size) when building decision trees?

Select an option to see the answer and solution.

In many classification problems, the target dataset is made up of categorical labels which cannot immediately be processed by any algorithm. An encoding is needed and scikit-learn offers at least . . . . . . . . valid options

Select an option to see the answer and solution.

Computers are best at learning

Select an option to see the answer and solution.

what is Feature scaling done before applying K-Mean algorithm?

Select an option to see the answer and solution.

Which of the following is true about Naive Bayes?

Select an option to see the answer and solution.

KDD represents extraction of

Select an option to see the answer and solution.

Linear Regression is a . . . . . . . . machine learning algorithm.

Select an option to see the answer and solution.

The probability that a person owns a sports car given that they subscribe to automotive magazine is 40%. We also know that 3% of the adult population subscribes to automotive magazine. The probability of a person owning a sports car given that they don't subscribe to automotive magazine is 30%. Use this information to compute the probability that a person subscribes to automotive magazine given that they own a sports car

Select an option to see the answer and solution.

Which among the following statements best describes our approach to learning decision trees

Select an option to see the answer and solution.

Which of the following techniques would perform better for reducing dimensions of a data set?

Select an option to see the answer and solution.

. . . . . . . . can be adopted when it's necessary to categorize a large amount of data with a few complete examples or when there's the need to impose some constraints to a clustering algorithm.

Select an option to see the answer and solution.

Binarize parameter in BernoulliNB scikit sets threshold for binarizing of sample features.

Select an option to see the answer and solution.