C# Class AdvancedOCR.SubsamplingWeights

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
SubsamplingWeights ( int width, int height ) : System

Méthodes protégées

Méthode Description
CompletePreTrainingCore ( ) : void
EstimateBiasSecondDerivative ( RectangularStep downstream ) : void
EstimateWeightSecondDerivative ( RectangularStep upstream, RectangularStep downstream, int downstreamX, int downstreamY ) : void
PropogateError ( RectangularStep downstream, RectangularStep upstream, int downstreamX, int downstreamY ) : 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 downstream, int upstreamIndex ) : void
StartPreTrainingCore ( ) : void

Method Details

CompletePreTrainingCore() protected méthode

protected CompletePreTrainingCore ( ) : void
Résultat void

EstimateBiasSecondDerivative() protected méthode

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

EstimateWeightSecondDerivative() protected méthode

protected EstimateWeightSecondDerivative ( RectangularStep upstream, RectangularStep downstream, int downstreamX, int downstreamY ) : void
upstream RectangularStep
downstream RectangularStep
downstreamX int
downstreamY int
Résultat void

PropogateError() protected méthode

protected PropogateError ( RectangularStep downstream, RectangularStep upstream, int downstreamX, int downstreamY ) : void
downstream RectangularStep
upstream RectangularStep
downstreamX int
downstreamY 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 downstream, int upstreamIndex ) : void
downstream RectangularStep
upstreamIndex int
Résultat void

StartPreTrainingCore() protected méthode

protected StartPreTrainingCore ( ) : void
Résultat void

SubsamplingWeights() public méthode

public SubsamplingWeights ( int width, int height ) : System
width int
height int
Résultat System

Property Details

Weight protected_oe property

protected double Weight
Résultat double

WeightStepSize protected_oe property

protected double WeightStepSize
Résultat double