Question: You want to create a machine learning algorithm to identify food recipes on the web. To do this, you create an algorithm that looks at different conditional probabilities. So if the post includes the word _

  1. naive Bayes classifier
  2. K-nearest neighbor
  3. multiclass classification
  4. decision tree

Answer: The correct answer of the above question is Option A:naive Bayes classifier