On This Page

This set of Machine Learning (ML) Multiple Choice Questions & Answers (MCQs) focuses on Machine Learning Set 8

Q1 | In Apriori algorithm, if 1 item-sets are 100, then the number of candidate 2 item-sets are
Q2 | Machine learning techniques differ from statistical techniques in that machine learning methods
Q3 | 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
Q4 | What is the final resultant cluster size in Divisive algorithm, which is one of the hierarchical clustering approaches?
Q5 | Given a frequent itemset L, If |L| = k, then there are
Q6 | Which Statement is not true statement.
Q7 | which of the following cases will K-Means clustering give poor results?1. Data points with outliers2. Data points with different densities3. Data points with round shapes4. Data points with non-convex shapes
Q8 | What is Decision Tree?
Q9 | What are two steps of tree pruning work?
Q10 | A database has 5 transactions. Of these, 4 transactions include milk and bread. Further, of the given 4 transactions, 2 transactions include cheese. Find the support percentage for the following association rule “if milk and bread are purchased, then cheese is also purchased”.
Q11 | Which of the following option is true about k-NN algorithm?
Q12 | How to select best hyperparameters in tree based models?
Q13 | What is true about K-Mean Clustering?1. K-means is extremely sensitive to cluster center initializations2. Bad initialization can lead to Poor convergence speed3. Bad initialization can lead to bad overall clustering
Q14 | What are tree based classifiers?
Q15 | What is gini index?
Q16 | Tree/Rule based classification algorithms generate ... rule to perform the classification.
Q17 | Decision Tree is
Q18 | Which of the following is true about Manhattan distance?
Q19 | A company has build a kNN classifier that gets 100% accuracy on training data. When they deployed this model on client side it has been found that the model is not at all accurate. Which of the following thing might gone wrong?Note: Model has successfully deployed and no technical issues are found at client side except the model performance
Q20 | hich of the following classifications would best suit the student performance classification systems?
Q21 | Which statement is true about the K-Means algorithm? Select one:
Q22 | Which of the following can act as possible termination conditions in K-Means?1. For a fixed number of iterations.2. Assignment of observations to clusters does not change between iterations. Except for cases with a bad local minimum.3. Centroids do not change between successive iterations.4. Terminate when RSS falls below a threshold.
Q23 | Which of the following statement is true about k-NN algorithm?1) k-NN performs much better if all of the data have the same scale2) k-NN works well with a small number of input variables (p), but struggles when the number of inputs is very large3) k-NN makes no assumptions about the functional form of the problem being solved
Q24 | In which of the following cases will K-means clustering fail to give good results? 1) Data points with outliers 2) Data points with different densities 3) Data points with nonconvex shapes
Q25 | How will you counter over-fitting in decision tree?