Clear Filters
Clear Filters

About Transfer Functions in NARX

6 views (last 30 days)
Fran Mat
Fran Mat on 24 Feb 2014
Edited: ayodeji ogundana on 14 Jun 2023
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.

Answers (1)

ayodeji ogundana
ayodeji ogundana on 14 Jun 2023
Edited: ayodeji ogundana on 14 Jun 2023
net.layers{i}.transferFcn = 'tansig';
for example
net.layers{1}.transferFcn

Categories

Find more on Specialized Power Systems in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!