Overview of Multi-task Learning

Overview of Multi-task Learning

Author: Anticoder Column: Optimazer’s Garden https://zhuanlan.zhihu.com/p/59413549 Background: Focusing solely on a single model may overlook potential information that could enhance the target task from related tasks. By sharing parameters to some extent between different tasks, the original task may generalize better. Broadly speaking, as long as there are multiple losses, it counts as MTL, with … Read more