errorfcn_snn.m

来自「神经网络的工具箱, 神经网络的工具箱,」· M 代码 · 共 16 行

M
16
字号
function errorfcn_snn()%ERRORFCN_SNN Output error functions.%% In the SNN feed forward neural network toolbox, the following output error% functions are implemented:%%   SE_SNN               - squared error.%   RELERR_SNN           - relative error.%   CROSSENTROPY_SNN     - cross entropy.%   CROSSLOGISTIC_SNN    - cross logisitc.%   LOGLIKELIHOOD_SNN    - log likelihood.%% See also%%  WCF_SNN

⌨️ 快捷键说明

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