About Transfer Functions in NARX
6 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
ayodeji ogundana
2023 年 6 月 14 日
編集済み: ayodeji ogundana
2023 年 6 月 14 日
net.layers{i}.transferFcn = 'tansig';
for example
net.layers{1}.transferFcn
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!