Implementing Spam Filter
By Asim Krishna Prasad
Posted on 25/01/15
Tag :
Log
Okay!! Have got an idea of getting into Machine Learning now and implement a basic spam filer.. What I am going to do is create two dictionaries, one for Spam words and other for others :P .
Whenever a mail arrives, using Bayesian Algorithm, the program will classify the mail as Spam or Not-Spam, using the two dictionaries. Let's see how it goes..
COMMENTS :