# Logits In [[Tensorflow]] parlance, logits are raw predictions from the neural networks for each category in a multi-class classification. The logits have not yet been passed through a softmax to turn them into probabilities for each category.