php-ai / php-ml-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-ML - Machine Learning library for PHP - Examples

Examples of the use of PHP-ML library

Projects

Interesting demo/examples projects using php-ml:

Articles

Many of samples from this repository was used in my articles

Examples

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
  • minst.php - recognize handwritten digits from MNIST dataset (to download dataset use bin/download-mnist.sh)
  • spamFilter.php - simple spam filter with example dataset
  • bbc.php - example of text classification

Regression:

  • wineQuality.php - regression model to assess the quality of the wine

License

PHP-ML is released under the MIT Licence. See the bundled LICENSE file for details.

Author

Arkadiusz Kondas (@ArkadiuszKondas)

About

License:MIT License


Languages

Language:PHP 77.2%Language:Python 19.2%Language:Shell 3.6%