May 2025
Intermediate to advanced
584 pages
16h 49m
English
Fine-tuning and transfer learning, two approaches widely used in deep learning, involve using models trained on one dataset with another dataset, which might be too small to successfully train a model from scratch. This chapter takes advantage of the Keras applications module to explore fine-tuning and transfer learning by using models pretrained on the ImageNet dataset.
The terms “transfer learning” and “fine-tuning” are used somewhat loosely at times by deep learning practitioners. For us, transfer learning means using a pretrained convolutional network, minus the topmost dense layers, to transform inputs ...
Read now
Unlock full access