Libraries tagged by rubin
rubic/magento2-module-clean-checkout-social
171698 Downloads
rubic/magento2-module-clean-checkout-geo
175765 Downloads
rubenrua/symfony-clean-tags-composer-plugin
118505 Downloads
robinncode/db_craft
2307 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
robin-malfait/formgenerator
1638 Downloads
brave-sir-robin/amqphp
32297 Downloads
AMQP 0.9.1 Protocol Implementation in pure PHP
tonystore/laravel-round-robin
1322 Downloads
Laravel package to generate sweepstakes using the Round Robin algorithm.
bahramali/rubika-php
175 Downloads
Rubika-PHP is a PHP Library for interaction with rubika (social network)
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.
robinwieske/laravel-action-command
2314 Downloads
This package provides a simple `make:action` command to generate invokable action classes