Examples of the use of PHP-ML library
To test example, select one of the following and run it from main folder (each category has its own folder).
php classification/languageDetection.php
Classification:
languageDetection.php
- classifier build for language detection
Regression:
wineQuality.php
- regression model to assess the quality of the wine
PHP-ML is released under the MIT Licence. See the bundled LICENSE file for details.
Arkadiusz Kondas (@ArkadiuszKondas)