A question about AI

Hello, I want to make a quite simple but not to simple Artificial intelligence but i dont really know where to begin and how to think when doing this. If you guys/girls have any ideas on where to start please tell me :)
An AI for what purpose?
to take over the world! nah just kidding an ai to answer questions is what ive thought :-)
quite simple
[snip]
an ai to answer questions


Something like cleverbot? http://www.cleverbot.com

There is nothing simple about this. Interpretting language is an extremely complicated task.

If you want to start with AI, start smaller. Have a simple specific purpose with minimal possible outcomes.

A tic-tac-toe game is a good start. Or maybe a checkers opponent if you're really ambitious.
I second tic tac toe. It has the added advantage that calculating every possible game is relatively easy and quick.
How about Global Thermonuclear War?
How about a nice game of chess?
How about creatures that navigate a maze and start chasing you if they see you?
Tamao wrote:
I want to make a quite simple but not to simple Artificial intelligence


Quite simple, but not too simple? Maybe try to simulate a politician. They are smart enough to get elected but not smart enough to run the country... ;o)
Last edited on
Thanks for the answers :) i have a tic tac toe game made in Java so i can use that, the politician idea was cool to *makes an virtual dictator* anyways i got the answers i was looking for thanks again.
How about writing a program that you give it a set of points and it uses genetic programming to find a set of parameters {ai, bi, ci} so that the following function fits to the given set of points:

f(x) = a3*cos(b3*x+c3)*x3 + a2*cos(b2*x+c2)*x2 + a1*cos(b1*x+c1)*x + a0*cos(b0*x+c0)

http://www.genetic-programming.com/gecco2004tutorial.pdf

@Galik: Nice one :D
Last edited on
Oh that looks quite cool i will check the pdf, thank you all for your replies.
m4ster r0shi wrote:
f(x) = a3*cos(b3*x+c3)*x3 + a2*cos(b2*x+c2)*x2 + a1*cos(b1*x+c1)*x + a0*cos(b0*x+c0)
O.o *head explodes!!!*
Topic archived. No new replies allowed.