|
|
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:
|
|
|
|
... | ... | @@ -29,8 +29,7 @@ sspsubmitinterval (int) – tacts interval for next ssp submitting |
|
|
[NeuronParams]
|
|
|
refractinterval (int) – the number of tacts of neuronal refractoriness after excitation.
|
|
|
|
|
|
|
|
|
|
|
|
_______________________________________________________________________________________
|
|
|
|
|
|
The settings_rnn1.ini file file describes RNN1 parameters:
|
|
|
|
... | ... | @@ -43,8 +42,7 @@ input_data_filename – the path to the file with the processed data encoded in |
|
|
[ControlParams]
|
|
|
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:
|
|
|
|
... | ... | |