Artificial Intelligence | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Artificial Intelligence

What language is the best for AI? And what job in AI can be assigned to a coder?

19th Oct 2018, 7:33 AM
Alessandro Palazzolo
Alessandro Palazzolo - avatar
6 Answers
+ 6
Depending on what you mean by AI exactly, any language is good, as there are matrix/vector operations underneath any AI algorithm and every language has a capacity to do that. However, if you mean AI in a popular sense, you should focus on a language that allows you to develop a closed-end application. As for the job part -- anything from data exploration to algorithm implementation and app development can be a part of such a job.
19th Oct 2018, 11:42 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
I mean a ready solution, an assistant-like software or any other avatar of popular belief of what AI really is ;)
19th Oct 2018, 2:30 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
Actually, python is best and easy way for working with AI and Machine learning
20th Oct 2018, 6:31 AM
Daranip
Daranip - avatar
+ 1
Sorry but I'm just starting with this things, what do you mean by closed end application? Thanks anyway for the explanation!
19th Oct 2018, 11:59 AM
Alessandro Palazzolo
Alessandro Palazzolo - avatar
0
my personal experience Matlab is the easiest to make one because it comes with some prebuilt function and visualization.
19th Oct 2018, 7:38 AM
Taste
Taste - avatar
0
LISP and its dialects can read their code, include it as string, alter it and return it to the code. This feature looks very promising to me since it allows a dynamic codebase that optimizes itself depending on the task. At least in theory.
19th Oct 2018, 8:28 AM
wenz
wenz - avatar