How does naive bayes classifier work in machine learning?
Answer Posted / Deepak Varshney
Naive Bayes works by assuming that the presence of a particular feature in a class is independent of the presence of any other feature. It calculates the probability of each class given the features and selects the class with the highest probability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers