Fido
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
net::Backpropagation Member List

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::Backpropagationexplicit
finalWeightsnet::Trainerprotected
getChangeInWeight(double weight, int layerIndex, int neuronIndex, int weightIndex)net::Backpropagationprotectedvirtual
getFinalWeights()net::Trainerinline
getGradients()net::Trainerinline
getInitialWeights()net::Trainerinline
getWeightChanges()net::Trainerinline
gradientsnet::Trainerprotected
initFromStream(std::ifstream *in)net::Backpropagation
initialWeightsnet::Trainerprotected
learningRatenet::Backpropagation
maximumEpochsnet::SGDTrainer
momentumTermnet::Backpropagation
resetNetworkVectors(net::NeuralNet *network)net::SGDTrainerprotectedvirtual
SGDTrainer()net::SGDTrainer
SGDTrainer(double targetErrorLevel_, int maximumEpochs_)net::SGDTrainer
store(std::ofstream *output)net::Backpropagationvirtual
targetErrorLevelnet::SGDTrainer
train(net::NeuralNet *network, const std::vector< std::vector< double > > &input, const std::vector< std::vector< double > > &correctOutput)net::SGDTrainervirtual
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::SGDTrainerprotected
weightChangesnet::Trainerprotected