usecase: Defining the network

public usecase: Defining the network
Author: Lukáš Civín
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 17.10.2005 22:00:25; Modified: 7.12.2005 22:38:27;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F1279346-F17C-4263-B048-868BDFF80B21}
Menu: BP network>New Network
 

Goto: Scenarios

See also: User

Appears in: Creating BP net

Connections
 
Defining the network Scenarios
Scenario Type Detail
Basic parameters of the network Basic Path The user must insert some parameters of the network, that are necessary to create the net correctly. Basic parameters are :
- number of hidden layers (integer always > 0) - hidden because there is always one input and output layer
- number of nodes in each hidden layer (integer or integers divided by semicolon) - as many values as the number of hidden layers is
- stopping parameter (in which case the layer is going to stop with learning) - the only one condition is after the selection used
- number of learning cycles (integer)
- timeout in miliseconds (integer)
- total error of the network in % (double)

Every parameter is checked for its correctness before leaving the dialog.
Implicit advanced parameters Basic Path If the user do not want to fill in advanced parameters, than these are used :
- learning parameter = 0,5
- learning moment = 0,05
- slope of the sigmoid function = 1
- initial weights and thresholds = 0,2
Advanced parameters of the network Alternate The user is able to define some advanced parameters of the network
- learning parameter (double)
- learning moment (double)
- the slope of sigmoid function (double)
- initial maximal values of thresholds and weights of each node (initial value is a random number in absolute value not higher than this number)

Filled numbers are controlled for their correctness.