+ 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
6 Answers
+ 5
Here you can find some JS libraries for Machine Learning and AI.
https://javascript.plainenglish.io/top-12-javascript-machine-learning-libraries-for-2020-8bec30ecfa58
+ 3
Ahhhhh
Now I get it! Thanks Ore
And thank you all for your time.
+ 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.
+ 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.
+ 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.