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