About Transfer Functions in NARX

3 ビュー (過去 30 日間)
Fran Mat
Fran Mat 2014 年 2 月 24 日
編集済み: ayodeji ogundana 2023 年 6 月 14 日
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
ayodeji ogundana 2023 年 6 月 14 日
編集済み: ayodeji ogundana 2023 年 6 月 14 日
net.layers{i}.transferFcn = 'tansig';
for example
net.layers{1}.transferFcn

Community Treasure Hunt

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

Start Hunting!

Translated by