Parameters for the local response normalization layer.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
Constructs parameters of the local response normalization layer
- Parameters
-
dimension_ | Numeric table of size 1 x 1 with index of type size_t to calculate local response normalization. |
kappa_ | Value of hyper-parameter kappa |
alpha_ | Value of hyper-parameter alpha |
beta_ | Value of hyper-parameter beta |
nAdjust_ | Value of hyper-parameter n |
- 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.
Value of hyper-parameter alpha
Value of hyper-parameter beta
Numeric table of size 1 x 1 with index of type size_t
Value of hyper-parameter kappa
Value of hyper-parameter n
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/lrn/__init__.py