GradientDescentCalibrator Class Reference

#include <GradientDescentCalibrator.h>

List of all members.

Public Member Functions

 GradientDescentCalibrator (NeuralNetwork *network, TestData *data, double eeta)
bool Calibrate (int maxIter, double minResidual, double &finalResidual)


Detailed Description

Calibrate the neural network, i.e find the weights for neurons in the network so that the network minimises the error (root mean) over different input samples drawn from testing samples. This class cannot be copied.


Member Function Documentation

bool GradientDescentCalibrator::Calibrate int  maxIter,
double  minResidual,
double &  finalResidual
 

Calibrate the neural network using gradient descent


The documentation for this class was generated from the following files:
Generated on Sun Aug 24 17:33:41 2008 by  doxygen 1.4.6