https://github.com/andreafioraldi/spam_bayes_classifier
dumb spam classifier for the ML course
https://github.com/andreafioraldi/spam_bayes_classifier
Last synced: about 1 year ago
JSON representation
dumb spam classifier for the ML course
- Host: GitHub
- URL: https://github.com/andreafioraldi/spam_bayes_classifier
- Owner: andreafioraldi
- Created: 2018-10-09T19:49:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T19:55:01.000Z (over 7 years ago)
- Last Synced: 2025-01-30T13:26:18.637Z (over 1 year ago)
- Language: C++
- Size: 204 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spam_bayes_classifier
dumb spam classifier for the ML course
### expected results
+ bernoulli distrubution: accuracy = 82%
+ multinomial distrubution: accuracy = 97%