How to use Transfer Learning?
In this lesson, we will discuss the different ways to use transfer learning.
We'll cover the following...
How to use transfer learning?
Before moving to how we can leverage the transfer learning paradigm, we must know that almost all of the networks (either pre-trained or your own) have a common structure.
This is illustrated below:
Let’s understand the architecture shown above.
- The convolutional base is just a feature extractor that learns and extracts the features of any image. It contains the convolution and pooling layers.
- The
Access this course and 1400+ top-rated courses and projects.