메소드 | 설명 | |
---|---|---|
CreateLink ( ) : NeuroLink |
Overridden.Creates new xpidea.neuro.net.backprop.EpochBackPropagationLink
|
|
Epoch ( int epoch ) : void |
Overridden.Finalizes trainig cycle of the network. Used by xpidea.neuro.net.NeuralNetwork.Train method of the network.
|
|
EpochBackPropagationNetwork ( double learningRate, double momentum, int nodesInEachLayer ) : System |
Constructs EpochBackPropagationNetwork network.
|
|
EpochBackPropagationNetwork ( string fileName ) : System |
Creates the network from a file.
|
|
Train ( |
Overridden.Trains the network (makes the network learn the patterns).
|
메소드 | 설명 | |
---|---|---|
GetNetworkType ( ) : NeuralNetworkType |
Overridden.Returns xpidea.neuro.net.NeuralNetworkType.nntEpochBackProp for this network.
|
public Epoch ( int epoch ) : void | ||
epoch | int | Number of patterns was exposed to the network. |
리턴 | void |
public EpochBackPropagationNetwork ( double learningRate, double momentum, int nodesInEachLayer ) : System | ||
learningRate | double | Network's leraning rate. |
momentum | double | Nodes momentum. |
nodesInEachLayer | int | Nodes in each layer. |
리턴 | System |
public EpochBackPropagationNetwork ( string fileName ) : System | ||
fileName | string | |
리턴 | System |
public Train ( |
||
patterns | Training patterns. | |
리턴 | void |