https://github.com/pmvc-plugin/ml
Machine Learning library for PHP
https://github.com/pmvc-plugin/ml
php-ml rubix-ml
Last synced: 11 months ago
JSON representation
Machine Learning library for PHP
- Host: GitHub
- URL: https://github.com/pmvc-plugin/ml
- Owner: pmvc-plugin
- Created: 2018-03-04T13:32:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T19:16:43.000Z (over 4 years ago)
- Last Synced: 2025-01-26T16:16:30.989Z (about 1 year ago)
- Topics: php-ml, rubix-ml
- Language: PHP
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/ml)
[](https://packagist.org/packages/pmvc-plugin/ml)
[](https://circleci.com/gh/pmvc-plugin/ml/tree/master)
[](https://packagist.org/packages/pmvc-plugin/ml)
[](https://packagist.org/packages/pmvc-plugin/ml)
Machine Learning library for PMVC
===============
## Install with Composer
### 1. Download composer
* mkdir test_folder
* curl -sS https://getcomposer.org/installer | php
### 2. Install by composer.json or use command-line directly
#### 2.1 Install by composer.json
* vim composer.json
```
{
"require": {
"pmvc-plugin/ml": "dev-master"
}
}
```
* php composer.phar install
#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/ml