Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Php machine-learning library? [closed]

I am studying on Machine Learning project and I want to do it with php on web. Is it possible and if it is, do you have some suggestion about library or ideas? If it is not , I will continue my project on java with Weka tool.

like image 299
Batuhan B Avatar asked Jul 17 '13 17:07

Batuhan B


People also ask

Is PHP good for machine learning?

PHP becomes faster and faster with every version that comes out and there are libraries such as Rubix ML or PHP-ml which can be used for machine learning and artificial intelligence. The Rubix ML is a machine learning library which is open-source, this means it is free to use.

Can I use PHP for AI?

So yes, you can build AI projects using PHP. Program O is an AIML(stands for Artificial Intelligence Modelling Language. It is an XML based markup language meant to create artificial intelligent applications) engine written in PHP with MySQL.

What is Rubix ML?

Rubix ML is a high-level machine learning and deep learning library for the PHP language that includes implementations of several machine learning algorithms, so you can define a model object in a single line or a few lines of code, then use it to fit a set of points or predict a value.

What is machine learning?

Machine learning (ML) is a type of artificial intelligence (AI) that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so. Machine learning algorithms use historical data as input to predict new output values.


1 Answers

Here's one, I haven't tried it though,

https://github.com/gburtini/Learning-Library-for-PHP

I don't think there are many Machine Learning libs built using PHP, in college I built an expert system using Java Jess:

http://en.wikipedia.org/wiki/Jess_(programming_language)

Hope this helps :)

like image 120
Jason Gu Avatar answered Sep 28 '22 08:09

Jason Gu