Note
Logits
Topics: Neural Networks
Logits are the raw, unnormalized, output scores of the last layer of a multi-class classifier neural network, which have not been transformed into probabilities. They are in the range .
They are converted into probabilities by passing them through an activation function like softmax, which maps logits to probabilities .
References
Backlinks
Notes that reference this page.
Connections
Direct relationships to this note.