⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snnsbat2.cfb

📁 著名的神经网络工具箱
💻 CFB
字号:
#
Type: SNNSBATCH_2
#
# This is the style for an snnsbat configuration file, type 2.
#
# The following keyword-value combinations may be supplied in any order.
# If a key is given twice, the second appearence is taken.
# Keys that are not required for a special run may be omitted.
# If a key is ommited but required, a default value is assumed.
# The lines may be separated with comments.
#
# Please note the mandatory file type specification at the begining and 
# the colon following the key.
#
#
#                                           Defaults:
#
#     NoOfLearnParam:      <int>                0
#     LearnParam:          [ <float> ]*         0.0
#     NoOfInitParam:       <int>                0
#     InitParam:           [ <float> ]*         0.0
#     NetworkFile:         <string>             ""
#     TrainedNetworkFile:  <string>             ""
#     LearnPatternFile:    <string>             ""
#     TestPatternFile:     <string>             ""
#     ResultFile:          <string>             ""
#     InitFunction:        <string>             ""
#     MaxLearnCycles:      <int>                0
#     MaxErrorToStop:      <float>              0.0
#     Shuffle:             [ YES | NO ]         NO
#     ShuffleSubPat:       [ YES | NO ]         NO
#     NoOfVarDim:          <int><int>           0 0
#     SubPatternISize: 	   [ <int> ]*		0
#     SubPatternOSize: 	   [ <int> ]*		0
#     SubPatternIStep: 	   [ <int> ]*		0
#     SubPatternOStep: 	   [ <int> ]*		0
#     ResultMinMaxPattern: <int><int>           0
#     ResultIncludeInput:  [ YES | NO ]         NO
#     ResultIncludeOutput: [ YES | NO ]         YES
#     PerformActions:
#
#######################################################################
NetworkFile: letters.net
#
#InitFunction: Randomize_Weights
#NoOfInitParam: 2
#InitParam: -1.0 1.0
#
LearnPatternFile: letters.pat
#NoOfLearnParam: 2
#LearnParam: 0.8 0.3
MaxLearnCycles: 0
#MaxErrorToStop: 0.1
#Shuffle: YES
#
ResultFile: letters1.res
ResultMinMaxPattern: 1 26
ResultIncludeInput: NO
ResultIncludeOutput: YES
#
#
#
PerformActions:
#
NetworkFile: <OLD>
LearnPatternFile: <OLD>
LearnParam: 0.2 0.1
MaxLearnCycles: 500
MaxErrorToStop: 0.1
Shuffle: YES
#
#TrainedNetworkFile: trained_letters.net
#TestPatternFile: test_letters.pat
#
ResultFile: letters2.res
ResultMinMaxPattern: 1 26
ResultIncludeInput: NO
ResultIncludeOutput: YES

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -