In supervised learning techniques (focusing mainly on SVM and Neural network) , how one could choose the features which would provide the most efficient model/network. In more sensible way, Is there any methods to eliminate the feature that is not relative or removing redundant features?

Problem : Pattern Recognition using Image processing

Method : SVM and ANN (Tried)

Results : 82% SVM - After scaling and finding the best C and Gamma using grid search.(Libsvm)

86% ANN - Using SCG patternnet (Matlab)

How to improve the efficiency?

Similar questions and discussions