https://github.com/datumbox/naivebayesclassifier
JAVA implementation of Multinomial Naive Bayes Text Classifier.
https://github.com/datumbox/naivebayesclassifier
Last synced: 9 months ago
JSON representation
JAVA implementation of Multinomial Naive Bayes Text Classifier.
- Host: GitHub
- URL: https://github.com/datumbox/naivebayesclassifier
- Owner: datumbox
- License: gpl-3.0
- Created: 2014-01-20T17:27:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T16:48:45.000Z (over 11 years ago)
- Last Synced: 2025-04-13T07:52:10.592Z (about 1 year ago)
- Language: Java
- Homepage: http://www.datumbox.com/
- Size: 1.36 MB
- Stars: 95
- Watchers: 20
- Forks: 76
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NaiveBayesClassifier
====================
Implementation of Multinomial Naive Bayes Text Classifier.
For more information concerning the Machine Learning model check out:
http://blog.datumbox.com/developing-a-naive-bayes-text-classifier-in-java/
http://blog.datumbox.com/machine-learning-tutorial-the-naive-bayes-text-classifier/
http://blog.datumbox.com/using-feature-selection-methods-in-text-classification/
Useful Links
============
Datumbox: http://www.datumbox.com/
Machine Learning Blog: http://blog.datumbox.com/