Tech IndustryOct 24, 2018
NewLetcoder

Machine Learning with JavaScript?

Is it a good idea to learn machine learning with JavaScript instead of python?

Amazon THmu30 Oct 24, 2018

No, it is gonna be a joke if you tell anyone that you do ML with JS

Uber lil Blind Oct 24, 2018

Sorry, but people who laugh at JS are posers, who read in a book somewhere that JS is bad and just repeat it. If you can build a production worthy model in JS, I’d consider that a pro not a con. Every major tech company today uses JS to extremes.

Flowcast lulll Oct 24, 2018

NO

Uber kBfU5h Oct 24, 2018

It's as laughable as ML in Python. No big deal. The same thing. Under the hood it's still the same C++ library and GPU library working. Check tensorflow js. Samething.

Medallia hFEH36 Oct 24, 2018

If you are a JS person it wont hurt to get started but you will soon realise the need for python.

Uber lil Blind Oct 24, 2018

WebGL optimization’s of the GPU actually gives JavaScript some advantages over Python for ML. TensorflowJS is very fast. But really you should learn both.

New
aLuu55 Oct 24, 2018

Are you sure about that? Whether you’re using Python or JS, don’t they both depend on the same CUDA API for GPU acceleration?

Athenahealth 👀!-! Oct 24, 2018

What is javascript?

Medallia hFEH36 Oct 24, 2018

its what you use everyday.

Nielsen iamnot Oct 24, 2018

The language doesn't matter unless compute is crucial in which case you need more power or a lower level language. The biggest reasons python is the preference in ML are how easy it is to write and how massive the community is along with easy to understand built-in ML functions.

New
demi drunc Oct 26, 2018

Python makes it easier with tons of nice libraries that don't exist elsewhere. That's the only difference between python and other languages like java, js, go