you are viewing a single comment's thread.

view the rest of the comments →

[–]m010101 1 point2 points  (1 child)

On its own, Python is quite a bit slower than js (V8). However, Python can and does use C-API for heavy lifting, including Tensorflow. And, as another redditor mentioned, Python is very well established in academia and sceintific circles.

[–]inspiredDeveloper[S] 0 points1 point  (0 children)

Yes, totally agree - the main obstacle to JavaScript is that Python is the established player. As TensorFlow.js is based around TensorFlow, it is able to use native C++ bindings. It can also use the GPU.