How to estimate sensitivites of a neural net model with exogenous variables?

1 次查看(过去 30 天)
Is there a way to estimate the slope (first derivative) of the response function of a neural net model with respect to various inputs around a point? The measure I am looking for is similar to the beta coefficients in a linear regression.

采纳的回答

Greg Heath
Greg Heath 2014-7-11
Differentiate the corresponding equation. For example, differentiate w.r.t. x:
y = b2 + LW * tansig( b1 + IW * x )

更多回答(1 个)

Anoush
Anoush 2014-7-13
Thank you Greg. Is there an easy way of accessing the arrays of the model (b1,b2,LW,IW)? I am researching this myself, but if there is an obvious way please let me know.

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by