A high-level machine learning and deep learning library for the PHP language.
PHP 1.6k 121
A library and extension that provides objects for scientific computing in PHP.
PHP 126 15
Experimental features for the Rubix ML library.
PHP 7 4
Handwritten digit recognizer using a feed-forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
PHP 25 8
An example project using a feed-forward neural network for text sentiment classification trained with 25,000 movie reviews from the IMDB website.
PHP 62 8
An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.
PHP 34 15
Use the K Nearest Neighbors algorithm to predict the probability of a divorce with high accuracy.
An example project that predicts risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset.
Digital signatures made by humans.
Client-side SDK for Rubix ML Server to use in your PHP applications.
A standalone inference server for trained Rubix ML estimators.
Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.
The original lightweight introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.