Libraries tagged by php-ml
rubix/ml
1073840 Downloads
A high-level machine learning and deep learning library for the PHP language.
php-ai/php-ml
1389640 Downloads
PHP-ML - Machine Learning library for PHP
niiknow/bayes
34201 Downloads
a machine learning lib
rubix/extras
70959 Downloads
Experimental features for the Rubix ML library.
pharmaintelligence/mllp
82897 Downloads
PHP MLLP Server & Client. Based on ReaktPHP.
coral-media/php-ml
1082 Downloads
PHP-ML - Machine Learning library for PHP
rubix/server
2149 Downloads
Deploy your Rubix ML models to production with scalable stand-alone inference servers.
nepster-web/php-mlm-matrix
781 Downloads
Library for working with mlm matrices
rubix/sentiment
555 Downloads
An example project using a multi layer feed forward neural network for text sentiment classification trained with 25,000 movie reviews from IMDB.
rubix/mnist
172 Downloads
Handwritten digit recognizer using a feed forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
rubix/iris
382 Downloads
An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.
rubix/housing
426 Downloads
An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.
rubix/credit
209 Downloads
An example project that predicts the risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset of credit card customers.
rubix/colors
175 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
rubix/cifar-10
258 Downloads
Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.