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 Exchange에서 Deep 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