Libraries tagged by naive
rubix/ml
753736 Downloads
A high-level machine learning and deep learning library for the PHP language.
assisted-mindfulness/naive-bayes
439908 Downloads
Naive Bayes classifier algorithm
niiknow/bayes
26841 Downloads
a machine learning lib
chriskonnertz/bbcode
208744 Downloads
A naive attempt at a BBCode 'parser' written in PHP. It uses regex and thus fails at complex, nested tags.
fieg/bayes
87713 Downloads
Implementation of Naive Bayes Classifier algorithm in PHP.
php-extended/php-tail
57172 Downloads
A smart way to tail files depending of the environment
camspiers/statistical-classifier
36961 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
matthiasnoback/naive-serializer
9367 Downloads
A naive JSON serializer which recursively converts an object graph to and from JSON, without any configuration or custom code.
restruct/silverstripe-simpler
1234 Downloads
Tries to make Silverstripe development a bit simpler by naively re-introducting some 'common sense'/old-fashioned/SS3 basics like global Bootstrap & jQuery and a modal
hybridlogic/classifier
1435 Downloads
A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
biobii/naive-bayes-text-classifier
169 Downloads
Text classification using Naive Bayes approach
aldeebhasan/naive-crud
32 Downloads
A lightweight package to handle the laravel crud operations
umono/yaa-yii2
84 Downloads
一个基于Vue3 yii2 的后台框架,可快速助你开发。
rubix/dota2
181 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.