Model Training & Adaptation
Multitask learning
Teaching one AI several tasks together so parts of its learning can be shared.
Example
One AI system learns both topic and sentiment classification.
Why people use it
It lets related learning tasks share useful patterns.
What you'll hear
“Can the same system learn both of these jobs?”
What this means for you
Check each task's performance instead of relying only on an aggregate score.
Can you control it?
Developer-only
The people building or running the AI choose this setup. An everyday user generally needs their help to change how this part works.
Common questions
- Does learning tasks together always improve every task?
- No. Tasks can interfere or compete for AI system capacity.
- Must every teaching example have answers for every task?
- Not always. Some approaches can work with different kinds of examples for different tasks.
- Can a strong average hide a weak task?
- Yes. Each task needs to be examined separately as well as in the combined score.