CACS486 Machine Learning

Machine LearningTU Board 2025

A spam filter uses the words "offer" and "win" as features. From training data: ClassP(offer)P(win)Prior ProbabilitySpam0.80.60.4Not Spam0.10.050.6 Given an email containing both words, classify it…

5

A spam filter uses the words "offer" and "win" as features. From training data: ClassP(offer)P(win)Prior ProbabilitySpam0.80.60.4Not Spam0.10.050.6 Given an email containing both words, classify it as Spam or Not Spam using Naïve Bayes.

A worked answer is on its wayMeanwhile, read the Machine Learning notes for this topic.

Discussion

Loading…

More Machine Learning questions

All Machine Learning old questions