Description Usage Arguments Value References See Also Examples
View source: R/darchUnitFunctions.R
The function calculates the activation of the units and returns a list, in which the first entry is the result through the softmax transfer function and the second entry is the derivative of the transfer function.
1 | softmaxUnit(input, ...)
|
input |
Input for the activation function. |
... |
Additional parameters, not used. |
A list with the softmax activation in the first entry and the derivative of the transfer function in the second entry.
http://www.faqs.org/faqs/ai-faq/neural-nets/part2/section-12.html
Other darch unit functions: exponentialLinearUnit
,
linearUnit
, maxoutUnit
,
rectifiedLinearUnit
,
sigmoidUnit
, softplusUnit
,
tanhUnit
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.