Compatibility with TensorFlow
TensorFlow is definitely one of the most popular machine learning frameworks out there. Quite a few libraries and ecosystems have been designed to cooperate with TensorFlow so that we can reuse the model that's been trained by TensorFlow in other frameworks and vice versa.
Of course, TensorFlow.js has an API set that's compatible with TensorFlow and pretrained models. The TensorFlow community already provides numerous pretrained models, including those that have been a part of cutting-edge research. TensorFlow.js can make use of these resources by converting the model's format into a JSON file that can be read by TensorFlow.js. We will learn how to import a pretrained model into TensorFlow.js in the next chapter. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access