Parameters for the prelu layer.
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
_dataDimension = 0 , |
|
|
|
_weightsDimension = 1 |
|
) |
| |
Constructs parameters of the prelu layer
- Parameters
-
_dataDimension | Starting data dimension index to apply weight |
_weightsDimension | Number of weight dimensions |
- Deprecated:
- This item will be removed in a future release.
Checks the correctness of the parameter
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
Starting data dimension index to apply weight
Number of weight dimensions
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/prelu/__init__.py