C# Class xpidea.neuro.net.backprop.BackPropagationRPROPLink

A link for xpidea.neuro.net.backprop.EpochBackPropagationNetwork network.
Inheritance: EpochBackPropagationLink
Afficher le fichier Open project: AlexCherkasov/Neuro.NET

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
DoAfterCreate ( ) : void

Overridden.Initializes private variables.

Method Details

DoAfterCreate() protected méthode

Overridden.Initializes private variables.
protected DoAfterCreate ( ) : void
Résultat void

Epoch() public méthode

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.
Résultat void