gfdl.activations.tanh#
- tanh(z)[source]#
The hyperbolic tangent activation function.
- Parameters:
- zarray_like
Input array.
- Returns:
- numpy.ndarray
The output array with hyperbolic tangent values.
See also
numpy.tanhThe hyperbolic tangent function.
The hyperbolic tangent activation function.
Input array.
The output array with hyperbolic tangent values.
See also
numpy.tanhThe hyperbolic tangent function.