C# Class Encog.Neural.Pattern.ElmanPattern

Inheritance: INeuralNetworkPattern
Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
AddHiddenLayer ( int count ) : void

Add a hidden layer with the specified number of neurons.

Clear ( ) : void

Clear out any hidden neurons.

ElmanPattern ( ) : Encog.Engine.Network.Activation

Create an object to generate Elman neural networks.

Generate ( ) : IMLMethod

Generate the Elman neural network.

Method Details

AddHiddenLayer() public method

Add a hidden layer with the specified number of neurons.
public AddHiddenLayer ( int count ) : void
count int The number of neurons in this hidden layer.
return void

Clear() public method

Clear out any hidden neurons.
public Clear ( ) : void
return void

ElmanPattern() public method

Create an object to generate Elman neural networks.
public ElmanPattern ( ) : Encog.Engine.Network.Activation
return Encog.Engine.Network.Activation

Generate() public method

Generate the Elman neural network.
public Generate ( ) : IMLMethod
return IMLMethod