I am confused with the definitions of domain adaptation and multi-task learning.
I have K datasets, each with the same feature and label space and thus the same learning problem, but with different domain P(x,y)
.
For each dataset, I would like to learn a model that utilizes information from the other datasets.
Would the appropriate technique be to use multiple-source domain adaptation K times on K different target domains or to use multi-task learning one time?
I have read different definitions of multi-task learning and am confused whether MTL is only useful for tasks with different feature and label spaces.