Method | Description | |
---|---|---|
Error ( double t, NetworkTrainingProperties properties ) : double |
Returns the error given the supplied error derivative.
|
|
Evaluate ( ) : double |
Evaluates the state.
|
|
RecurrentNeuron ( ) : System |
Initializes a new Recurrent Neuron.
|
|
Reset ( NetworkTrainingProperties properties ) : void |
Resets the state of the current neuron.
|
|
Update ( NetworkTrainingProperties properties ) : void |
Updates the weights using the supplied (NetworkTrainingProperties)
|
public Error ( double t, NetworkTrainingProperties properties ) : double | ||
t | double | The error from the next layer. |
properties | NetworkTrainingProperties | Network training properties object. |
return | double |
public Reset ( NetworkTrainingProperties properties ) : void | ||
properties | NetworkTrainingProperties | Network training properties. |
return | void |
public Update ( NetworkTrainingProperties properties ) : void | ||
properties | NetworkTrainingProperties | Network training properties. |
return | void |