123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- # itsim2.cpp default options
- DataDirectory : /home/frank/data/sim/csim/senso/
- RandomInputStrength : 0
- InputSaturation : 80.0
- InitialWeights : 0.0002
- #WeightSum : 0.04
- WeightSum : 0.12
- # usefull range for NoiseSigma (izh3layer, integrator):
- # 0.0038 - 0.0041
- InputNoiseSigma : 1.0
- NoiseSigma : 0.00388
- #NoiseSigma : 0
- #InhNoiseSigma : 0.0012
- InhNoiseSigma : 0
- InputStrength : 0.015
- #InputStrength : 0.000
- TauRec : 100
- U_se : 0.2
- BInpInhWeight : 0.03
- #InitialFWInhWeights : 0.00001
- InitialFWInhWeights : 0
- MaxFWInhWeights : 0.04
- #FwdInhLinkingWeight : 0.01
- FwdInhLinkingWeight : 0
- InhLearnRate : 0.00001
- InhLearnBaseLine : 0.5
- ExExRange : 0.04
- ExInhRange : 0.04
- InhExRange : 0.26
- ITExCInhWeight : 0.0022
- ITFBInhWeight : 0.01
- #ITFBInhWeight : 0
- ITCInhExWeight : 0.024
- #ITCInhExWeight : 0
- ITSelfInhibitionWeight : 5.0
- SelfInhMinWeight : 0.5
- SelfInhMaxWeight : 20
- SelfLearnRate : 0.001
- #SelfLearnRate : 0
- SelfInhWeightSum : 30
- ITExExWeight : 0.004
- #ITExExWeight : 0.000
- #ITExInhWeight : 0.002
- ITExInhWeight : 0
- #ITInhExWeight : 0.002
- ITInhExWeight : 0.000
- #LearnRate : 0.0001
- #LearnRate : 0.00000001 # for teaching
- LearnRate : 0.00001
- FBInhLearnRate : 0.02
- FBInhMaxWeight : 5.0
- Cdep : 0.01
- #RossumCp : 0.0000035
- RossumCp : 0.0000040
- ITNormFrequency : 10
- # Stimulus parameters
- XContinuous : 1
- StimDur : 200
- IsiDur : 50
- TestStimDur : 1000
- #ExExRange : 0.2
- #ExExMinDelay : 3
- #ExExMaxDelay : 6
- MaxTrials : 40
- ProbeSteps : 0
- LearnSteps : 600
|