2017 © Pedro Peláez
 

library php-ml

PHP-ML - Machine Learning library for PHP

image

qazdcc/php-ml

PHP-ML - Machine Learning library for PHP

  • Monday, June 11, 2018
  • by qazdcc
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 824 Forks
  • 1 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

PHP-ML - Machine Learning library for PHP

Minimum PHP Version Latest Stable Version Build Status Documentation Status Total Downloads License Coverage Status Scrutinizer Code Quality, (*1)

, (*2)

PHP-ML - Machine Learning library for PHP, (*3)

Fresh approach to Machine Learning in PHP. Algorithms, Cross Validation, Neural Network, Preprocessing, Feature Extraction and much more in one library., (*4)

PHP-ML requires PHP >= 7.0., (*5)

Simple example of classification:, (*6)

require_once __DIR__ . '/vendor/autoload.php';

use Phpml\Classification\KNearestNeighbors;

$samples = [[1, 3], [1, 4], [2, 4], [3, 1], [4, 1], [4, 2]];
$labels = ['a', 'a', 'a', 'b', 'b', 'b'];

$classifier = new KNearestNeighbors();
$classifier->train($samples, $labels);

echo $classifier->predict([3, 2]);
// return 'b'

Documentation

To find out how to use PHP-ML follow Documentation., (*7)

Installation

Currently this library is in the process of being developed, but You can install it with Composer:, (*8)

composer require php-ai/php-ml

Examples

Example scripts are available in a separate repository php-ai/php-ml-examples., (*9)

Features

Contribute

You can find more about contributing in CONTRIBUTING.md., (*10)

License

PHP-ML is released under the MIT Licence. See the bundled LICENSE file for details., (*11)

Author

Arkadiusz Kondas (@ArkadiuszKondas), (*12)

The Versions

11/06 2018

dev-master

9999999-dev https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Arkadiusz Kondas

machine learning neural network artificial intelligence pattern recognition computational learning theory data science feature extraction

11/06 2018

dev-qazdcc-patch-1

dev-qazdcc-patch-1 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Arkadiusz Kondas

machine learning neural network artificial intelligence pattern recognition computational learning theory data science feature extraction

14/11 2017

0.5.0

0.5.0.0 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Arkadiusz Kondas

machine learning neural network artificial intelligence pattern recognition computational learning theory data science feature extraction

05/03 2017

0.4.x-dev

0.4.9999999.9999999-dev https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Arkadiusz Kondas

machine learning neural network artificial intelligence pattern recognition computational learning theory data science feature extraction

05/03 2017

0.4.1

0.4.1.0 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Arkadiusz Kondas

machine learning neural network artificial intelligence pattern recognition computational learning theory data science feature extraction

23/02 2017

0.4

0.4.0.0 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Arkadiusz Kondas

machine learning neural network artificial intelligence pattern recognition computational learning theory data science feature extraction

03/02 2017

v0.3.0

0.3.0.0 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Arkadiusz Kondas

machine learning neural network artificial intelligence pattern recognition computational learning theory data science feature extraction

20/11 2016

v0.2.1

0.2.1.0 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Arkadiusz Kondas

machine learning neural network artificial intelligence pattern recognition computational learning theory

14/08 2016

v0.2.0

0.2.0.0 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Arkadiusz Kondas

machine learning neural network artificial intelligence pattern recognition computational learning theory

24/07 2016

v0.1.2

0.1.2.0 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Arkadiusz Kondas

machine learning artificial intelligence pattern recognition computational learning theory

12/07 2016

v0.1.1

0.1.1.0 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Arkadiusz Kondas

machine learning artificial intelligence pattern recognition computational learning theory

08/07 2016

v0.1.0

0.1.0.0 https://github.com/php-ai/php-ml

PHP-ML - Machine Learning library for PHP

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Arkadiusz Kondas

machine learning artificial intelligence pattern recognition computational learning theory