开发者

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

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.开发者_运维知识库

Improve this question

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?


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.


PHP Artificial intelligence links. This is a github project and the project is beautifully active. download and use. But documentation is not complete

php-ai/php-ml

PHP-ML - Machine Learning library for PHP


There are two projects based on the ALICE project. They are Program E which isn't really developed any longer, and Program O which is. You can find them both on SourceForge

  • Program O https://github.com/Program-O/Program-O
  • Program E https://sourceforge.net/projects/programe/

Update: Program O is now on GitHub and is still developed. Program E is still orphaned and still located at sourceforge.


PHP is mostly a web-based technology as far as I know.

AI work is typically done in other languages (e.g., Lisp). But that doesn't mean you can't port the ideas to something else like PHP.

But Google found this - first hit on "PHP artificial intelligence".


There are some other samples like spam detection (bayesian networks) or OCR (using newral networks). And i'm sorry guys, php is used also in a server side scripting language and also can be converted into desktop GUI applications with PHP-GTK.

Check this php samples: http://www.phpclasses.org/browse/class/103.html


I'm also searching in this topic, but I'm looking for some kind of simple implementation of rule=based programming in PHP and I just found this http://www.swindle.net/php-rules/ in Google.


Php probably won't be the best technology for AI but there's a library for neural networks which I used to implement on a website. http://ann.thwien.de/index.php/Main_Page It's quite simple but maybe it will help you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜