sjoerdmaessen/machinelearning

Tools for data mining, analysis and predictions in PHP.

dev-master 2016-10-04 06:41 UTC

This package is not auto-updated.

Last update: 2024-09-10 19:36:49 UTC


README

A collection of tools for data mining, analysis and making predictions in PHP.

Installation

The preferred way to install this extension is through composer.

php composer.phar require sjoerdmaessen/machinelearning "dev-master"

History

PHP is a powerful and versatile language but doesn't seem to be used at all for data mining, analysing and machine learning. One of the reasons could be there just are better tools for the job. However I do feel PHP can be very suitable in some specific use cases. Especially preprocessing data is a task which should be as easy todo with PHP as it is with other languages. Because I want to motivate and inspire other PHP developers to explore machine learning I started this project. Hopefully people will find use in this package and use it for their machine learning projects.

Contributing

This package is an open source project. Contribution is highly appreciated.