- Enclosing class:
- Dropout
public static final class Dropout.Builder
extends Object
-
Method Summary
Sets the probability or the fraction of the input that gets dropped out during training
time.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
optRate
Sets the probability or the fraction of the input that gets dropped out during training
time. Defaults to 0.5.
- Parameters:
rate
- fraction of the input that gets dropped out during training
- Returns:
- this Builder
-