TensorFlow vs TensorFlow JS
Last updated
Was this helpful?
Last updated
Was this helpful?
TensorFlow.js comes with two major ways to work with it: "core" and with "layers."
TensorFlow.js library has a ~90% coverage of the entire TensorFlow library. This means, most likely, the thing you are doing in TensorFlow in, say, Python, is also possible to do in TensorFlow.js.