8. Pre-Trained Networks

Overview

In this chapter, you will analyze pre-trained models. You will get hands-on experience using the different state-of-the-art model architectures available on TensorFlow. You will explore concepts such as transfer learning and fine-tuning and look at TensorFlow Hub and its published deep learning resources.

By the end of the chapter, you will be able to use pre-trained models directly from TensorFlow and TensorFlow Hub.

Introduction

In the previous chapter, you learned how convolution neural networks (CNNs) analyze images and learn relevant patterns to classify their main subjects or identify objects within them. You also saw the different types of layers used for such models.

But rather than training a ...

Get The TensorFlow Workshop now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.