SoftPlus
Applies the SoftPlus function to an n-dimensioanl input Tensor. Can be used to constrain the output of a machine to always be positive.
SoftPlus is defined as f_i(x) = log(1 + exp(x_i))).
f_i(x)
log(1 + exp(x_i)))