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
ayodeji ogundana 2023 年 6 月 14 日
編集済み: ayodeji ogundana 2023 年 6 月 14 日

0 投票

net.layers{i}.transferFcn = 'tansig';
for example
net.layers{1}.transferFcn

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2014 年 2 月 24 日

編集済み:

2023 年 6 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by