DropoutLayer¶
A dropout layer.
Parent type: Layer
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
probability |
Float |
The probability that an input element gets zeroed out. | - |
Stub code in DropoutLayer.sdsstub
probability¶
The probability that an input element gets zeroed out.
Type: Float