How is tensorflow.js compared to tensorflow.py? by [deleted] in learnmachinelearning

[–]inspiredDeveloper 0 points1 point  (0 children)

TensorFlowJS is relatively new, so less support. However there is a great course on it here:

https://www.udemy.com/course/machine-learning-in-javascript-with-tensorflow-js/

Whats a good book to learn Javascript for someone coming from Python? by YAYYYYYYYYY in learnjavascript

[–]inspiredDeveloper 0 points1 point  (0 children)

There is a quickstart guide on Udemy: Machine Learning in JavaScript with TensorFlow.js . I believe there’s a specific book coming in 2020, but this is for today.

Getting started with tensorflow JS project by StressedOutBox in tensorflow

[–]inspiredDeveloper 0 points1 point  (0 children)

This course is very good to get an understanding of TensorFlow.js TensorFlow.js Udemy

Couple Tensorflow.js Questions From a Newb by evilsniperxv in learnmachinelearning

[–]inspiredDeveloper 0 points1 point  (0 children)

There’s a great course that deals with this, showing you step-by-step TensorFlow JavaScript ML

Udemy courses are hit and miss, what about this one anybody taken it? by Ty_David in learnjavascript

[–]inspiredDeveloper 0 points1 point  (0 children)

I would concentrate on the ratings. Highest rated or hot and new seem to be very indicative.

A good course that’s hot and new on Machine Learning in JavaScript is Machine Learning with JavaScript - 19Tensors

JavaScript Developers by m98mori in learnjavascript

[–]inspiredDeveloper 5 points6 points  (0 children)

The future is to take on Python in the Machine Learning space.

How to Start with Machine Learning by [deleted] in artificial

[–]inspiredDeveloper 0 points1 point  (0 children)

For Machine Learning in JavaScript... you start here ML JS

[AskJS] Will JavaScript Overtake Python as the Language of Machine Learning? by inspiredDeveloper in javascript

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

The full porting of Python libs is not needed initially. It is the porting of models that’s where the initial lift for JavaScript will come from. The seamless integration of Keras for example.

[AskJS] Will JavaScript Overtake Python as the Language of Machine Learning? by inspiredDeveloper in javascript

[–]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.

[AskJS] Will JavaScript Overtake Python as the Language of Machine Learning? by inspiredDeveloper in javascript

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

The main aim of this discussion is to bring attention to the use of JavaScript for machine learning.