C# 클래스 AdvancedOCR.Weights

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

공개 프로퍼티들

프로퍼티 타입 설명
GlobalLearningRate double
GlobalMu double
Size int

보호된 프로퍼티들

프로퍼티 타입 설명
random System.Random

공개 메소드들

메소드 설명
CompletePreTraining ( ) : void
PreTrain ( Step step ) : void
ProprogateForward ( Step downstream ) : void
StartPreTraining ( ) : void
Train ( Step downstream ) : void

보호된 메소드들

메소드 설명
CompletePreTrainingCore ( ) : void
PreTrainCore ( Step downstream ) : void
PropogateForwardCore ( Step step ) : void
RandomWeight ( int fanIn ) : double
Randomise ( double weights, int fanIn ) : void
StartPreTrainingCore ( ) : void
TrainCore ( Step downstream ) : void
Weights ( int size ) : System

메소드 상세

CompletePreTraining() 공개 메소드

public CompletePreTraining ( ) : void
리턴 void

CompletePreTrainingCore() 보호된 추상적인 메소드

protected abstract CompletePreTrainingCore ( ) : void
리턴 void

PreTrain() 공개 메소드

public PreTrain ( Step step ) : void
step Step
리턴 void

PreTrainCore() 보호된 추상적인 메소드

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

PropogateForwardCore() 보호된 추상적인 메소드

protected abstract PropogateForwardCore ( Step step ) : void
step Step
리턴 void

ProprogateForward() 공개 메소드

public ProprogateForward ( Step downstream ) : void
downstream Step
리턴 void

RandomWeight() 보호된 정적인 메소드

protected static RandomWeight ( int fanIn ) : double
fanIn int
리턴 double

Randomise() 보호된 정적인 메소드

protected static Randomise ( double weights, int fanIn ) : void
weights double
fanIn int
리턴 void

StartPreTraining() 공개 메소드

public StartPreTraining ( ) : void
리턴 void

StartPreTrainingCore() 보호된 추상적인 메소드

protected abstract StartPreTrainingCore ( ) : void
리턴 void

Train() 공개 메소드

public Train ( Step downstream ) : void
downstream Step
리턴 void

TrainCore() 보호된 추상적인 메소드

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

Weights() 보호된 메소드

protected Weights ( int size ) : System
size int
리턴 System

프로퍼티 상세

GlobalLearningRate 공개적으로 정적으로 프로퍼티

public static double GlobalLearningRate
리턴 double

GlobalMu 공개적으로 정적으로 프로퍼티

public static double GlobalMu
리턴 double

Size 공개적으로 프로퍼티

public int Size
리턴 int

random 보호되어 있는 정적으로 프로퍼티

protected static Random,System random
리턴 System.Random