Linear
Functions
linear(Z)
Compute the linear activation function.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Z |
ndarray
|
The input array. |
required |
Returns:
| Type | Description |
|---|---|
|
numpy.ndarray: The input array Z, unchanged. |