0
Which programming language framework are good for AI
like python or javascript have more framework related to AI but which one is good
2 Answers
+ 8
+ 4
If you are thinking of a real-time responsive chatbot or recommender engine, almost surely they would have to be re-written to compiled languages such as Java or C++, unless you have a computation cloud or cluster at hand.
But for prototyping and tinkering, Python would be the most recommended, at least by me :)