Although there are fancy ways to rank variables for neural networks, most are (in my opinion, too complicated to waste time over).
What I have found is that sufficiently good variable rankings can be obtained by using simple 1st and 2nd order polynomial models with MATLAB variable selection algorithms.
In doing so I first look at linear and linear with squares before considering cross products.
Those 3 results tend to yield good enough information for rejecting variables with low prediction ability.
Hope this helps.
Thank you for formally accepting my answer
Greg
2 Comments
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/327967-how-to-implement-feature-selection-on-a-fitting-ann#comment_434698
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/327967-how-to-implement-feature-selection-on-a-fitting-ann#comment_434698
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/327967-how-to-implement-feature-selection-on-a-fitting-ann#comment_451075
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/327967-how-to-implement-feature-selection-on-a-fitting-ann#comment_451075
Sign in to comment.