About Transfer Functions in NARX
显示 更早的评论
Hi All:
I have seen in the documentation that NARX uses Sigmoid functions as Transfer Functions, but I see there are two of them: "Logsig" and "Tansig". How to know which one it is used by default?.
Thanks and best regards.
回答(1 个)
ayodeji ogundana
2023-6-14
编辑:ayodeji ogundana
2023-6-14
0 个投票
net.layers{i}.transferFcn = 'tansig';
for example
net.layers{1}.transferFcn
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!