From a983dcc1b3cc79b1150fb58ef4319a8a0b9e91b2 Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Wed, 26 Oct 2016 19:35:37 +0200 Subject: [PATCH] Add link to php-ml --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec6dca2..434dbc5 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,7 @@ on MNIST digits[DEEP LEARNING] ### General-Purpose Machine Learning +* [PHP-ML](https://github.com/php-ai/php-ml) - Machine Learning library for PHP. Algorithms, Cross Validation, Neural Network, Preprocessing, Feature Extraction and much more in one library. * [PredictionBuilder](https://github.com/denissimon/prediction-builder) - A library for machine learning that builds predictions using a linear regression.