What is the application of naïve bayes naïve in machine learning?
Answer Posted / Yogita
Naive Bayes is a probabilistic machine learning algorithm based on applying Bayes' theorem with strong (naive) independence assumptions between the features. It is used for tasks like spam filtering, text categorization, and anomaly detection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers