powered by
Exponential linear function. Used as the hidden layer transfer function for nonlinear QRNN models.
elu(x, alpha=1)
numeric vector.
transition parameter.
elu.prime
# NOT RUN { x <- seq(-2, 2, length=200) plot(x, elu(x, alpha=1)) # }
Run the code above in your browser using DataLab