+ 1
What languages would be good for building an AI? Anyone experienced with it?
I'm relatively new to programming. I'm starting with Python and have dabbled in HTML before. My ultimate goal is to get to where I can build my own AI. I am very aware of the complexity of it and aware it will definitely take quite some time. I am just wondering what languages would be best to achieve this goal? sidenote: I plan on going to school for programming this year. I am just wanting to get a jump start so I don't go in completely blind and am wondering where I should focus my efforts.
3 Réponses
+ 17
You are welcome😊 Yes, I think you are on the right track, Python is suitable for AI.
Link:
https://wiki.python.org/moin/PythonForArtificialIntelligence
Also, Prolog and Lisp can be useful, they are usually used for AI, and it's worth to learn one of them, in my opinion😊
Good luck, wish you to achieve your goal🍀
+ 1
Thanks, looks like I chose a good place to start.
Seemingly Python is the way to go. However, I feel for an AI of the magnitude I have in mind, it would most likely have to be composed of a few different languages.