フィルターのクリア

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

1 回表示 (過去 30 日間)
hello, How can plot the evolution of responce for every input variable of a neural network after trainning.
  2 件のコメント
Greg Heath
Greg Heath 2013 年 12 月 18 日
Your question is too ambiguous to understand. Please revise.
DemoiselX
DemoiselX 2013 年 12 月 19 日
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] )

サインインしてコメントする。

採用された回答

Greg Heath
Greg Heath 2013 年 12 月 19 日
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
  1 件のコメント
DemoiselX
DemoiselX 2013 年 12 月 22 日
thak you , it is not realy what i m looking for, but that can helps me.
Thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by