Learn R Programming

qrnn (version 2.0.1)

sigmoid.prime: Derivative of the sigmoid function

Description

Derivative of the hyperbolic tangent sigmoid function.

Usage

sigmoid.prime(x)

Arguments

x

numeric vector.

See Also

sigmoid, linear

Examples

Run this code
# NOT RUN {
x <- seq(-10, 10, length=100)
plot(x, sigmoid.prime(x))
# }

Run the code above in your browser using DataLab