Learn Before
Activity (Process)

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.

Image 0

0

1

Updated 2026-08-12

Tags

Data Science