SuperNN
1.0.0
|
This is the complete list of members for SuperNN::Batch, including all inherited members.
Batch() | SuperNN::Batch | |
check(const Network &net, const Data &data) const | SuperNN::TrainingAlgorithm | protectedvirtual |
clear_derror_acc(Network &net) | SuperNN::TrainingAlgorithm | virtual |
delta(Network &net, unsigned l, unsigned n) | SuperNN::TrainingAlgorithm | virtual |
derror_acc(Network &net) | SuperNN::TrainingAlgorithm | virtual |
eta | SuperNN::ImplBackprop | |
eta_df | SuperNN::ImplBackprop | |
eta_if | SuperNN::ImplBackprop | |
eta_max | SuperNN::ImplBackprop | |
eta_min | SuperNN::ImplBackprop | |
ImplBackprop() | SuperNN::ImplBackprop | |
prepare(Network &net) | SuperNN::TrainingAlgorithm | virtual |
train(Network &net, const Data &data, double dmse=0, unsigned max_epochs=1000) | SuperNN::Batch | virtual |
update_eta(double mse, double last_mse) | SuperNN::ImplBackprop | protectedvirtual |
update_weights(Network &net, double factor=1) | SuperNN::ImplBackprop | protectedvirtual |
~Batch() | SuperNN::Batch | virtual |
~ImplBackprop() | SuperNN::ImplBackprop | virtual |
~TrainingAlgorithm() | SuperNN::TrainingAlgorithm | virtual |