Skip to content

Commit c442ff7

Browse files
carschnoCopilot
andauthored
Update episodes/5-transfer-learning.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 99ab4be commit c442ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/5-transfer-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The final validation accuracy reaches 64%, this is a huge improvement over 30% a
268268
In many domains, large networks are available that have been trained on vast amounts of data, such as in computer vision and natural language processing. Using transfer learning, you can benefit from the knowledge that was captured from another machine learning task. In many fields, transfer learning will outperform models trained from scratch, especially if your dataset is small or of poor quality.
269269

270270
Transfer learning adapts a model to a specific dataset. This typically leads to improvements in the particular domain covered by the data.
271-
[Research](https://www.nature.com/articles/s41586-025-09937-5) has shown, however, that fine-tuning the model weights like this can have negative side-effects on the model performance in other domains so that a specialized, fine-tuned model must be re-evaluated before using it for more generic tasks.
271+
[Research](https://www.nature.com/articles/s41586-025-09937-5) has shown, however, that fine-tuning the model weights like this can have negative side effects on the model performance in other domains so that a specialized, fine-tuned model must be re-evaluated before using it for more generic tasks.
272272

273273
::: keypoints
274274
- Large pre-trained models capture generic knowledge about a domain

0 commit comments

Comments
 (0)