- Hands-On Deep Learning Architectures with Python
- Yuxi (Hayden) Liu Saransh Mehta
- 54字
- 2025-04-04 14:23:29
Tanh activation
Tanh or tan hyperbolic function is similar to sigmoid function but just the range of output varies from -1 to 1 rather than from 0 to 1. This is generally used in cases where the sign of the output also matters to us. Following, is the plot for tanh activation function:

