About Transfer Functions in NARX
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
ayodeji ogundana
il 14 Giu 2023
Modificato: ayodeji ogundana
il 14 Giu 2023
net.layers{i}.transferFcn = 'tansig';
for example
net.layers{1}.transferFcn
0 Commenti
Vedere anche
Categorie
Scopri di più su Define Shallow Neural Network Architectures in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!