0. DEAP:
DEAP: Evolutionary Algorithms Made Easy
Genetic algorithm based multi-objective feature selection techniques.
http://jmlr.org/papers/volume13/fortin12a/fortin12a.pdf
1. Weka
Filter, Wrapper
2. Java-ML: A Machine Learning Library
http://jmlr.org/papers/volume10/abeel09a/abeel09a.pdf
Entropy based methods (4)
Stepwise addition/removal (2)SVMRFE
Random forests
Ensemble feature selection
3. MATLAB:
Sequential feature selection:
http://www.mathworks.com/help/stats/feature-selection.html
Genetic Algorithm based:
http://www.mathworks.com/matlabcentral/fileexchange/29553-feature-selector-based-on-genetic-algorithms-and-information-theory/content/GA_feature_selector.m
4. KELL
http://sci2s.ugr.es/keel/algorithms.php#featureselection
Comments
Post a Comment