May 2020
Beginner to intermediate
430 pages
10h 39m
English
We learned about the architecture of various deep learning models in Chapter 5, Neural Network Architecture and Models. In this section, we will learn how to use TensorFlow/Keras to load images, explore and preprocess the data, and then apply three CNN models' (VGG16, ResNet, and Inception) pre-trained weights to predict object class.
The code for this section can be found at: https://github.com/PacktPublishing/Mastering-Computer-Vision-with-TensorFlow-2.0/blob/master/Chapter06/Chapter6_CNN_PretrainedModel.ipynb ...