有没有 PHP 中的人工智能项目?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2303357/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Are there any artificial intelligence projects in PHP out there?
提问by user198729
I'm interested in this field,but I'm only familiar with PHP so far.
我对这个领域很感兴趣,但到目前为止我只熟悉 PHP。
If not,can you recommend a tiny but not so bad project that's easy enough to learn?
如果没有,你能推荐一个很小但还不错的项目,它很容易学习吗?
回答by Memochipan
Take a look to Program O: http://blog.program-o.com/
看看 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.
Program O 是一个用 PHP 和 MySQL 编写的 AIML 引擎。在这里您可以找到支持、帮助、机器人插件、一个出色而友好的社区,当然还有 Program O 下载文件。
And this mini tutorial for creating Neural Networks in PHP: http://www.developer.com/lang/php/creating-neural-networks-in-php.html
还有这个用 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/
这个网站对你来说也很有趣: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 处理人工智能的想法,但由于大多数网站都是用 PHP 编写的,因此开始将人工智能带给他们将是非常有趣的。
回答by Timothy Nwanwene
PHP Artificial intelligence links. This is a github project and the project is beautifully active. download and use. But documentation is not complete
PHP 人工智能链接。这是一个 github 项目,该项目非常活跃。下载并使用。但文档不完整
回答by JRSofty
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
有两个基于ALICE项目的项目。它们是不再真正开发的程序 E 和已开发的程序 O。你可以在 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.
更新:程序 O 现在在 GitHub 上并且仍在开发中。程序 E 仍然是孤立的,仍然位于 sourceforge。
回答by maztch
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.
还有一些其他示例,如垃圾邮件检测(贝叶斯网络)或 OCR(使用新网络)。对不起各位,php 也用于服务器端脚本语言,也可以使用 PHP-GTK 转换为桌面 GUI 应用程序。
Check this php samples: http://www.phpclasses.org/browse/class/103.html
检查这个 php 示例:http: //www.phpclasses.org/browse/class/103.html
回答by duffymo
PHP is mostly a web-based technology as far as I know.
据我所知,PHP 主要是一种基于 Web 的技术。
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.
AI 工作通常用其他语言(例如 Lisp)完成。但这并不意味着您不能将这些想法移植到诸如 PHP 之类的其他东西上。
But Google found this- first hit on "PHP artificial intelligence".
但谷歌发现了这一点——首先是“PHP人工智能”。
回答by bbbb
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 编程实现,我刚刚在 Google 中找到了这个http://www.swindle.net/php-rules/。
回答by Micha? Fra?
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_PageIt's quite simple but maybe it will help you.
Php 可能不是人工智能的最佳技术,但我曾经在网站上实现了一个神经网络库。http://ann.thwien.de/index.php/Main_Page这很简单,但也许会对您有所帮助。

