Email Spam or Non Spam Classification using Machine Learning

0 0
  • 0 Collaborators

This project envisages the usage of Machine Learning to predict the Spam or Non Spam content in the Email ...learn more

Artificial Intelligence

Overview / Usage

The wide range of concepts were used to train the classifier to predict the Spam content in the Emails and get the best training accuracy. The main concepts used in this project was Support Vector Machines. To use an SVM to classify emails into Spam v.s. Non-Spam, you first need to convert each email into a vector of features.Now, you will convert each email into a vector of features. This can be done by Feature Extraction. Later, we need to train a linear classifier to determine if an email is Spam or Not-Spam.After training the classifier, we can evaluate it on a test set by loading the data set. Since the model we are training is a linear SVM, we can inspect the weights learned by the model to understand better how it is determining whether an email is spam or not. Now that you've trained the spam classifier, you can use it on your own emails!

Comments (0)