The rest of this chapter will involve transfer learning techniques; therefore, we will spend this section explaining how transfer learning works within our architecture.
Understanding transfer learning
Getting ready
There are no dependencies required for this section.
How to do it...
This section walks through the steps for how transfer learning works:
- Identify a pre-trained model that will be used as the training methodology that will be transferred to our chosen task. In our case, the task will be in identifying images of Messi and Ronaldo.
- There are several available...