ada_grad {CNN} R Documentation

The adaptive gradient trainer will over time sum up the square of

Description

the gradient and use it to change the weights.

Usage

ada_grad(batch.size,
    l2.decay = 0.001);

Arguments

batch.size

[as integer]

l2.decay

[as double]

Details

Authors

MLkit

Value

this function returns data object of type TrainerAlgorithm.

clr value class

Examples


[Package CNN version 1.0.0.0 Index]