- Course
Expediting Deep Learning with Transfer Learning: PyTorch Playbook
This course covers the important design choices that a data professional must make while leveraging pre-trained models using Transfer Learning. It also covers the implementation aspects of different Transfer Learning approaches in PyTorch.
- Course
Expediting Deep Learning with Transfer Learning: PyTorch Playbook
This course covers the important design choices that a data professional must make while leveraging pre-trained models using Transfer Learning. It also covers the implementation aspects of different Transfer Learning approaches in PyTorch.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Data
What you'll learn
Transfer learning refers to the re-use of a trained machine learning model for a similar problem, keeping the model architecture unchanged, but potentially altering the model’s weights.
In this course, Expediting Deep Learning with Transfer Learning: PyTorch Playbook, you will gain the ability to identify the right approach to transfer learning, and implement it using PyTorch.
First, you will learn how different forms of transfer learning - such as inductive, transductive, and unsupervised transfer learning - can be applied to different combinations of source and target domains. Next, you will discover how transfer learning solutions leverage the fact that lower layers of pre-trained models typically extract feature information and are data-specific, while later layers tend to be more problem-specific.
Finally, you will explore how to design and implement the correct strategy for freezing and fine-tuning the appropriate layers of your pre-trained model. You will round out the course by seeing how various powerful architectures are made available, in pre-trained form, in PyTorch’s suite of transfer learning solutions.
When you’re finished with this course, you will have the skills and knowledge to choose the right transfer learning approach to your specific problem, and design and implement it using PyTorch.
Expediting Deep Learning with Transfer Learning: PyTorch Playbook
-
Version Check | 16s
-
Module Overview | 1m 20s
-
Prerequisites and Course Outline | 1m 26s
-
Introducing Transfer Learning | 4m 34s
-
Source and Target Domains, Source and Target Tasks | 3m 15s
-
Categorizing Transfer Learning | 6m 20s
-
Transfer Learning Scenarios | 5m 8s
-
Freeze or Fine-tune Layers? | 4m 35s
-
Benefits of Transfer Learning | 2m 15s
-
Pre-trained Models in PyTorch | 5m 41s
-
Setting up a Deep Learning Virtual Machine on the Google Cloud Platform | 4m 13s
-
Exploring Pre-trained Models in PyTorch | 7m 40s
-
Module Summary | 1m 17s