C# 클래스 AdvancedOCR.ConvolutionWeights

상속: RectangularWeights
파일 보기 프로젝트 열기: patrickmeiring/LeNet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Weight double[]
WeightStepSize double[]

공개 메소드들

메소드 설명
ConvolutionWeights ( int convolutionWidth, int convolutionHeight, int mapCount ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
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

메소드 상세

CompletePreTrainingCore() 보호된 메소드

protected CompletePreTrainingCore ( ) : void
리턴 void

ConvolutionWeights() 공개 메소드

public ConvolutionWeights ( int convolutionWidth, int convolutionHeight, int mapCount ) : System
convolutionWidth int
convolutionHeight int
mapCount int
리턴 System

EstimateBiasSecondDerivative() 보호된 메소드

protected EstimateBiasSecondDerivative ( RectangularStep downstream ) : void
downstream RectangularStep
리턴 void

PropogateError() 보호된 메소드

protected PropogateError ( RectangularStep upstream, RectangularStep downstream, int weightX, int weightY, int mapNumber ) : void
upstream RectangularStep
downstream RectangularStep
weightX int
weightY int
mapNumber int
리턴 void

PropogateError() 보호된 메소드

protected PropogateError ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
리턴 void

PropogateForward() 보호된 메소드

protected PropogateForward ( RectangularStep upstream, int upstreamX, int upstreamY, int mapNumber ) : double
upstream RectangularStep
upstreamX int
upstreamY int
mapNumber int
리턴 double

PropogateForward() 보호된 메소드

protected PropogateForward ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
리턴 void

PropogateUnitSecondDerivatives() 보호된 메소드

protected PropogateUnitSecondDerivatives ( RectangularStep upstream, RectangularStep downstream, int weightX, int weightY, int mapNumber ) : void
upstream RectangularStep
downstream RectangularStep
weightX int
weightY int
mapNumber int
리턴 void

PropogateUnitSecondDerivatives() 보호된 메소드

protected PropogateUnitSecondDerivatives ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
리턴 void

StartPreTrainingCore() 보호된 메소드

protected StartPreTrainingCore ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Weight 보호되어 있는 프로퍼티

protected double[] Weight
리턴 double[]

WeightStepSize 보호되어 있는 프로퍼티

protected double[] WeightStepSize
리턴 double[]