Webinar 2022 Transfer Learning with Tensorflow Hub

From SHARCNETHelp
Revision as of 15:23, 11 October 2022 by Syam (talk | contribs) (Created page with "Transfer learning is an important learning technique that can be used to leverage pre-trained models on new similar problems. More and more successful deep learning applicatio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Transfer learning is an important learning technique that can be used to leverage pre-trained models on new similar problems. More and more successful deep learning applications are developed on top of previously trained models rather than from scratch. Tensorflow Hub is a fast growing repository that hosts a large collection of pre-trained models for reuse. In this tutorial, we will introduce what you need to know in order to use this useful technique. The entire process of transfer learning is illustrated through a case study, in which we will discuss (1) how to use a pre-trained model as a feature extractor and (2) how to fine-tune the added layers with the base model together.