Showing posts with label classification. Show all posts
Showing posts with label classification. Show all posts

Saturday, 6 December 2025

Logits in TensorFlow

Logits refer to the vector of (non-normalized) predictions that a classification model generates, which is then normally passed to a normalization function.

See also this course.