วันอาทิตย์ที่ 10 พฤษภาคม พ.ศ. 2569

Softmax function

Used in MLP for multiclass classification.

#output nodes = #classes

The output node with highest probability is a returned class. 

https://adeveloperdiary.com/data-science/deep-learning/neural-network-with-softmax-in-python/