0
Can any programming language create an AI?
ai
5 ответов
+ 2
Given that the language is sophisticated enough in today's world, it most likely can.
Do you have any particular language in mind?
0
Yes. The field of machine-learning is the section of computer science concerned with the creation of artificially intelligent models. Some of the most popular languages used in the field are Python, C++, and R-- all of which can be learned on Sololearn (although R is not supported in the code playground).
0
Check out my account for some artificial neural network code to see an example.
0
Sololearn also has a great introductory lesson plan for machine-learning.
0
Just to throw it out there, you cant just say that any programming language can perform machine learning. If I made one that doesn't have an if statement, I doubt you can create an ai with it.