Fresh approach to machine learning in PHP. Note that at the moment PHP is not the best choice for machine learning but maybe this will change ...
- Naive Bayes - a set of supervised learning algorithms based on applying Bayes’ theorem with the “naive” assumption of independence between every pair of features
This repo will be published do packagist.org soon...
- implements more algorithms
- integration with Lavacharts for data visualization
After installation, you can launch the test suite in project root directory (you will need to install dev requiremnts with composer)
bin/phpunit
PHP-ML is released under the MIT Licence. See the bundled LICENSE file for details.