neural network sensitivity analysis inputs

8 views (last 30 days)
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

Accepted Answer

Greg Heath
Greg Heath on 25 Oct 2015
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 Comment
Luis Velasquez Acero
Luis Velasquez Acero on 2 Dec 2022
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,

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!