Added new algorithms to the list (#44)

This commit is contained in:
Mustafa Karabulut 2017-02-10 14:01:58 +03:00 committed by Arkadiusz Kondas
parent 0a58a71d77
commit 240a22788f
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ Example scripts are available in a separate repository [php-ai/php-ml-examples](
* [SVC](http://php-ml.readthedocs.io/en/latest/machine-learning/classification/svc/)
* [k-Nearest Neighbors](http://php-ml.readthedocs.io/en/latest/machine-learning/classification/k-nearest-neighbors/)
* [Naive Bayes](http://php-ml.readthedocs.io/en/latest/machine-learning/classification/naive-bayes/)
* Decision Tree (CART)
* Ensemble Algorithms
* Bagging (Bootstrap Aggregating)
* Random Forest
* Regression
* [Least Squares](http://php-ml.readthedocs.io/en/latest/machine-learning/regression/least-squares/)
* [SVR](http://php-ml.readthedocs.io/en/latest/machine-learning/regression/svr/)