Learn Before
Configuring Independent Binary Outputs for Multi-Task Learning
To configure a multi-task neural network for several binary predictions, use a final-layer output vector with one output per task. Apply a sigmoid independently to each output, allowing any number of task labels to be 0 or 1 for the same data point. This differs from a softmax output, where only one class label can be true.

0
1
Contributors are:
Who are from:
Tags
Data Science
Related
When Multi-Task Learning Doesn't Make Sense
An Overview of Multi-Task Learning in Deep Neural Networks
MTL Methods for Deep Learning
When Multi-task Learning in Deep Learning Makes Sense
Example of a Self-Driving Car for Multi-task Learning in Deep Learning
Configuring Independent Binary Outputs for Multi-Task Learning