mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-04-11 04:21:52 +00:00
add info about minimum php version required
This commit is contained in:
parent
963cfea551
commit
52cd58acb0
@ -1,5 +1,7 @@
|
||||
# PHP-ML - Machine Learning library for PHP
|
||||
|
||||
[](https://php.net/)
|
||||
[](https://packagist.org/packages/php-ai/php-ml)
|
||||
[](https://scrutinizer-ci.com/g/php-ai/php-ml/build-status/develop)
|
||||
[](http://php-ml.readthedocs.org/en/develop/?badge=develop)
|
||||
[](https://packagist.org/packages/php-ai/php-ml)
|
||||
@ -10,6 +12,8 @@
|
||||
|
||||
Fresh approach to Machine Learning in PHP. Algorithms, Cross Validation, Preprocessing, Feature Extraction and much more in one library.
|
||||
|
||||
PHP-ML requires PHP >= 7.0.
|
||||
|
||||
Simple example of classification:
|
||||
```php
|
||||
use Phpml\Classification\KNearestNeighbors;
|
||||
|
@ -1,5 +1,7 @@
|
||||
# PHP-ML - Machine Learning library for PHP
|
||||
|
||||
[](https://php.net/)
|
||||
[](https://packagist.org/packages/php-ai/php-ml)
|
||||
[](https://scrutinizer-ci.com/g/php-ai/php-ml/build-status/develop)
|
||||
[](http://php-ml.readthedocs.org/en/develop/?badge=develop)
|
||||
[](https://packagist.org/packages/php-ai/php-ml)
|
||||
@ -8,7 +10,9 @@
|
||||
|
||||

|
||||
|
||||
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 ...
|
||||
Fresh approach to Machine Learning in PHP. Algorithms, Cross Validation, Preprocessing, Feature Extraction and much more in one library.
|
||||
|
||||
PHP-ML requires PHP >= 7.0.
|
||||
|
||||
Simple example of classification:
|
||||
```php
|
||||
|
Loading…
x
Reference in New Issue
Block a user