Dropout - SkyWorld117/DianoiaML.jl GitHub Wiki
A dropout layer ignores some of the data to prevent overfitting.
Dropout(;input_shape::Tuple, rate::Float64)
input_shape
: a tuple of input data shape, can be set automatically, unless it is the first layer in the network
rate
: dropout rate