[This is preliminary documentation and is subject to change.]
This class implements a 3-layer backpropagation neural network in the Clarion Library
The BPNetwork..::..BPNetworkParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BPNetwork..::..BPNetworkParameters(Boolean) |
Initializes a parameters class for a BPNetwork
|
![]() |
BPNetwork..::..BPNetworkParameters(BPNetwork..::..BPNetworkParameters, Boolean) |
Initializes a parameters class for a BPNetwork and sets the values of the parameters to the values specified
|
Methods
Name | Description | |
---|---|---|
![]() |
Global_OnParameterChanged |
The event method used for performing global parameter changes
(Inherited from ClarionComponent..::..ClarionComponentParameters.) |
Properties
Name | Description | |
---|---|---|
![]() |
ELIGIBILITY |
A switch that can be used to specify eligibility (in the absence of a more sophisticated eligibility method)
|
![]() |
INITIAL_THRESHOLDS_LOWER_BOUND |
The low bound for the initial threshold
|
![]() |
INITIAL_THRESHOLDS_UPPER_BOUND |
The upper bound for the initial threshold
|
![]() |
INITIAL_WEIGHTS_LOWER_BOUND |
The low bound for the initial dWeights
|
![]() |
INITIAL_WEIGHTS_UPPER_BOUND |
The upper bound for the initial dWeights
|
![]() |
IsGlobal |
Used to specify whether the particular instance of the parameters class is being used for global or local parameters
(Inherited from ClarionComponent..::..ClarionComponentParameters.) |
![]() |
LEARNING_RATE |
The learning rate (used for learning)
|
![]() |
MOMENTUM |
The momentum (used for learning)
|
![]() |
R_ZERO |
The error tolerance (used for learning)
|