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

JavaScript AI

Hi everyone I'm learning JavaScript and I really want to try and implement AI in some project. But if I want to keep using AI should I switch to Python or some other faster programming language? Thank you all

1st Mar 2021, 7:12 PM
Alexandre
Alexandre - avatar
6 Answers
+ 5
1st Mar 2021, 8:30 PM
Avinesh
Avinesh - avatar
+ 3
Ahhhhh Now I get it! Thanks Ore And thank you all for your time.
2nd Mar 2021, 8:36 AM
Alexandre
Alexandre - avatar
+ 2
If speed is your major concern, it will be a mistake to switch to Python. But yet I find Python to be a good choice for AI because of the many libraries available in Python.
1st Mar 2021, 8:19 PM
Ore
Ore - avatar
+ 1
Ore I wouldn't say my major concern is speed but it is important if I want it to learn quickly. The one thing I can't understand is why there are so many libraries about AI in Python and not as much (at least not as popular) in other languages.
1st Mar 2021, 8:46 PM
Alexandre
Alexandre - avatar
+ 1
I haven't tried making AIs yet so I don't really know, but I had searched about it once and it seems making AIs with JavaScript is possible, you can probably find tutorials in youtube to get started.
1st Mar 2021, 10:38 PM
Karak10
Karak10 - avatar
+ 1
Alexandre There are enough machine learning libraries for JavaScript too. The difference is that Python comes inbuilt with many powerful libraries like scikit-learn, Tensorflow etc. It is easy to get up and running with deep learning in Python without learning too much of the core language unlike JavaScript.
2nd Mar 2021, 6:38 AM
Ore
Ore - avatar