Transfer Learning is a machine learning technique where a model developed for one task is reused as the starting point for a model on a second, related task, significantly reducing the amount of labeled data and compute needed.
Directly influences generalization rates and weight updates when custom-training models for fine-tuning foundational models (like bert or gpt) on domain-specific datasets, and applying pre-trained imagenet models to medical image analysis; managing Transfer Learning prevents models from memorizing dataset noise.
Transfer learning is a machine learning technique where a model trained on one task is repurposed as the starting point for a model on a second, related task. In AI, this is implemented by pre-training a foundation model on general text, and then fine-tuning it on specific domains, saving massive compute resources.
It allows developers to train highly accurate models on very small datasets because the model starts with pre-learned features (like edge detection in images or grammar/world knowledge in text).
Negative transfer occurs when the knowledge learned from the source task impairs performance on the target task, usually because the two tasks are too dissimilar.
We currently have no direct coverage articles matching "Transfer Learning". Explore trending global AI topics below instead.