Type: lib.numpy.math.ExpArray

Namespace: lib.numpy.math

Description

Calculate the exponential of each element in a array. array, exponential, math, activation

Use cases:
- Implement exponential activation functions
- Calculate growth rates in scientific models
- Transform data for certain statistical analyses

Properties

Property Type Description Default
values np_array Input array {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}

Outputs

Output Type Description
output (float | int | np_array)  

Metadata

Browse other nodes in the lib.numpy.math namespace.