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 @ 89e869dd
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:
...@@ -29,8 +29,7 @@ sspsubmitinterval (int) – tacts interval for next ssp submitting ...@@ -29,8 +29,7 @@ sspsubmitinterval (int) – tacts interval for next ssp submitting
[NeuronParams] [NeuronParams]
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:
...@@ -43,8 +42,7 @@ input_data_filename – the path to the file with the processed data encoded in ...@@ -43,8 +42,7 @@ input_data_filename – the path to the file with the processed data encoded in
[ControlParams] [ControlParams]
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:
......
Clone repository
  • API
  • Examples
  • Home
  • INI files structure