Loading, please wait...

Machine Learning basics MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

21. Which of the following is NOT supervised learning?

  • PCA
  • Decision Tree
  • Linear Regression
  •  Naive Bayesian

22. Suppose we would like to perform clustering on spatial data such as the geometrical locations of houses. We wish to produce clusters of many different sizes and shapes. Which of the following methods is the most appropriate?

  • Decision Trees
  • Density-based clustering
  • Model-based clustering
  •  K-means clustering

23. What is the purpose of performing cross-validation?

  • To assess the predictive performance of the models
  • To judge how the trained model performs outside the sample on test data
  • both 1 and 2

25. How do you handle missing or corrupted data in a dataset?

  • Drop missing rows or columns
  • Replace missing values with mean/median/mode
  • Assign a unique category to missing values
  • All of the above -