ada_delta {CNN}
R Documentation
Adaptive delta will look at the differences between the expected result and the current result to train the network.
Description
Usage
ada_delta
(
batch.size
,
l2.decay
=
0.001
,
ro
=
0.95
);
Arguments
batch.size
[as integer]
l2.decay
[as double]
ro
[as double]
Details
Authors
MLkit
Value
this function returns data object of type
TrainerAlgorithm
.
clr value class
TrainerAlgorithm
Examples
[Package
CNN
version 1.0.0.0
Index
]