필터 지우기
필터 지우기

Correlation of input variables in ANN

조회 수: 3 (최근 30일)
Rita
Rita 2016년 2월 16일
답변: Greg Heath 2016년 2월 17일
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.

채택된 답변

Greg Heath
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.

추가 답변 (1개)

Matthew Eicholtz
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).
  댓글 수: 1
Rita
Rita 2016년 2월 17일
Thanks . I mean mse and R Squared of Ann.I am using matlab .

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by