I am trying to build spam filtering application using text categorization. From where should I start learning the algorithms? Which algorithm should I implement first? Anyone can suggest any good material?
I am trying to build spam filtering application using text categorization. From where should
Share
The easiest one to start with is Naive Bayes.
http://nlp.stanford.edu/IR-book/html/htmledition/naive-bayes-text-classification-1.html