plot the evolution of responce for every input variable of a neural network after trainning

hello, How can plot the evolution of responce for every input variable of a neural network after trainning.

댓글 수: 2

Your question is too ambiguous to understand. Please revise.
i have trainned a neural network with 4 variable. Now i want to know how my function ( wich is simuleted with ann) behaves with respect to these variables (each variable and from its low level to its high level [-1,1] )

댓글을 달려면 로그인하십시오.

 채택된 답변

Set 3 of the variables equal to their mean value. Then vary the other; For example
input2 = [ repmat(mean(x(1,:)')',1,N); x(2,:) ;repmat(mean(x(3,:)')',1,N);
repmat(mean(x(4,:)')',1,N); ];
Hope this helps,
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2013년 12월 17일

댓글:

2013년 12월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by