powered by
Computes the hyperbolic tangent sigmoid function. Used as the hidden layer transfer function for nonlinear QRNN models.
sigmoid(x)
numeric vector.
sigmoid.prime, linear
sigmoid.prime
linear
# NOT RUN { x <- seq(-10, 10, length=100) plot(x, sigmoid(x)) # }
Run the code above in your browser using DataLab