SoftMax

Versioned name: SoftMax-1

Category: Activation

Short description: Reference

Detailed description: Reference

Attributes

Inputs:

Outputs:

Detailed description

\[ y_{c} = \frac{e^{Z_{c}}}{\sum_{d=1}^{C}e^{Z_{d}}} \]

where $C$ is a size of tensor along axis dimension.

Example

<layer ... type="SoftMax" ... >
<data axis="1" />
<input> ... </input>
<output> ... </output>
</layer>