Neural networks: How to use param in apply(n,param) and da_dn.m ?

1 次查看(过去 30 天)
My apply function looks something like this:
function A = apply(n,param) %.... %.... A=a1.*a2; end
now I would like to use a1 and a2 to speedup the derivative computation in da_dn.m (this has already been done with default transfer function tansig.m, but with the final value (A in my code))

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by