What is the difference between bayes and naive bayes?
Answer Posted / Mohit Tyagi
Naive Bayes is a specific type of Bayesian classifier that assumes independence among features, which simplifies its calculation. In contrast, Bayes' theorem is a general mathematical formula for conditional probability, which can be used to develop various types of probabilistic models.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers