doepoch.m
来自「MIT的一个工具箱」· M 代码 · 共 16 行
M
16 行
% Do an epoch
testcost % Test whether cost function has improved; if not, backtrack
wadapt % Adapt weights
arrinit % Initialize arrays
forward % Propagate forward
costderiv % Compute cost function and its derivatives, for backprop
back % Propagate backwards
compgrad % Compute gradient relative to weights
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?