About Transfer Functions in NARX
Afficher commentaires plus anciens
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.
Réponses (1)
ayodeji ogundana
le 14 Juin 2023
Modifié(e) : ayodeji ogundana
le 14 Juin 2023
0 votes
net.layers{i}.transferFcn = 'tansig';
for example
net.layers{1}.transferFcn
Catégories
En savoir plus sur Define Shallow Neural Network Architectures dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!