Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • R rnn_text_stream_analyzer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • itmo-sai-code
  • rnn_text_stream_analyzer
  • Wiki
  • INI files structure

INI files structure · Changes

Page history
Updated INI files structure (markdown) authored Dec 12, 2022 by dmmil's avatar dmmil
Hide whitespace changes
Inline Side-by-side
INI-files-structure.md
View page @ 1942b56c
The library's functioning parameters are described by the parameters contained in the ini files. 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: The settings_common.ini file describes the general parameters of the system functioning:
[MainParams] [MainParams]
...@@ -28,6 +30,8 @@ sspsubmitinterval (int) – tacts interval for next ssp submitting ...@@ -28,6 +30,8 @@ sspsubmitinterval (int) – tacts interval for next ssp submitting
refractinterval (int) – the number of tacts of neuronal refractoriness after excitation. refractinterval (int) – the number of tacts of neuronal refractoriness after excitation.
The settings_rnn1.ini file file describes RNN1 parameters: 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 [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 ...@@ -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 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: The settings_rnn2.ini file file describes RNN2 parameters:
[NeuronParams] [NeuronParams]
......
Clone repository
  • API
  • Examples
  • Home
  • INI files structure