Libraries tagged by Data Cleaning
rubix/server
2158 Downloads
Deploy your Rubix ML models to production with scalable stand-alone inference servers.
coral-media/php-ml
1451 Downloads
PHP-ML - Machine Learning library for PHP
rubix/sentiment
558 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
173 Downloads
Handwritten digit recognizer using a feed forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
rubix/iris
385 Downloads
An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.
rubix/housing
428 Downloads
An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.
rubix/divorce
447 Downloads
Use the K Nearest Neighbors algorithm to predict the probability of a divorce.
rubix/credit
210 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
177 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
rubix/cifar-10
260 Downloads
Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.
richcongress/fixture-test
37258 Downloads
Generate random and meaningful data for objects
dashboardbuilder/dashboardbuilder.net
295 Downloads
Dashboard Builder is a PHP based data driven visualization & business analtyc tool, a machine learning delivers insights, written in PHP with an added layer of drag-and-drop flexibility which helps predicting the future with ease and no code required.
sjoerdmaessen/machinelearning
679 Downloads
Tools for data mining, analysis and predictions in PHP.
rubix/har
126 Downloads
Recognize one of six human activities such as standing, sitting, and walking using a Softmax Classifier trained on mobile phone sensor data.
rubix/dota2
193 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.