Top 350+ Solved Machine Learning (ML) MCQ Questions Answer

From 226 to 240 of 422

Q. Time Complexity of k-means is given by

a. o(mn)

b. o(tkn)

c. o(kn)

d. o(t2kn)

  • b. o(tkn)

Q. Machine learning techniques differ from statistical techniques in that machine learning methods

a. are better able to deal with missing and noisy data

b. typically assume an underlying distribution for the data

c. have trouble with large-sized datasets

d. are not able to explain their behavior

  • a. are better able to deal with missing and noisy data

Q. Given a frequent itemset L, If |L| = k, then there are

a. 2k – 1 candidate association rules

b. 2k candidate association rules

c. 2k – 2 candidate association rules

d. 2k -2 candidate association rules

  • c. 2k – 2 candidate association rules

Q. Which Statement is not true statement.

a. k-means clustering is a linear clustering algorithm.

b. k-means clustering aims to partition n observations into k clusters

c. k-nearest neighbor is same as k-means

d. k-means is sensitive to outlier

  • b. k-means clustering aims to partition n observations into k clusters

Q. What is Decision Tree?

a. flow-chart

b. structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label

c. flow-chart like structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label

d. none of the above

  • d. none of the above

Q. What are two steps of tree pruning work?

a. pessimistic pruning and optimistic pruning

b. postpruning and prepruning

c. cost complexity pruning and time complexity pruning

d. none of the options

  • b. postpruning and prepruning

Q. Which of the following option is true about k-NN algorithm?

a. it can be used for classification

b. ??it can be used for regression

c. ??it can be used in both classification and regression??

d. not useful in ml algorithm

  • c. ??it can be used in both classification and regression??

Q. How to select best hyperparameters in tree based models?

a. measure performance over training data

b. measure performance over validation data

c. both of these

d. random selection of hyper parameters

  • b. measure performance over validation data
Subscribe Now

Get All Updates & News