[NARX] How can I interpret the input weight with delay
Show older comments
Hi all, I have created a NARX neural network model using matlab with 4 exogenous variables, 2 delays and 3 hidden neurons.
After training,I want to retrieve the weights of each input and the corresponding delay input. By using net.IW{1}, i have returned the following output: >> net.IW{1}
ans =
0.0447 -0.2305 -0.6253 0.5424 -0.2860 -0.0664 -0.4632 -0.8809
0.0167 -0.1856 -0.1209 0.2211 -0.2072 -0.2291 -0.1980 -0.4857
0.0333 -0.1057 0.4207 -0.1289 -0.0046 -0.1781 0.0888 0.0221
which is 3X8.
So here is the question: for the 1st neuron, how can I interpret the 8 numbers? which of the 2 are correspond to the 1st exogenous variable? is it (0.0447 and -0.2305) or (0.0447 and -0.2860)
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!