Last chance! 50% off unlimited learning
Sale ends in
Calculates the unit activations and returns them in a list.
tanhUnit(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
,
sigmoidUnit
, softmaxUnit
,
softplusUnit
# NOT RUN {
data(iris)
model <- darch(Species ~ ., iris, darch.unitFunction = "tanhUnit")
# }
Run the code above in your browser using DataLab