[This is preliminary documentation and is subject to change.]
The BPNetwork type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Commit |
Commits the backpropagation network
(Overrides NeuralNetwork..::..Commit()()()().) |
![]() |
ComputeHiddenActivation |
Computes the hidden layer activation
(Overrides NeuralNetwork..::..ComputeHiddenActivation()()()().) |
![]() |
ComputeOutputActivation |
Computes the output layer activation
(Overrides NeuralNetwork..::..ComputeOutputActivation()()()().) |
![]() |
IsEligible |
Indicates whether or not the component is eligible to be used
(Inherited from ClarionComponent.) |
![]() |
Learn |
Updates the network using standard backpropagation
|
![]() |
ModifyHiddenToOutput |
Modifies the dWeights of the hidden to output layer
|
![]() |
ModifyInputToHidden |
Modifies the dWeights of the input to hidden layer
|
![]() |
PropagateActivation |
Calculates the output activations based on the current input
(Inherited from NeuralNetwork.) |
![]() |
Retract | (Overrides ImplicitComponent..::..Retract()()()().) |