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

11/22

Page

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

A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant of proportionality being equal to 2. The inputs are 4, 10, 10 and 30 respectively. What will be the output?

Select an option to see the answer and solution.

Suppose, you want to apply a stepwise forward selection method for choosing the best models for an ensemble model. Which of the following is the correct order of the steps? Note: You have more than 1000 models predictions.
1. Add the models predictions (or in another term take the average) one by one in the ensemble which improves the metrics in the validation set.
2. Start with empty ensemble
3. Return the ensemble from the nested set of ensembles that has maximum performance on the validation set

Select an option to see the answer and solution.

Which of the following metrics can be used for evaluating regression models?
1. R Squared
2. Adjusted R Squared
3. F Statistics
4. RMSE / MSE / MAE

Select an option to see the answer and solution.

What do you mean by generalization error in terms of the SVM?

Select an option to see the answer and solution.

In order to assess how much information is brought by each component, and the correlation among them, a useful tool is the . . . . . . . .

Select an option to see the answer and solution.

For a multiple regression model, SST = 200 and SSE = 50. The multiple coefficient of determination is

Select an option to see the answer and solution.

Which of the following method(s) does not have closed form solution for its coefficients?

Select an option to see the answer and solution.

Which of the following model model include a backwards elimination feature selection routine?

Select an option to see the answer and solution.

How is the model capacity affected with dropout rate (where model capacity means the ability of a neural network to approximate complex functions)?

Select an option to see the answer and solution.

During the treatement of cancer patients , the doctor needs to be very careful about which patients need to be given chemotherapy.Which metric should we use in order to decide the patients who should given chemotherapy?

Select an option to see the answer and solution.

The SVM's are less effective when:

Select an option to see the answer and solution.

The process of forming general concept definitions from examples of concepts to be learned.

Select an option to see the answer and solution.

What is 'Test set'?

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.

Selecting data so as to assure that each class is properly represented in both the training and test set.

Select an option to see the answer and solution.

Which of the following scale data by removing elements that don't belong to a given range or by considering a maximum absolute value.

Select an option to see the answer and solution.

Which of the following selects the best K high-score features.

Select an option to see the answer and solution.

Which of the following statements are true for a design matrix X ∈ Rn×d with d > n? (The rows are n sample points and the columns represent d features.)

Select an option to see the answer and solution.

Attribute selection measures are also known as splitting rules.

Select an option to see the answer and solution.

. . . . . . . . produce sparse matrices of real numbers that can be fed into any machine learning model.

Select an option to see the answer and solution.