C# Class AdvancedOCR.FeedForwardWeights

Inheritance: BiasedWeights
Afficher le fichier Open project: patrickmeiring/LeNet Class Usage Examples

Méthodes publiques

Свойство Type Description
InputNeurons int
OutputNeurons int

Protected Properties

Свойство Type Description
Weight double[]
WeightStepSize double[]

Méthodes publiques

Méthode Description
FeedForwardWeights ( int inputLength, int outputLength ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
CompletePreTrainingCore ( ) : void
EstimateBiasSecondDerivative ( Step downstream ) : void
PreTrainCore ( Step downstream ) : void
PropogateError ( Step downstream, Step upstream, int upstreamNeuron, int inputNeuron ) : void
PropogateForward ( Step downstream, Step upstream, int upstreamNeuron, int inputNeuron ) : void
PropogateForwardCore ( Step downstream ) : void
PropogateSecondDerivatives ( Step downstream, Step upstream, int upstreamNeuron, int inputNeuron ) : void
StartPreTrainingCore ( ) : void
TrainCore ( Step downstream ) : void

Method Details

CompletePreTrainingCore() protected méthode

protected CompletePreTrainingCore ( ) : void
Résultat void

EstimateBiasSecondDerivative() protected méthode

protected EstimateBiasSecondDerivative ( Step downstream ) : void
downstream Step
Résultat void

FeedForwardWeights() public méthode

public FeedForwardWeights ( int inputLength, int outputLength ) : System
inputLength int
outputLength int
Résultat System

PreTrainCore() protected méthode

protected PreTrainCore ( Step downstream ) : void
downstream Step
Résultat void

PropogateError() protected méthode

protected PropogateError ( Step downstream, Step upstream, int upstreamNeuron, int inputNeuron ) : void
downstream Step
upstream Step
upstreamNeuron int
inputNeuron int
Résultat void

PropogateForward() protected méthode

protected PropogateForward ( Step downstream, Step upstream, int upstreamNeuron, int inputNeuron ) : void
downstream Step
upstream Step
upstreamNeuron int
inputNeuron int
Résultat void

PropogateForwardCore() protected méthode

protected PropogateForwardCore ( Step downstream ) : void
downstream Step
Résultat void

PropogateSecondDerivatives() protected méthode

protected PropogateSecondDerivatives ( Step downstream, Step upstream, int upstreamNeuron, int inputNeuron ) : void
downstream Step
upstream Step
upstreamNeuron int
inputNeuron int
Résultat void

StartPreTrainingCore() protected méthode

protected StartPreTrainingCore ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TrainCore() protected méthode

protected TrainCore ( Step downstream ) : void
downstream Step
Résultat void

Property Details

InputNeurons public_oe property

public int InputNeurons
Résultat int

OutputNeurons public_oe property

public int OutputNeurons
Résultat int

Weight protected_oe property

protected double[] Weight
Résultat double[]

WeightStepSize protected_oe property

protected double[] WeightStepSize
Résultat double[]