Can I make a self learning AI in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can I make a self learning AI in C++?

I'm still new in coding and haven't really mastered a language yet, but I wanted to know if I could make a bot that can evolve itself the more it fails at say MUGEN. Can I do it on CPP or should I learn PY?

10th Jul 2017, 12:26 PM
Abdulrahman Mostafa
Abdulrahman Mostafa - avatar
2 Answers
+ 3
Yes, it can be done with cpp. However, python is also great for learning machine learning (because of all the libraries for it), but at the cost of losing some performance. You can always switch from python to cpp later on though, or even use both. Python is also good for prototyping stuff before implementing it in cpp
10th Jul 2017, 12:31 PM
aklex
aklex - avatar
+ 3
Yes you can ! Python is often used because it is simpler but C++ is more powerful
10th Jul 2017, 12:32 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar