C# Class Encog.Neural.Networks.Training.SVD.SVDTraining

Trains a RBF network using a Single Value Decomposition (SVD) solution. Contributed to Encog By M.Dean and M.Fletcher University of Cambridge, Dept. of Physics, UK
Inheritance: BasicTraining
Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Iteration ( ) : void

Perform one iteration.

SVDTraining ( BasicNetwork network, INeuralDataSet training ) : System

Construct the LMA object.

Method Details

Iteration() public method

Perform one iteration.
public Iteration ( ) : void
return void

SVDTraining() public method

Construct the LMA object.
public SVDTraining ( BasicNetwork network, INeuralDataSet training ) : System
network BasicNetwork The network to train. Must have a single output neuron.
training INeuralDataSet The training data to use. Must be indexable.
return System