Concept

Multi-task Learning

In Machine Learning (ML), we typically care about optimizing for a particular metric. While we can generally achieve acceptable performance this way, by only focusing on a single task, we ignore information from training signals of related tasks that might help us do even better on the metric we care about. By contrast, MTL improves generalization by leveraging the domain-specific information contained in the training signals of related tasks.

0

1

Updated 2022-05-26

Tags

Data Science

Related