MATLAB: Correlation of input variables in ANN

correlation annDeep Learning Toolbox

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.

Best Answer

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.