August 2018
Intermediate to advanced
438 pages
12h 3m
English
So far, we have built our CNN deep learning models from scratch by specifying our own architecture. In this section, we will leverage a pretrained model that is basically an expert in the computer vision domain and renowned for image classification and categorization. We recommend you to check out Chapter 4, Transfer Learning Fundamentals, for a brief refresher around pretrained models and their applications in this domain.
Pretrained models are used in the following two popular ways when building new models or reusing them:
We will cover both of them in detail in this section. The pretrained model we ...