Add link to model manager in readme

This commit is contained in:
Arkadiusz Kondas 2017-02-04 11:19:43 +01:00
parent 9536a363a2
commit 72b25ffd42
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ Example scripts are available in a separate repository [php-ai/php-ml-examples](
* [Iris](http://php-ml.readthedocs.io/en/latest/machine-learning/datasets/demo/iris/)
* [Wine](http://php-ml.readthedocs.io/en/latest/machine-learning/datasets/demo/wine/)
* [Glass](http://php-ml.readthedocs.io/en/latest/machine-learning/datasets/demo/glass/)
* Models management
* [Persistency](http://php-ml.readthedocs.io/en/latest/machine-learning/model-manager/persistency/)
* Math
* [Distance](http://php-ml.readthedocs.io/en/latest/math/distance/)
* [Matrix](http://php-ml.readthedocs.io/en/latest/math/matrix/)