Class ILNeuralNetwork.TILNeuralNetworkTrainingDeltaWeights
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: IntelligenceLabPkg
Unit: ILNeuralNetwork
Inherits: TILNeuralNetworkTrainingBasicWeights
Contents |
Syntax
Delphi:
type TILNeuralNetworkTrainingDeltaWeights = class( TILNeuralNetworkTrainingBasicWeights )
C++ Builder:
class TILNeuralNetworkTrainingDeltaWeights : public TILNeuralNetworkTrainingBasicWeights
Visual C++ (MFC):
class CTILNeuralNetworkTrainingDeltaWeights : public CTILNeuralNetworkTrainingBasicWeights
C# (.NET):
public ref class NeuralNetworkTrainingDeltaWeights : Mitov.IntelligenceLab.NeuralNetworkTrainingBasicWeights
Summary
Resilient back propagation training weights class.
Description
Defines class for resilient back propagation training weights.
Properties
Published
- Initial - Specifies the initial delta training value.
- Plus - Specifies the delta increment training value.
- Minus - Specifies the delta decrement training value.
- Min - Specifies the minimal delta training value.
- Max - Specifies the maximal delta training value.
From TILNeuralNetworkTrainingBasicWeights
Properties
Published
- Init - Specifies if the weights should be initialized prior to training.