Skip to content

JavaFX application detecting whether files are spam or not using Naive Bayes filtering

Notifications You must be signed in to change notification settings

adwansyed/Machine-Learning-Naive-Bayes-Spam-Emails

Repository files navigation

Machine Learning w/ JavaFX

Application: Naive Bayes Spam Filtering

Screenshot:

spamdetection

Pull:

* https://github.com/adwansyed/SpamDetection-with-Machine-Learning.git 

Main Success Scenario:

* Select "Training" directory -> ../data/train/
* Select "Testing" directory -> ../data/test/
* Results will populate

Future improvements:

  • Bag of words bayesian spam detector can be improved by attempting other machine learning algorithms like K-Nearest-Neighbors and other frequent itemset algorithms
  • Increase training datasets with larger and newer datasets

References: