/Spam-mail-filtering

A text classifier in Python using classification algorithms of machine learning (Support vector machines, Naïve Bayes classifier) to detect if a given mail or message is spam or ham (not spam). Spam dataset was derived from Kaggle, UCI repository etc.

Primary LanguagePython

Spam-mail-filtering

A text classifier in Python using classification algorithms of machine learning (Support vector machines, Naïve Bayes classifier) to detect if a given mail or message is spam or ham (not spam). Spam dataset was derived from Kaggle, UCI repository etc.

E-mail is an effective and very cheap means of communication, this fact is being exploited by numerous organizations for carrying out their advertisements. This process is being carried out so extensively that, email inboxes of millions of people are filled with spam e-mails. This results in lot of wastage of valuable time for each user, to go through the spam emails. Additionally, spam emails traffic between servers results in delay in delivery of important e-mails at the right time to the users. Considering the scale and intensity of this problem, we developed a system that uses the concepts of Multinomial Naïve Bayes theorem and Supports Vector Machines to identify spam e-mails. Our spam detection system identifies emails that are spam emails and in turn saves time for millions of users.

=========================================================================================

Feel free to comment/suggest changes/Use the code.

ML_FINAL has the complete documentation, background and results of this project.

=========================================================================================