powered by
Derivative of the exponential linear function.
elu.prime(x, alpha=1)
numeric vector.
transition parameter.
elu
# NOT RUN { x <- seq(-2, 2, length=200) plot(x, elu.prime(x, alpha=1)) # }
Run the code above in your browser using DataLab