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