Categorized | MySQL

Could artificial intelligence be achieved with PHP and MySql?

Posted on 19 March 2010 by Abidoon

I was just thinking the other day about the subject and i wonder if you could achieve AI with php and mysql. The php side would be like the thinking and sensing part of the brain and the mysql side would be the memory and storage part of the brain. Could it be possible?

Tags | , , , ,

2 Responses to “Could artificial intelligence be achieved with PHP and MySql?”

  1. Shahad says:

    You could probably make a low level of inteligents, but it would take thousands, if not millions, of lines of code.

  2. deonejuan says:

    You can do AI with java for what it’s worth. AI is all about containing the solutions to a manageable set. If you want to begin, start with MySQL 5.x so you at least have Stored Proceedures. Database was never engineered for speed. DB is geared for making impossible possible, it is highly abstract and yet capable of modeling life situations much more precisely in a declarative syntax. Data mining is its own science and I would opinion that would end up being the mechanism you seek.


Leave a Reply