Machine Learning (ML) MCQs | Page - 4
Dear candidates you will find MCQ questions of Machine Learning (ML) here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Q. 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.
β
Correct Answer: (A)
true
Q. What is the purpose of the Kernel Trick?
β
Correct Answer: (A)
to transform the data from nonlinearly separable to linearly separable
Q. Which of the following can only be used when training data are linearlyseparable?
β
Correct Answer: (A)
linear hard-margin svm
Q. The firing rate of a neuron
β
Correct Answer: (B)
is more analogous to the output of a unit in a neural net than the output voltage of the neuron
Q. Which of the following evaluation metrics can not be applied in case of logistic regression output to compare with target?
β
Correct Answer: (D)
mean-squared-error
Q. The cost parameter in the SVM means:
β
Correct Answer: (C)
the tradeoff between misclassification and simplicity of the model
Q. The kernel trick
β
Correct Answer: (D)
exploits the fact that in many learning algorithms, the weights can be written as a linear combination of input points
Q. How does the bias-variance decomposition of a ridge regression estimator compare with that of ordinary least squares regression?
β
Correct Answer: (C)
ridge has larger bias, smaller variance
Q. Which of the following are real world applications of the SVM?
β
Correct Answer: (D)
all of the above
Jump to