-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

The TensorFlow Workshop
By :

TensorFlow Hub is an online repository of machine learning modules. The modules contain assets with the associated weights that are needed to use any model (for instance, for predictions or transfer learning) where the knowledge gained in training one model is used to solve a different but related problem. These modules can be used directly to create applications that they were trained for, or they can be used as a starting point to build new applications. The platform can be visited at the following URL: https://tfhub.dev/. When you visit the website, you will be greeted by the following page:
Figure 3.8: TensorFlow Hub home page
Once here, you can browse through models of various domains. The most popular domains include image, text, and video; many models exist for these domains:
Figure 3.9: The model domains available on TensorFlow Hub
There are many models available on TensorFlow Hub that take images as their...