Libraries tagged by rubi
rubix/sentiment
560 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
175 Downloads
Handwritten digit recognizer using a feed forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
rubix/iris
386 Downloads
An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.
rubix/housing
430 Downloads
An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.
rubix/credit
213 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/cifar-10
262 Downloads
Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.
rubicon/collection
32859 Downloads
torian257x/ai-php-rubix-wrap-laravel
72 Downloads
Meant for AI using a wrapped Rubix ML library to make it very approachable
torian257x/ai-php-rubix-wrap
102 Downloads
AI PHP is a wrapper for rubix ml
rubikalib/rubikalib
102 Downloads
A library for working with rubika API from PHP source code
adaiasmagdiel/rubik
51 Downloads
A lightweight and intuitive ORM for PHP with support for SQLite and MySQL/MariaDB.
sanf/rubot
37 Downloads
Rubot is a PHP framework for building Rubika bots efficiently and reliably, with full support for messaging, media, and user interactions.Rubot - Rubika Bot API SDK in PHP
rubix/har
128 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.
rubix/divorce
448 Downloads
Use the K Nearest Neighbors algorithm to predict the probability of a divorce.