An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/pmvc-plugin/ml/v/stable)](https://packagist.org/packages/pmvc-plugin/ml)
[![Latest Unstable Version](https://poser.pugx.org/pmvc-plugin/ml/v/unstable)](https://packagist.org/packages/pmvc-plugin/ml)
[![CircleCI](https://circleci.com/gh/pmvc-plugin/ml/tree/master.svg?style=svg)](https://circleci.com/gh/pmvc-plugin/ml/tree/master)
[![License](https://poser.pugx.org/pmvc-plugin/ml/license)](https://packagist.org/packages/pmvc-plugin/ml)
[![Total Downloads](https://poser.pugx.org/pmvc-plugin/ml/downloads)](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