Mevrael / php-machinelearning

Machine Learning Code examples in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Machine Learning Code examples in PHP


Languages

Language:JavaScript 96.6%Language:PHP 1.4%Language:HTML 1.4%Language:CSS 0.6%