0
best language if i want to learn about AI
best language if i want to learn about AI
2 Respuestas
+ 6
If you are aiming in using AI as a tool, then Python is a good choice as there are 3rd party AI libraries already made for you. Such as scikit-learn, TensorFlow, OpenAI and others.
If you are different and want to do fundamental research, I think C / C++ with a strong understanding of math is a way to go.
+ 1
+1 for python: easy to learn, multiplatform, script language; and the "language of AI" (chatgpt's backend is written in python as well)