Module dropout

Source

Structs§

DropoutLayer
The DropoutLayer layer is randomly zeroizes inputs with a given probability (p). This regularization technique is often used to prevent overfitting.

Traits§

Dropout
Dropout randomly zeroizes elements with a given probability (p).

Functions§

dropout