C# Class AdvancedOCR.ConvolutionWeights

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

Protected Properties

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

Méthodes publiques

Méthode Description
ConvolutionWeights ( int convolutionWidth, int convolutionHeight, int mapCount ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
CompletePreTrainingCore ( ) : void
EstimateBiasSecondDerivative ( RectangularStep downstream ) : void
PropogateError ( RectangularStep upstream, RectangularStep downstream, int weightX, int weightY, int mapNumber ) : void
PropogateError ( RectangularStep downstream, int mapNumber ) : void
PropogateForward ( RectangularStep upstream, int upstreamX, int upstreamY, int mapNumber ) : double
PropogateForward ( RectangularStep downstream, int mapNumber ) : void
PropogateUnitSecondDerivatives ( RectangularStep upstream, RectangularStep downstream, int weightX, int weightY, int mapNumber ) : void
PropogateUnitSecondDerivatives ( RectangularStep downstream, int mapNumber ) : void
StartPreTrainingCore ( ) : void

Method Details

CompletePreTrainingCore() protected méthode

protected CompletePreTrainingCore ( ) : void
Résultat void

ConvolutionWeights() public méthode

public ConvolutionWeights ( int convolutionWidth, int convolutionHeight, int mapCount ) : System
convolutionWidth int
convolutionHeight int
mapCount int
Résultat System

EstimateBiasSecondDerivative() protected méthode

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

PropogateError() protected méthode

protected PropogateError ( RectangularStep upstream, RectangularStep downstream, int weightX, int weightY, int mapNumber ) : void
upstream RectangularStep
downstream RectangularStep
weightX int
weightY int
mapNumber int
Résultat void

PropogateError() protected méthode

protected PropogateError ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
Résultat void

PropogateForward() protected méthode

protected PropogateForward ( RectangularStep upstream, int upstreamX, int upstreamY, int mapNumber ) : double
upstream RectangularStep
upstreamX int
upstreamY int
mapNumber int
Résultat double

PropogateForward() protected méthode

protected PropogateForward ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
Résultat void

PropogateUnitSecondDerivatives() protected méthode

protected PropogateUnitSecondDerivatives ( RectangularStep upstream, RectangularStep downstream, int weightX, int weightY, int mapNumber ) : void
upstream RectangularStep
downstream RectangularStep
weightX int
weightY int
mapNumber int
Résultat void

PropogateUnitSecondDerivatives() protected méthode

protected PropogateUnitSecondDerivatives ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
Résultat void

StartPreTrainingCore() protected méthode

protected StartPreTrainingCore ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Weight protected_oe property

protected double[] Weight
Résultat double[]

WeightStepSize protected_oe property

protected double[] WeightStepSize
Résultat double[]