Learn Before
Activity (Process)
Fine-Tuning Existing Parameters by Regularization
In few-shot learning, simply tuning initial parameters () using gradient descent on a small dataset can easily lead to overfitting. To mitigate this, regularization techniques are used during fine-tuning. These techniques include early-stopping, selectively updating parameters, updating related parts of together, and employing a model regression network.
0
1
Updated 2026-06-14
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences