This is the complete list of members for net::Adadelta, including all inherited members.
accumulatedGradients | net::Adadelta | protected |
accumulatedUpdates | net::Adadelta | protected |
Adadelta(double rho_, double targetErrorLevel_, int maximumEpochs_) | net::Adadelta | |
epsilon | net::Adadelta | |
finalWeights | net::Trainer | protected |
getChangeInWeight(double weight, int layerIndex, int neuronIndex, int weightIndex) | net::Adadelta | protectedvirtual |
getFinalWeights() | net::Trainer | inline |
getGradients() | net::Trainer | inline |
getInitialWeights() | net::Trainer | inline |
getWeightChanges() | net::Trainer | inline |
gradients | net::Trainer | protected |
initFromStream(std::ifstream *in) | net::Adadelta | |
initialWeights | net::Trainer | protected |
maximumEpochs | net::SGDTrainer | |
resetNetworkVectors(net::NeuralNet *network) | net::Adadelta | protectedvirtual |
rho | net::Adadelta | |
SGDTrainer() | net::SGDTrainer | |
SGDTrainer(double targetErrorLevel_, int maximumEpochs_) | net::SGDTrainer | |
store(std::ofstream *output) | net::Adadelta | virtual |
targetErrorLevel | net::SGDTrainer | |
train(net::NeuralNet *network, const std::vector< std::vector< double > > &input, const std::vector< std::vector< double > > &correctOutput) | net::SGDTrainer | virtual |
trainEpocs(double numberOfEpochs, net::NeuralNet *network, const std::vector< std::vector< double > > &input, const std::vector< std::vector< double > > &correctOutput) | net::SGDTrainer | |
trainOnDataPoint(net::NeuralNet *network, const std::vector< double > &input, const std::vector< double > &correctOutput) | net::SGDTrainer | protected |
weightChanges | net::Trainer | protected |