powered by
Derivative of the hyperbolic tangent sigmoid function.
sigmoid.prime(x)
numeric vector.
sigmoid, linear
sigmoid
linear
# NOT RUN { x <- seq(-10, 10, length=100) plot(x, sigmoid.prime(x)) # }
Run the code above in your browser using DataLab