williamcfrancis / Email-Spam-Classifier-using-SVM

Linear classifier using Support Vector Machines (SVM) which can determine whether an email is Spam or not with an accuracy of 98.7%. Used regularization to prevent over-fitting of data. Pre-processed the E-mails using Porter Stemmer algorithm. Used a spam vocabulary to create a Feature Vector for each E-mail. Prints the top 15 predictors of spam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

williamcfrancis/Email-Spam-Classifier-using-SVM Watchers