Artificial Intelligence

animelord

Beta member
Messages
3
I have been considering making a program in C++ that heavily uses AI. I was wondering if anyone knew any good resources with information on this subject.
 
I am trying to make a chat bot, but I want to make it so it can learn new words and grammer rules the more you chat with it.
 
oh, good luck. thats pretty hard and ambitious. you should learn some stuff about grammer rules first. that is, study the mathematics behind it, learn various ways to model grammer, i.e. state machines. i had read of a new program that does something similar to what you wish to do:
http://www.newscientist.com/article.ns?id=dn7054
the program is not open source but you can use the same strategy.
here is their site:
http://www.languageweaver.com/
 
Back
Top Bottom