paper-with-me

Papers

Efficient Wrapper Feature Selection using Autoencoder and Model Based Elimination

2019-05-28 · Sharan Ramjee, Aly El Gamal

We propose a computationally efficient wrapper feature selection method - called Autoencoder and Model Based Elimination of features using Relevance and Redundancy scores (AMBER) - that uses a single ranker model along with autoencoders to perform greedy backward elimination of features. The ranker model is used to prioritize the removal of features that are not critical to the classification task, while the autoencoders are used to prioritize the elimination of correlated features. We demonstrate the superior feature selection ability of AMBER on 4 well known datasets corresponding to different domain applications via comparing the classification accuracies with other computationally efficient state-of-the-art feature selection techniques. Interestingly, we find that the ranker model that is used for feature selection does not necessarily have to be the same as the final classifier that is trained on the selected features. Finally, we note how a smaller number of features can lead to higher accuracies on some datasets, and hypothesize that overfitting the ranker model on the training set facilitates the selection of more salient features.

📄 PDF Abstract BibTeX arXiv:1905.11592

Code (1)

alyelgamal/AMBER 공식 구현 tf

Tasks

feature selectionGeneral Classification

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Solana Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Enumerating Distinct Decision Trees

2017-08-01 · ICML 2017 8 · Salvatore Ruggieri

The search space for the feature selection problem in decision tree learning is the lattice of subsets of the available features. We provide an exact enumeration procedure of the subsets that lead to all and only th…

feature selection

IGRF-RFE: A Hybrid Feature Selection Method for MLP-based Network Intrusion Detection on UNSW-NB15 Dataset

2022-03-30 · Yuhua Yin, Julian Jang-Jaccard, Wen Xu, Amardeep Singh 외

The effectiveness of machine learning models is significantly affected by the size of the dataset and the quality of features as redundant and irrelevant features can radically degrade the performance. This paper propose…

Anomaly Detectionfeature selectionIntrusion DetectionNetwork Intrusion Detection

Feature Selection based on Machine Learning in MRIs for Hippocampal Segmentation

2015-01-16 · Sabina Tangaro, Nicola Amoroso, Massimo Brescia, Stefano Cavuoti 외

Neurodegenerative diseases are frequently associated with structural changes in the brain. Magnetic Resonance Imaging (MRI) scans can show these variations and therefore be used as a supportive feature for a number of ne…

BIG-bench Machine Learningfeature selectionHippocampus

On stable wrapper-based parameter selection method for efficient ANN-based data-driven modeling of turbulent flows

2023-08-04 · Hyeongeun Yun, Yongcheol Choi, Youngjae Kim, Seongwon Kang

To model complex turbulent flow and heat transfer phenomena, this study aims to analyze and develop a reduced modeling approach based on artificial neural network (ANN) and wrapper methods. This approach has an advantage…

Feature Selection as Deep Sequential Generative Learning

2024-03-06 · Wangyang Ying, Dongjie Wang, Haifeng Chen, Yanjie Fu

Feature selection aims to identify the most pattern-discriminative feature subset. In prior literature, filter (e.g., backward elimination) and embedded (e.g., Lasso) methods have hyperparameters (e.g., top-K, score thre…

feature selection