AI Blog

AI Blog

by Michele Laurelli

Transfer Learning

Training
Definition

A technique where knowledge learned from one task is applied to a different but related task, reducing training time and data requirements.

Transfer learning leverages pre-trained models. Common approach: use a model trained on large dataset (e.g., ImageNet) as starting point for specific task.

Examples

1

Using pre-trained ResNet for medical image classification

2

Fine-tuning BERT for sentiment analysis

3

Adapting GPT for code generation

Michele Laurelli - AI Research & Engineering