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

A Backpropagation network with epoch training implementing RPOP training algorithm.
Inheritance: EpochBackPropagationNetwork
Mostrar archivo Open project: AlexCherkasov/Neuro.NET

Public Methods

Method 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 method

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

BackPropagationRPROPNetwork() public method

Creates the network from a file.
public BackPropagationRPROPNetwork ( string fileName ) : System
fileName string
return System

CreateLink() public method

Overridden.Creates new xpidea.neuro.net.backprop.EpochBackPropagationLink
public CreateLink ( ) : NeuroLink
return NeuroLink