neural network sensitivity analysis inputs

Is there a command to the neural network, which tells me that input variable is more important in the equation generated?
Created a network of 10 neurons, and analyzing the weights is very difficult. Exist a command that MATLAB make me a sensitivity analysis ?
XOXO

 Akzeptierte Antwort

Greg Heath
Greg Heath am 25 Okt. 2015

0 Stimmen

No. However, I have gotten very good fast suboptimal results by starting with polynomial models of standardized (zero-mean/unit-variance) variables because polynomials are linear in the coefficients. Typically, I start with backward and forward selection of linear and quadratic models. Relatively useless variables are often readily discarded at this stage before continuing with backward and sometimes forward selection with neural models.
Hope this helps.
Thank you for formally accepting my answer
Greg
P.S. Sizes of MATLAB EXAMPLE regression, time-series and classification datasets can be obtained from NEWSGROUP threads 337914, 338208 and 339984, respectively.

1 Kommentar

Hello Greg, do you know if this option is available using the NNSTART toolbox, Fitting option in MATLAB 2022a? I see the question above was asked in 2015. Best regards,

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-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