Learn R Programming

qrnn (version 2.0.1)

elu.prime: Derivative of the exponential linear function

Description

Derivative of the exponential linear function.

Usage

elu.prime(x, alpha=1)

Arguments

x

numeric vector.

alpha

transition parameter.

See Also

elu

Examples

Run this code
# NOT RUN {
x <- seq(-2, 2, length=200)
plot(x, elu.prime(x, alpha=1))
# }

Run the code above in your browser using DataLab