C# 클래스 xpidea.neuro.net.backprop.BackPropagationRPROPLink

A link for xpidea.neuro.net.backprop.EpochBackPropagationNetwork network.
상속: EpochBackPropagationLink
파일 보기 프로젝트 열기: AlexCherkasov/Neuro.NET

공개 메소드들

메소드 설명
Epoch ( int epoch ) : void

Overridden.Tells the link, that all patterns have been exposed and it's time to update link weight.

Implements RPROP training algorithm.

보호된 메소드들

메소드 설명
DoAfterCreate ( ) : void

Overridden.Initializes private variables.

메소드 상세

DoAfterCreate() 보호된 메소드

Overridden.Initializes private variables.
protected DoAfterCreate ( ) : void
리턴 void

Epoch() 공개 메소드

Overridden.Tells the link, that all patterns have been exposed and it's time to update link weight.
Implements RPROP training algorithm.
public Epoch ( int epoch ) : void
epoch int Number of patterns that was exposed to the network.
리턴 void