Libraries tagged by Naive Bayes Classifier
are-one/naive-bayes
0 Favers
0 Downloads
0 Downloads
Text Classification With Naive Bayes Classifier in PHP
jamesfrost/statistical-classifier
1 Favers
2680 Downloads
2680 Downloads
A PHP implementation of Complement Naive Bayes and SVM statistical classifiers, including a structure for building other classifier, multiple data sources and multiple caching backends
mitmelon/sentiment
2 Favers
22 Downloads
22 Downloads
Sentiment is a sentiment classifier. It uses a model of words that are categorised as positive, negative or neutral, and a naive bayes algorithm to calculate sentiment. To improve accuracy, Sentiment removes 'noise' words.
medansoftware/naive-bayes-text-classification
1 Favers
23 Downloads
23 Downloads
mcheptea/nbclassifier
0 Favers
12 Downloads
12 Downloads
A simple naive bayes text/document classier. This library allows classifying text to one or more classes.