Libraries tagged by bayes
rubix/ml
756954 Downloads
A high-level machine learning and deep learning library for the PHP language.
niiknow/bayes
26988 Downloads
a machine learning lib
assisted-mindfulness/naive-bayes
440913 Downloads
Naive Bayes classifier algorithm
assisted-mindfulness/bayesian-average
320130 Downloads
A Bayesian average is a method of estimating the mean of a population using outside information, especially a pre-existing belief, which is factored into the calculation.
fieg/bayes
87755 Downloads
Implementation of Naive Bayes Classifier algorithm in PHP.
camspiers/statistical-classifier
36963 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
bentools/split-test-analyzer
17166 Downloads
Bayesian probability calculator for split testing / AB testing.
andreekeberg/abby
7815 Downloads
🙋♀️ Minimal A/B Testing Library
ilicmiljan/weighted-ratings
26684 Downloads
A lightweight PHP library for calculating the Wilson Lower Bound Score and Bayesian Approximation weights for sorting algorithms based on user feedback.
kbariotis/documer
178 Downloads
Bayes algorithm implementation in PHP for auto document classification.
hybridlogic/classifier
1435 Downloads
A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
bgruszka/phpantispam
788 Downloads
Bayesian spam recognition library
biobii/naive-bayes-text-classifier
169 Downloads
Text classification using Naive Bayes approach
rubix/dota2
182 Downloads
Build a classifier to predict the outcome of Dota 2 games with the Naive Bayes algorithm and the results of 102,944 sample games.
mitmelon/sentiment
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.