Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Types of Transfer Learning | Foundations of Transfer Learning
Transfer Learning Essentials

bookTypes of Transfer Learning

Types of Transfer Learning

Transfer learning can be categorized based on the relationship between source and target domains and tasks:

1. Inductive Transfer Learning:

  • The target task is different from the source task;
  • Example: using an image classifier trained on animals to classify medical images.

2. Transductive Transfer Learning:

  • The source and target tasks are the same, but the domains differ;
  • Example: sentiment analysis on English reviews (source) and French reviews (target).

3. Unsupervised Transfer Learning:

  • Both tasks are unsupervised (e.g., clustering), but domains differ.

Notation:

DSDT(domains differ)TSTT(tasks differ)\begin{aligned} D_S &\neq D_T \quad &\text{(domains differ)} \\ T_S &\neq T_T \quad &\text{(tasks differ)} \end{aligned}

Feature reuse: often, early layers of a neural network learn general features (e.g., edges in images) that can be reused across tasks.

Note
Note

The choice of transfer learning type depends on how similar the source and target domains and tasks are.

question mark

Which statements correctly describe the types of transfer learning?

Select the correct answer

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 2

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Suggested prompts:

Can you explain the differences between these types in more detail?

What are some real-world applications of each type of transfer learning?

How does feature reuse work in practice?

Awesome!

Completion rate improved to 9.09

bookTypes of Transfer Learning

Swipe um das Menü anzuzeigen

Types of Transfer Learning

Transfer learning can be categorized based on the relationship between source and target domains and tasks:

1. Inductive Transfer Learning:

  • The target task is different from the source task;
  • Example: using an image classifier trained on animals to classify medical images.

2. Transductive Transfer Learning:

  • The source and target tasks are the same, but the domains differ;
  • Example: sentiment analysis on English reviews (source) and French reviews (target).

3. Unsupervised Transfer Learning:

  • Both tasks are unsupervised (e.g., clustering), but domains differ.

Notation:

DSDT(domains differ)TSTT(tasks differ)\begin{aligned} D_S &\neq D_T \quad &\text{(domains differ)} \\ T_S &\neq T_T \quad &\text{(tasks differ)} \end{aligned}

Feature reuse: often, early layers of a neural network learn general features (e.g., edges in images) that can be reused across tasks.

Note
Note

The choice of transfer learning type depends on how similar the source and target domains and tasks are.

question mark

Which statements correctly describe the types of transfer learning?

Select the correct answer

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 2
some-alt