Contents

dropout

The dropout ratio to apply between long short-term memory (LSTM) layers.

Declaration

var dropout: Float

Discussion

BNNS doesn’t apply the dropout ratio to the last stacked layer. When the number of layers is 1, BNNS ignores this property.

See Also

Instance Properties