0

Estimating from No Data: Deriving a Continuous Score from Categories

https://towardsdatascience.com/estimating-from-no-data-deriving-a-continuous-score-from-categories-2/(towardsdatascience.com)
A method is presented for deriving a continuous numerical score from a model trained only on categorical data. The technique addresses creating fine-grained predictions, like a patient's risk level, when available labels are discrete outcomes such as "recovered," "hospitalized," or "died." The proposed solution involves a neural network with a bottleneck architecture, using a low-capacity linear model to produce a single score. A special "category approximator head" is then added, which learns the thresholds between the categories and allows the model to be trained using standard categorical cross-entropy loss. This approach enables the network to output a continuous, interpretable score while learning from discrete labels.
0 pointsby will221 hour ago

Comments (0)

No comments yet. Be the first to comment!

Want to join the discussion?