ADAdelta optimizer class.
More...
#include <dnn_opt.h>
ADAdelta optimizer class.
ADAdelta algorithm, see https://arxiv.org/pdf/1609.04747.pdf
Definition at line 551 of file dnn_opt.h.
◆ opt_adadelta()
ADAdelta constructor.
- Parameters
-
[in] | r | rho - decay rate |
[in] | s | Step size - learning rate |
[in] | l | Regularisation param lambda |
[in] | a | Regularisation param alpha |
[in] | e | eps parameter |
Definition at line 569 of file dnn_opt.h.
◆ ~opt_adadelta()
dnn::opt_adadelta::~opt_adadelta |
( |
| ) |
|
|
inline |
◆ apply()
Apply the optimizer to the layer parameters.
- Parameters
-
[in,out] | W,B | Learnable parameters |
[in] | Wgrad,Bgrad | Gradient of the learnable parameters |
Implements dnn::opt.
Definition at line 587 of file dnn_opt.h.
◆ get_algorithm()
std::string dnn::opt_adadelta::get_algorithm |
( |
void |
| ) |
|
|
inlinevirtual |
Get the optimizer algorithm information.
- Returns
- Algorithm information string
Reimplemented from dnn::opt.
Definition at line 633 of file dnn_opt.h.
◆ dB
◆ dW
◆ Eb
◆ eps
◆ Ew
◆ rho
The documentation for this class was generated from the following file: