setDropoutMask<-: Set the dropout mask for the given layer.
Description
Sets the dropout mask to be applied to the weights between layer i and i+1,
for 0 < i < numLayers. For i = 0, sets the dropout mask for the input layer,
which will be applied to the initiali input data.