Correlation of input variables in ANN
1 回表示 (過去 30 日間)
古いコメントを表示
Hi , Do correlations between two input variables reduce the performance of neural network? for example, if we have 5 input variables and two of them has a high coefficent correlation.
0 件のコメント
採用された回答
Greg Heath
2016 年 2 月 17 日
Matlab can handle highly correlated inputs. However, if you want to interpret the output in terms of the inputs, you can recursively remove redundant and ineffective inputs from a linear model using STEPWISE or STEPWISEFIT.
0 件のコメント
その他の回答 (1 件)
Matthew Eicholtz
2016 年 2 月 16 日
It depends on what you mean by performance. My intuition tells me that correlated input variables should not decrease network accuracy, but will increase network redundancy (and as a result may increase training time).
Since this question is not necessarily specific to MATLAB, I would suggest posting to other sites as well if you want to reach a broader audience (e.g. Cross Validated, StackOverflow).
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!