+ 4
How i make a artificial intelligence program in c++ ???
6 ответов
+ 7
learn theory, and it won't matter what language it is. study logic trees, decision trees, machine learning, neural networks, and markhov chains.
+ 3
like assistant type
+ 3
@Ahri : ok...☺
if you want to stick with c++ you may want to look for libraries as it would take a lot of time to develop something from scratch.
If you want to learn about AI you could also study a script language like python, if only to be able to look at algorithms and examples in that language, or for rapid prototyping.
+ 2
oh !! ok
+ 2
because I have only c++ program...so..
0
Is there a particular reason why you want to do it in c++?