Libraries tagged by bayes
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.
mcheptea/nbclassifier
12 Downloads
A simple naive bayes text/document classier. This library allows classifying text to one or more classes.
ifaqih/ifnaivebayes
16 Downloads
Naive Bayes library for PHP
williamdes/mariadb-mysql-kbs
920564 Downloads
An index of the MariaDB and MySQL Knowledge bases
hansott/psr7-cookies
2195750 Downloads
🍪 bakes cookies for PSR-7 messages
instapago/instapago
59180 Downloads
Instapago is a technological solution designed for the market of electronic commerce (eCommerce) in Venezuela and Latin America.
aza/math
20685 Downloads
AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).
cravler/faye-app-bundle
48531 Downloads
triun/laravel-model-base
8279 Downloads
Generate Eloquent Model Bases for Laravel
ocubom/base-convert
10007 Downloads
Safe number conversion between arbitrary bases.
delight-im/base-convert
481 Downloads
Conversion of arbitrarily large numbers between any two bases or alphabets
skitlabs/bayeux-client
2682 Downloads
fabio/laravel-simple-bases
2800 Downloads
A set of base classes to help create projects with Laravel
bawes/myfatoorah-php
961 Downloads
MyFatoorah PHP Library
stocker4all/luhn-mod-n
49485 Downloads
luhn-mod-n is a very simple solution to generate and verify luhn mod n checksums. Possible bases (value for n) are between 2 and 36. Luhn mod 10 is well known from the credit card number checksum. But also in different bases it can be useful to have this checksum functionality.