Which Nonlinear Function isused in Nonlinear Autoregressive Neural Network(NARNET)?

1 visualización (últimos 30 días)
In am using NARNET for time series prediction. I want to know that which nonlinear function(i.e. sigmoid/tanh etc etc) is used in this case?

Respuesta aceptada

Greg Heath
Greg Heath el 14 de Nov. de 2017
Editada: Greg Heath el 14 de Nov. de 2017
You can find any net quantity by consecutively investigating the results of using commands without ending semicolons. For example
net = narnet
net.layers
net.layers(:)
net.layers{:}
However, this question is more simply answered by just looking at the figure
net = narnet;
view(net)
Hope this helps.
Thank you for formally accepting my answer
Greg

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by