Function change in NARX NN for time series prediction
1 次查看(过去 30 天)
显示 更早的评论
Hello, I am doing a NARX prediction model by the tool in matlab. I normalized my inputs and targets by standard deviation 1 and mean 0. The values are now both negative and positive( z score). My understanding is I have sigmoid function as default transfer function (Hidden layer) and it’s range is 0 to 1. Now as I have both negetive and positive values I feel I need to change my hidden layer transfer function that can take both negetive values and positive value range (-1,1). I was just wondering wondering how can I change that. The simple script developed by the tool does not contain the option to change The function . Please suggest.
Thanks
0 个评论
采纳的回答
Greg Heath
2018-8-1
>Hello, I am doing a NARX prediction model by the tool in matlab. I normalized my inputs and targets by standard deviation 1 and mean 0. The values are now both negative and positive( z score). My understanding is I have sigmoid function as default transfer function (Hidden layer) and it’s range is 0 to 1.
No. It is tansig = tanh which is bipolar.
The simple scripts in the documentation
help narx
and
doc narx
are worth pursuing before attempting your own problem.
I have posted additional help in both NEWSGROUP and ANSWERS.
greg narx
greg narxnet
should suffice.
Hope this helps.
Thank you for formally accepting my answer
Greg
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!