Explain the difference between bayes and naive bayes?
Answer Posted / Vikas Kumar Singh
Bayes Theorem is a general probability theory used in machine learning, while Naive Bayes is a specific classification algorithm that applies Bayes Theorem with the naive assumption of feature independence. In other words, Bayes Theorem is a broader concept, and Naive Bayes is one of its applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers