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

 採用された回答

Greg Heath
Greg Heath 2015 年 10 月 25 日

0 投票

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 件のコメント

Luis Velasquez Acero
Luis Velasquez Acero 2022 年 12 月 2 日
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,

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および 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