Correlation of input variables in ANN

6 Ansichten (letzte 30 Tage)
Rita
Rita am 16 Feb. 2016
Beantwortet: Greg Heath am 17 Feb. 2016
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.

Akzeptierte Antwort

Greg Heath
Greg Heath am 17 Feb. 2016
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.

Weitere Antworten (1)

Matthew Eicholtz
Matthew Eicholtz am 16 Feb. 2016
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).
  1 Kommentar
Rita
Rita am 17 Feb. 2016
Thanks . I mean mse and R Squared of Ann.I am using matlab .

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help 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