示例:options = trainingOptions(solverName,Name,Value)
格式 | 选项 | 解释 |
‘solverName’ | 'sgdm' | 'rmsprop' | 'adam' | 求解器名称 |
'Plots' | 'none' (default) | 'training-progress' | 画图展示训练过程 |
'Verbose' | 1 (ture) (default) | 0 (false) | 在command window中显示训练信息 |
'VerboseFrequency' | 50 (default) | 正整数 | Verbose 的频率 |
‘MaxEpochs’ | 30 (default) | 正整数 | Epochs 的最大值 |
‘MiniBatc |