Libraries tagged by php validator class
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/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/cifar-10
261 Downloads
Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.
stamina/chequer-php
73 Downloads
Fast & simple scalar/object/array checking/validation class
philipnorton42/php-password
87 Downloads
Password validation and generation class in PHP
imliam/php-nhs-number
13228 Downloads
Utility class to validate, format and generate NHS numbers.
small/forms
133 Downloads
Provide PHP class to validate api data.
andersonfreitas/annotationrules
535 Downloads
Library to read the annotations of a class to use it as validation of a request for php.
c0de8/matchmaker
3947 Downloads
Ultra-fresh PHP matching class (in PHP 7.x OOP)
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.
edydeyemi/valid8ed
70 Downloads
A simple-to-use, lightweight PHP Validation Class
hraw/uuid
505 Downloads
A simple and lightweight class to create and validate uuid version 4 in PHP.