Learn R Programming

ruta (version 1.0.2)

dropout: Dropout layer

Description

Randomly sets a fraction rate of input units to 0 at each update during training time, which helps prevent overfitting.

Usage

dropout(rate = 0.5)

Arguments

rate

The fraction of affected units

Value

A construct of class "ruta_network"

See Also

Other neural layers: dense, input, layer_keras, output, variational_block