dropout_layer {CNN} R Documentation

This layer will remove some random activations in order to

Description

defeat over-fitting.

Usage

dropout_layer(
    drop.prob = 0.5);

Arguments

drop.prob

[as double]

Details

Authors

MLkit

Value

this function returns data object of type CNNLayerArguments.

clr value class

Examples


[Package CNN version 1.0.0.0 Index]