Learn R Programming

ruta (version 1.2.0)

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)

Value

A construct of class "ruta_network"

Arguments

rate

The fraction of affected units

See Also

Other neural layers: conv(), dense(), input(), layer_keras(), output(), variational_block()