Skip to content

Dropout

Yi Zhu edited this page Jun 1, 2021 · 1 revision

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

Clone this wiki locally