Parameters for the dropout layer.
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
retainRatio_ = 0.5 , |
|
|
|
seed_ = 777 |
|
) |
| |
Constructs parameters of the dropout layer
- Parameters
-
retainRatio_ | Probability that any particular element is retained |
seed_ | Seed for mask elements random generation |
- Deprecated:
- This item will be removed in a future release.
- 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.
Engine for mask elements random generation.
Probability that any particular element is retained.
Seed for mask elements random generation.
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/dropout/__init__.py