Libraries tagged by bayes
rubix/ml
1481476 Downloads
A high-level machine learning and deep learning library for the PHP language.
niiknow/bayes
54277 Downloads
a machine learning lib
fieg/bayes
94724 Downloads
Implementation of Naive Bayes Classifier algorithm in PHP.
andreekeberg/abby
11772 Downloads
🙋♀️ Minimal A/B Testing Library
ilicmiljan/weighted-ratings
59077 Downloads
A lightweight PHP library for calculating the Wilson Lower Bound Score and Bayesian Approximation weights for sorting algorithms based on user feedback.
assisted-mindfulness/naive-bayes
536191 Downloads
Naive Bayes classifier algorithm
camspiers/statistical-classifier
37019 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
22308 Downloads
Bayesian probability calculator for split testing / AB testing.
kbariotis/documer
180 Downloads
Bayes algorithm implementation in PHP for auto document classification.
hybridlogic/classifier
1445 Downloads
A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
biobii/naive-bayes-text-classifier
178 Downloads
Text classification using Naive Bayes approach
assisted-mindfulness/bayesian-average
369821 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.
bgruszka/phpantispam
844 Downloads
Bayesian spam recognition library
rubix/dota2
196 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.
byjg/text-classifier
10 Downloads
A PHP text classifier supporting binary spam filtering (Robinson-Fisher Bayesian) and multi-class Naive Bayes classification, with optional LLM-assisted active learning fallback.