Demo code for the "Learning Machine Learning" presentation at PHP Benelux 2017
cd classifier
php -S localhost:3000
(or use the provided ./serve script)
Point your browser to : http://localhost:3000/index.html
cd genetic
php number.js
It will simply spit out a solution of 4 array element for which the sum is 100