Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
hello, How can plot the evolution of responce for every input variable of a neural network after trainning.
  2 Kommentare
DemoiselX
DemoiselX am 19 Dez. 2013
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] )

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Greg Heath
Greg Heath am 19 Dez. 2013
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

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by