Answer Posted / Anubha Rastogi
Naive Bayes is a classification algorithm based on applying Bayes' Theorem with strong independence assumptions between the features. It assumes that the presence of a particular feature does not affect the presence or absence of any other feature. This assumption allows for efficient implementation, but can lead to suboptimal results in certain cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers