Book Image

Hands-On Machine Learning with TensorFlow.js [Video]

By : Arish Ali
Book Image

Hands-On Machine Learning with TensorFlow.js [Video]

By: Arish Ali

Overview of this book

<p>Machine learning is a growing and in-demand skill, but so far JavaScript developers have not been able to take advantage of it due to the steep learning curve involved in learning a new language. TensorFlow.js is a great way to begin learning machine learning in the browser with TensorFlow.js. It allows you to operate offline to train new models and retrain existing models. </p><p> </p><p>This course covers most of the major topics in machine learning and explains them with the help of Tensorflow.js implementations. The course is focused on the result-oriented nature of most JavaScript developers, and focuses on Tensorflow.js to the fullest in the least amount of time. </p><p>At the end of the course, you’ll evaluate and implement the right model to design smarter applications. </p><p> </p><p>The code files are placed at: </p><p>https://github.com/PacktPublishing/Hands-on-Machine-Learning-with-TensorFlow.js</p>
Table of Contents (6 chapters)
Chapter 6
Handling Models in TensorFlow
Content Locked
Section 2
Saving and Loading TensorFlow Models
How to save and load our pre-trained model at different locations? - Learn about the importance of saving our model - Know different ways in which we can save our model - See different ways in which we can load the models