-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnotes.txt
25 lines (18 loc) · 803 Bytes
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Machine Learning w/ JavaFX
Application: Naive Bayes Spam Filtering
Pull:
* https://github.com/adwansyed/SpamDetection-with-Machine-Learning.git
Open Project "SpamDetection" in IDE (example: IntelliJ IDEA)
* Edit build configurations to point to sample.Main
* Build project
* Run project
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:
[1] https://en.wikipedia.org/wiki/Bag-of-words_model
[2] https://en.wikipedia.org/wiki/Naive_Bayes_spam_filtering