Learn Before
Transfer Learning in Deep Learning
The longest part of the development of a deep learning model is that of the training stage. However, if the problem that is being tackled has already been studied and worked on by someone else and the model has been released to the public including the trained weights then a technique to substantially increase the training process is to utilize transfer learning.
2
3
Tags
Data Science
D2L
Dive into Deep Learning @ D2L
Related
Example of Weight Initialization
Vanishing/exploding gradient
Symmetry Breaking in Deep Learning
Transfer Learning in Deep Learning
Multi-task Learning in Deep Learning
Variance of Layer Output in Forward Propagation
Default Random Initialization
Xavier Initialization
Built-in Gaussian Parameter Initialization
Constant Parameter Initialization
Block-Specific Parameter Initialization
Forced Parameter Reinitialization
Custom Parameter Initialization
Direct Parameter Assignment
Lazy Parameter Initialization
How to Initialize Weights to Prevent Vanishing/Exploding Gradients
Learn After
Transfer Learning Reference
Disadvantages of Transfer Learning
ideas about transfer learning from the specialist
When Transfer Learning in Deep Learning Makes Sense
Two Approaches to Transfer Learning in Deep Learning
Advantages of Transfer Learning in Deep Learning
Example of Fine-Tuning for Image Classification
Efficient Subset Classification via Pretrained Feature Extraction