public interface DFunctionDropOut<T extends deepboof.Tensor<T>>
extends deepboof.DFunction<T>
[1] Srivastava et al. "Dropout: A Simple Way to Prevent Neural Networks from Overfitting"
| Modifier and Type | Method and Description |
|---|---|
double |
getDropRate()
Returns a number from 0 to 1 indicating the likelihood of a neuron being dropped.
|