Skip to content

Softmax

softmax

activation-functions for multi-class classification

Converts logits to probability distribution

Outputs sum to 1.0

Used in final layer for classification


*References

On this page