+ 1
Can be C++ used for Artificial Inteligence?
4 Respuestas
0
Yes. In fact, many AI frameworks are written in C++ for it's speed. But that's only for the most advanced AI topics. Entry level AI can be written in nearly any language.
0
A book I used in my Artificial Intelligence class was, http://aima.cs.berkeley.edu, which is a fantastic book for an introduction to AI. In the class we programmed all of our programs in C++ but there are better languages for it, such as Lisp or Prolog.
0
C++ is definitely a good option. Because it is fast. In AI efficiency comes first where codes written in languages such as python lack.