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

A Backpropagation network with epoch training implementing RPOP training algorithm.
Inheritance: EpochBackPropagationNetwork
Afficher le fichier Open project: AlexCherkasov/Neuro.NET

Méthodes publiques

Méthode Description
BackPropagationRPROPNetwork ( int nodesInEachLayer ) : System

Creates the network.

BackPropagationRPROPNetwork ( string fileName ) : System

Creates the network from a file.

CreateLink ( ) : NeuroLink

Overridden.Creates new xpidea.neuro.net.backprop.EpochBackPropagationLink

Method Details

BackPropagationRPROPNetwork() public méthode

Creates the network.
public BackPropagationRPROPNetwork ( int nodesInEachLayer ) : System
nodesInEachLayer int Nodes in each layer of the network.
Résultat System

BackPropagationRPROPNetwork() public méthode

Creates the network from a file.
public BackPropagationRPROPNetwork ( string fileName ) : System
fileName string
Résultat System

CreateLink() public méthode

Overridden.Creates new xpidea.neuro.net.backprop.EpochBackPropagationLink
public CreateLink ( ) : NeuroLink
Résultat NeuroLink