Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any artificial intelligence projects in PHP out there? [closed]

I'm interested in this field,but I'm only familiar with PHP so far.

If not,can you recommend a tiny but not so bad project that's easy enough to learn?

like image 955
user198729 Avatar asked Feb 20 '10 19:02

user198729


1 Answers

Take a look to Program O: http://blog.program-o.com/

This is the description of the project:

Program O is an AIML engine written in PHP with MySQL. Here you can find support, help, bot addons, a brilliant and friendly community and ofcourse the Program O download files.

And this mini tutorial for creating Neural Networks in PHP: http://www.developer.com/lang/php/creating-neural-networks-in-php.html

This site could be interesting for you as well: http://ai-php.com/

I notice many people dislike the idea of working AI with PHP, but since the most of the websites are in PHP, it will be very interesting start to bring AI to them.

like image 116
Memochipan Avatar answered Oct 14 '22 17:10

Memochipan