[NARX] How can I interpret the input weight with delay
이전 댓글 표시
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)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!