Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 861 Bytes

File metadata and controls

21 lines (16 loc) · 861 Bytes

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: