Machine Learning MCQs with answers Page - 4

Dear candidates you will find MCQ questions of Machine Learning 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.
Share your questions by clicking Add Question

A

Admin • 532.54K Points
Coach

Q. When the number of classes is large Gini index is not a good choice.

  • (A) TRUE
  • (B) logistic regression
  • (C) ---
  • (D) ---

A

Admin • 532.54K Points
Coach

Q. Data used to build a data mining model.

  • (A) training data
  • (B) to transform the problem from regression to classification
  • (C) test data
  • (D) hidden data

A

Admin • 532.54K Points
Coach

Q. This technique associates a conditional probability value with each data instance.

  • (A) linear regression
  • (B) false - perceptrons are mathematically incapable of solving linearly inseparable functions, no matter what you do
  • (C) simple regression
  • (D) multiple linear regression

A

Admin • 532.54K Points
Coach

Q. Computers are best at learning

  • (A) facts.
  • (B) concepts.
  • (C) procedures.
  • (D) principles.

A

Admin • 532.54K Points
Coach

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

  • (A) in distance calculation it will give the same weights for all features
  • (B) you always get the same clusters. if you use or dont use feature scaling
  • (C) in manhattan distance it is an important step but in euclidian it is not
  • (D) none of these

A

Admin • 532.54K Points
Coach

Q. Which of the following is true about Naive Bayes?

  • (A) Assumes that all the features in a dataset are equally important
  • (B) Assumes that all the features in a dataset are independent
  • (C) Both A and B
  • (D) None of the above option

A

Admin • 532.54K Points
Coach

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

  • (A) supervised
  • (B) unsupervised
  • (C) semi-supervised
  • (D) cant say

A

Admin • 532.54K Points
Coach

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

  • (A) identify the best partition of the input space and response per partition to minimise sum of squares error
  • (B) identify the best approximation of the above by the greedy approach (to identifying the partitions)
  • (C) identify the model which gives the best performance using the greedy approximation (option (b)) with the smallest partition scheme
  • (D) identify the model which gives performance close to the best greedy approximation performance (option (b)) with the smallest partition scheme

A

Admin • 532.54K Points
Coach

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

  • (A) removing columns which have too many missing values
  • (B) removing columns which have high variance in data
  • (C) removing columns with dissimilar data trends
  • (D) none of these