The tanh function results in values between -1 and 1 for a range of values. tanh function is one of the activation functions used in neural networks tanh(x) = (ex - e-x)/(ex + e-x) By refreshing the webpage, tanh output can be computed for a different range of values.
2577