Basic..::..Dropout Method
Dropout consists in randomly setting a fraction rate of input units to 0 at each update during training time, which helps prevent overfitting.
Namespace:
SiaNet.NNAssembly: SiaNet (in SiaNet.dll)
Syntax
Parameters
- layer
- Type: Variable
The output of the last layer.
- rate
- Type: Double
A float value between 0 and 1. Fraction of the input units to drop.