How to plot error for multi-step ahead prediction using Narxnet..?
조회 수: 11 (최근 30일)
이전 댓글 표시
Hi,, all http://imageshack.us/photo/my-images/710/8yd9.png/ above link is the image result, predicted using narx net, now i'm trying to plot error, for those result , so i tried the below code, % Test the Network outputs = net(inputs,inputStates,layerStates); errors = gsubtract(targets,outputs); performance = perform(net,targets,outputs)
% View the Network
% view(net)
% Plots
% Uncomment these lines to enable various plots.
%figure, plotperform(tr)
%figure, plottrainstate(tr)
%figure, plotregression(targets,outputs)
%figure, plotresponse(targets,outputs)
%figure, ploterrcorr(errors)
%figure, plotinerrcorr(inputs,errors)
but it is showing error.. so would any one share a code for plotting error...?? please help...
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!