Skip to content

HC15/Machine-Learning-Email-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Perceptron-Email-Classification

Implementation of perceptron training algorithm using the perceptron training rule to classify if an email is spam

Uses the data set found in Metsis, Androutsopoulos, Paliouras paper “Spam Filtering with Naive Bayes - Which Naive Bayes?”

Link to data set here : http://nlp.cs.aueb.gr/software.html under NaiveBayesSpamDetector

To Run Code

Using python 3.6+

python main.py training-set test-set

training-set is the name of the training set directory

test-set is the name of the test set directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages