Softmax
Module used to calculate the softmax over its input.
Example XML definition
Example
<module class = "Softmax" name = "Softmax" />
Parameters
Name | Description | Type | Default |
---|---|---|---|
class | The class name for the module; must be "Softmax". | string | |
name | The name of this instance of the module. | string | |
type | Scale factor | choices: polynomial exponential | polynomial |
exponenet | Exponent | float | 2 |
Module Connections
Inputs
Name | Description |
---|---|
INPUT | The input |
Outputs
Name | Description |
---|---|
OUTPUT | The output |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
Softmax.h
Softmax.cc
Softmax.ikc