C# 클래스 AdvancedOCR.FeedForwardWeights

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

공개 프로퍼티들

프로퍼티 타입 설명
InputNeurons int
OutputNeurons int

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
FeedForwardWeights ( int inputLength, int outputLength ) : System
ToString ( ) : string

보호된 메소드들

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

메소드 상세

CompletePreTrainingCore() 보호된 메소드

protected CompletePreTrainingCore ( ) : void
리턴 void

EstimateBiasSecondDerivative() 보호된 메소드

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

FeedForwardWeights() 공개 메소드

public FeedForwardWeights ( int inputLength, int outputLength ) : System
inputLength int
outputLength int
리턴 System

PreTrainCore() 보호된 메소드

protected PreTrainCore ( Step downstream ) : void
downstream Step
리턴 void

PropogateError() 보호된 메소드

protected PropogateError ( Step downstream, Step upstream, int upstreamNeuron, int inputNeuron ) : void
downstream Step
upstream Step
upstreamNeuron int
inputNeuron int
리턴 void

PropogateForward() 보호된 메소드

protected PropogateForward ( Step downstream, Step upstream, int upstreamNeuron, int inputNeuron ) : void
downstream Step
upstream Step
upstreamNeuron int
inputNeuron int
리턴 void

PropogateForwardCore() 보호된 메소드

protected PropogateForwardCore ( Step downstream ) : void
downstream Step
리턴 void

PropogateSecondDerivatives() 보호된 메소드

protected PropogateSecondDerivatives ( Step downstream, Step upstream, int upstreamNeuron, int inputNeuron ) : void
downstream Step
upstream Step
upstreamNeuron int
inputNeuron int
리턴 void

StartPreTrainingCore() 보호된 메소드

protected StartPreTrainingCore ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TrainCore() 보호된 메소드

protected TrainCore ( Step downstream ) : void
downstream Step
리턴 void

프로퍼티 상세

InputNeurons 공개적으로 프로퍼티

public int InputNeurons
리턴 int

OutputNeurons 공개적으로 프로퍼티

public int OutputNeurons
리턴 int

Weight 보호되어 있는 프로퍼티

protected double[] Weight
리턴 double[]

WeightStepSize 보호되어 있는 프로퍼티

protected double[] WeightStepSize
리턴 double[]