/php-machinelearning

Machine Learning Code examples in PHP

Primary LanguageJavaScript

Learning Machine Learning

Demo code for the "Learning Machine Learning" presentation at Dutch PHP Conference

Tinder-like Naive Bayes Algorithm

cd classifier
php -S localhost:3000
Point your browser to : http://localhost:3000/index.html

Genetic Algorithm

cd genetic
php number.js
It will simply spit out a solution of 4 float numbers for which the sum is 200