Parameters for the prelu layer.
More...
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 |
Checks the correctness of the parameter
- Returns
- Status of computations
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