Function Identity(float)
Defined in File standAct.h
Function Documentation
-
float Identity(float x)
Computes the identity activation function.
The identity function is defined as \( f(x) = x \).
- Parameters:
x – The input value.
- Returns:
The identity of the input value.