What is the application of naive bayes naive in machine learning?
Answer Posted / Prasenjeet Sarkar
Naive Bayes is a popular machine learning algorithm used for classification and probabilistic prediction. It's applied in various domains such as spam filtering, text categorization, sentiment analysis, and object recognition. The method assumes independence among features, which simplifies the calculations but may not hold true in complex situations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers