Can be C++ used for Artificial Inteligence? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Can be C++ used for Artificial Inteligence?

26th Dec 2016, 6:53 PM
ASTROfocs
ASTROfocs - avatar
3 Réponses
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.
26th Dec 2016, 7:49 PM
Thomas Stone
Thomas Stone - avatar
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.
27th Dec 2016, 4:24 PM
Greg Ortiz
Greg Ortiz - avatar
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.
29th Dec 2016, 7:07 PM
Mehdi Ahmadian