class MomentumDescent |
Gradient descent with momentum - HTML documentaiton under construction.
![]() | MomentumDescent (unsigned n_output, unsigned n_input, double x, double y=DEFAULT_ALPHA ) |
![]() | MomentumDescent (unsigned n_output, unsigned n_hidden, unsigned n_input, double x, double y=DEFAULT_ALPHA) |
![]() | MomentumDescent (unsigned n_output, unsigned n_hidden1, unsigned n_hidden2, unsigned n_input, double x, double y=DEFAULT_ALPHA) |
![]() | ~MomentumDescent () |
![]() | Update_weigths (unsigned n_layers, LayerNetTrain layer[] ) |
![]() | alpha |
![]() | Delta_W_total [MAXLAYERS] |
![]() | delta_bias_total [MAXLAYERS] |
![]() | Zero_Delta_W_total (unsigned n_layers) |
Gradient descent learning class with momentum
It updates weights through gradient descent with momentum term
Alphabetic index HTML hierarchy of classes or Java