Libraries tagged by php-ml
rubix/ml
844974 Downloads
A high-level machine learning and deep learning library for the PHP language.
php-ai/php-ml
1277174 Downloads
PHP-ML - Machine Learning library for PHP
niiknow/bayes
30852 Downloads
a machine learning lib
rubix/extras
64059 Downloads
Experimental features for the Rubix ML library.
pharmaintelligence/mllp
79894 Downloads
PHP MLLP Server & Client. Based on ReaktPHP.
nepster-web/php-mlm-matrix
778 Downloads
Library for working with mlm matrices
rubix/server
2094 Downloads
Deploy your Rubix ML models to production with scalable stand-alone inference servers.
rubix/sentiment
547 Downloads
An example project using a multi layer feed forward neural network for text sentiment classification trained with 25,000 movie reviews from IMDB.
coral-media/php-ml
399 Downloads
PHP-ML - Machine Learning library for PHP
rubix/mnist
161 Downloads
Handwritten digit recognizer using a feed forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
rubix/iris
373 Downloads
An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.
rubix/housing
413 Downloads
An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.
rubix/har
119 Downloads
Recognize one of six human activities such as standing, sitting, and walking using a Softmax Classifier trained on mobile phone sensor data.
rubix/divorce
436 Downloads
Use the K Nearest Neighbors algorithm to predict the probability of a divorce.
rubix/credit
205 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.