This is the complete list of members for net::Backpropagation, including all inherited members.
Backpropagation(double learningRate_, double momentumTerm_, double targetErrorLevel_, int maximumEpochs_) | net::Backpropagation | |
Backpropagation() | net::Backpropagation | |
Backpropagation(std::ifstream *input) | net::Backpropagation | explicit |
finalWeights | net::Trainer | protected |
getChangeInWeight(double weight, int layerIndex, int neuronIndex, int weightIndex) | net::Backpropagation | 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::Backpropagation | |
initialWeights | net::Trainer | protected |
learningRate | net::Backpropagation | |
maximumEpochs | net::SGDTrainer | |
momentumTerm | net::Backpropagation | |
resetNetworkVectors(net::NeuralNet *network) | net::SGDTrainer | protectedvirtual |
SGDTrainer() | net::SGDTrainer | |
SGDTrainer(double targetErrorLevel_, int maximumEpochs_) | net::SGDTrainer | |
store(std::ofstream *output) | net::Backpropagation | 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 |