Files
logseq/pages/tranfer larning.md
T
2025-06-05 22:07:12 +02:00

4 lines
868 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- **Transfer learning** (**TL**) is a technique in [machine learning](https://en.wikipedia.org/wiki/Machine_learning) (ML) in which knowledge learned from a task is re-used in order to boost performance on a related task. (https://en.wikipedia.org/wiki/Transfer_learning)
- For example, for [image classification](https://en.wikipedia.org/wiki/Image_classification), knowledge gained while learning to [recognize](https://en.wikipedia.org/wiki/Computer_vision#Bababoui) cars could be applied when trying to recognize trucks. This topic is related to the psychological literature on [transfer of learning](https://en.wikipedia.org/wiki/Transfer_of_learning), although practical ties between the two fields are limited. Reusing/transferring information from previously learned tasks to new tasks has the potential to significantly improve learning efficiency.
-
-