mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +00:00
42 lines
1.5 KiB
Markdown
42 lines
1.5 KiB
Markdown
# PHP Machine Learning library
|
|
|
|
[![Build Status](https://scrutinizer-ci.com/g/php-ai/php-ml/badges/build.png?b=develop)](https://scrutinizer-ci.com/g/php-ai/php-ml/build-status/develop)
|
|
[![Documentation Status](https://readthedocs.org/projects/php-ml/badge/?version=develop)](http://php-ml.readthedocs.org/en/develop/?badge=develop)
|
|
[![Total Downloads](https://poser.pugx.org/php-ai/php-ml/downloads.svg)](https://packagist.org/packages/php-ai/php-ml)
|
|
[![License](https://poser.pugx.org/php-ai/php-ml/license.svg)](https://packagist.org/packages/php-ai/php-ml)
|
|
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-ai/php-ml/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/php-ai/php-ml/?branch=develop)
|
|
|
|
Fresh approach to machine learning in PHP. Note that at the moment PHP is not the best choice for machine learning but maybe this will change ...
|
|
|
|
## Documentation
|
|
|
|
To find out how to use PHP-ML follow [Documentation](http://php-ml.readthedocs.org/).
|
|
|
|
## Installation
|
|
|
|
Currently this library is in the process of developing, but You can install it with Composer:
|
|
|
|
```
|
|
composer require php-ai/php-ml
|
|
```
|
|
|
|
## To-Do
|
|
|
|
* implements more algorithms
|
|
* integration with Lavacharts for data visualization
|
|
|
|
## Testing
|
|
|
|
After installation, you can launch the test suite in project root directory (you will need to install dev requirements with composer)
|
|
|
|
```
|
|
bin/phpunit
|
|
```
|
|
|
|
## License
|
|
|
|
PHP-ML is released under the MIT Licence. See the bundled LICENSE file for details.
|
|
|
|
## Author
|
|
|
|
Arkadiusz Kondas (@ArkadiuszKondas) |