Type: lib.numpy.math.AbsArray

Namespace: lib.numpy.math

Description

Compute the absolute value of each element in a array. array, absolute, magnitude

Use cases:
- Calculate magnitudes of complex numbers
- Preprocess data for certain algorithms
- Implement activation functions in neural networks

Properties

Property Type Description Default
values np_array The input array to compute the absolute values from. {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}

Outputs

Output Type Description
output np_array  

Metadata

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