Transfer learning for image classification is a technique that uses a model trained on a large dataset of images to improve the performance of a model on a smaller dataset of images with a similar task. This can be done by initializing the weights of the model with the weights of the pre-trained model, or by fine-tuning the model on the smaller dataset. Transfer learning can help to improve the performance of a model on a small dataset by providing it with a starting point that is already familiar with the task of image classification.
In transfer learning, which model is typically used as the feature extractor?
What is the main goal of transfer learning?
Which of the following is not a common use case for transfer learning?