public interface DropoutHelper
Modifier and Type | Method and Description |
---|---|
void |
applyDropout(INDArray inputActivations,
INDArray resultArray,
double dropoutInputRetainProb) |
void |
backprop(INDArray gradAtOutput,
INDArray gradAtInput) |
boolean |
checkSupported() |
Copyright © 2018. All rights reserved.