Skip to content

Email Spam filter that uses Machine Learning and the Perceptron Algorithm to classify emails as spam or not spam.

Notifications You must be signed in to change notification settings

mdmjg/Email-Spam-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Email-Spam-Filter

Email Spam filter that uses Machine Learning and the Perceptron Algorithm to classify emails as spam or not spam.

Reads from 4000 emails and split data into training, validating, and testing sets. Then, it creates feature vectors based on common words found in the training set, and then utilizes the perceptron algorithm to classify an email as spam or not spam.

About

Email Spam filter that uses Machine Learning and the Perceptron Algorithm to classify emails as spam or not spam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages