Skip to content
/ MRMSR Public

Paper Code Implementation: Feature Selection With Maximal Relevance and Minimal Supervised Redundancy

Notifications You must be signed in to change notification settings

cx-333/MRMSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Paper Code Implementation : Feature Selection With Maximal Relevance and Minimal Supervised Redundancy

Abstract: Feature selection (FS) for classification is crucial for large-scale images and bio-microarray data using machine learning. It is challenging to select informative features from high-dimensional data which generally contains many irrelevant and redundant features. These features often impede classifier performance and misdirect classification tasks. In this article, we present an efficient FS algorithm to improve classification accuracy by taking into account both the relevance of the features and the pairwise features correlation in regard to class labels. Based on conditional mutual information and entropy, a new supervised similarity measure is proposed. The supervised similarity measure is connected with feature redundancy minimization evaluation and then combined with feature relevance maximization evaluation. A new criterion max-relevance and min-supervised-redundancy (MRMSR) is introduced and theoretically proved for FS. The proposed MRMSR-based method is compared to seven existing FS approaches on several frequently studied public benchmark datasets. Experimental results demonstrate that the proposal is more effective at selecting informative features and results in better competitive classification performance.

About

Paper Code Implementation: Feature Selection With Maximal Relevance and Minimal Supervised Redundancy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages