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

1 次查看(过去 30 天)
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?

采纳的回答

Greg Heath
Greg Heath 2017-11-14
编辑:Greg Heath 2017-11-14
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Conditional Mean Models 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by