|
|
The library's functioning parameters are described by the parameters contained in the ini files.
|
|
|
|
|
|
|
|
|
|
|
|
The settings_common.ini file describes the general parameters of the system functioning:
|
|
|
|
|
|
[MainParams]
|
... | ... | @@ -28,6 +30,8 @@ sspsubmitinterval (int) – tacts interval for next ssp submitting |
|
|
refractinterval (int) – the number of tacts of neuronal refractoriness after excitation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The settings_rnn1.ini file file describes RNN1 parameters:
|
|
|
|
|
|
[OutputFields] (struct [int, int, int]) – the number of the layer, the number horizontally and the number vertically of the logical field from which the output data is taken
|
... | ... | @@ -40,6 +44,8 @@ input_data_filename – the path to the file with the processed data encoded in |
|
|
flag_learning (bool) – if True, then the weights of synapses change during the passage of data through the neural network
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The settings_rnn2.ini file file describes RNN2 parameters:
|
|
|
|
|
|
[NeuronParams]
|
... | ... | |