Softmax converts any set of numbers into probabilities that sum to 1. Used in machine learning for classification, neural networks, and recommendation systems. Try adjusting the inputs to see how probabilities change!
σ(xᵢ) = eˣⁱ / Σⱼeˣʲ
1.000
0.000