Glossary · Foundations
Softmax
Softmax is a function that converts a list of raw scores into probabilities that are all positive and sum to one. Language models use it to turn logits into a distribution over possible next tokens.
Softmax sits in the Foundations part of the Agentik {OS} glossary, which defines the words used to build and run AI agent systems.
Also called Softmax function.