class MomentumDescentDecrEtaExp |
Gradient descent with exponential decrement of learning rate and momentum. HTML documentaiton under construction.
![]() | MomentumDescentDecrEtaExp (unsigned n_output, unsigned n_input, double x, double y, double d_fact ) |
![]() | MomentumDescentDecrEtaExp (unsigned n_output, unsigned n_hidden, unsigned n_input, double x, double y, double d_fact) |
![]() | MomentumDescentDecrEtaExp (unsigned n_output, unsigned n_hidden1, unsigned n_hidden2, unsigned n_input, double x, double y, double d_fact) |
![]() | ~MomentumDescentDecrEtaExp () |
![]() | Update_param (double err, unsigned iter) |
![]() | decr_factor |
Gradient descent learning class with exponential decrement of learning rate and momentum.
It updates weights through gradient descent with exponential decrement of learning rate and momentum term.
Alphabetic index HTML hierarchy of classes or Java