paper-with-me

Papers

Feature subset selection for Big Data via Chaotic Binary Differential Evolution under Apache Spark

2022-02-08 · Yelleti Vivek, Vadlamani Ravi, P. Radhakrishna

Feature subset selection (FSS) using a wrapper approach is essentially a combinatorial optimization problem having two objective functions namely cardinality of the selected-feature-subset, which should be minimized and the corresponding area under the ROC curve (AUC) to be maximized. In this research study, we propose a novel multiplicative single objective function involving cardinality and AUC. The randomness involved in the Binary Differential Evolution (BDE) may yield less diverse solutions thereby getting trapped in local minima. Hence, we embed Logistic and Tent chaotic maps into the BDE and named it as Chaotic Binary Differential Evolution (CBDE). Designing a scalable solution to the FSS is critical when dealing with high-dimensional and voluminous datasets. Hence, we propose a scalable island (iS) based parallelization approach where the data is divided into multiple partitions/islands thereby the solution evolves individually and gets combined eventually in a migration strategy. The results empirically show that the proposed parallel Chaotic Binary Differential Evolution (P-CBDE-iS) is able to find the better quality feature subsets than the Parallel Bi-nary Differential Evolution (P-BDE-iS). Logistic Regression (LR) is used as a classifier owing to its simplicity and power. The speedup attained by the proposed parallel approach signifies the importance.

📄 PDF Abstract BibTeX arXiv:2202.03795

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Embedded Chaotic Whale Survival Algorithm for Filter-Wrapper Feature Selection

2020-05-10 · Ritam Guha, Manosij Ghosh, Shyok Mutsuddi, Ram Sarkar 외

Classification accuracy provided by a machine learning model depends a lot on the feature set used in the learning process. Feature Selection (FS) is an important and challenging pre-processing technique which helps to i…

feature selectionGeneral Classification

Optimizing Feature Selection for Binary Classification with Noisy Labels: A Genetic Algorithm Approach

2024-01-12 · Vandad Imani, Elaheh Moradi, Carlos Sevilla-Salcedo, Vittorio Fortino 외

Feature selection in noisy label scenarios remains an understudied topic. We propose a novel genetic algorithm-based approach, the Noise-Aware Multi-Objective Feature Selection Genetic Algorithm (NMFS-GA), for selecting …

Binary Classificationfeature selection

Binary Sine Cosine Algorithms for Feature Selection from Medical Data

2019-11-15 · Shokooh Taghian, Mohammad H. Nadimi-Shahraki

A well-constructed classification model highly depends on input feature subsets from a dataset, which may contain redundant, irrelevant, or noisy features. This challenge can be worse while dealing with medical datasets.…

feature selectionGeneral Classification

Scalable Feature Subset Selection for Big Data using Parallel Hybrid Evolutionary Algorithm based Wrapper in Apache Spark

2021-06-26 · Yelleti Vivek, Vadlamani Ravi, Pisipati Radhakrishna

Owing to the emergence of large datasets, applying current sequential wrapper-based feature subset selection (FSS) algorithms increases the complexity. This limitation motivated us to propose a wrapper for feature subset…

Combinatorial OptimizationEvolutionary Algorithms

Quantum Annealing for Automated Feature Selection in Stress Detection

2021-06-09 · Rajdeep Kumar Nath, Himanshu Thapliyal, Travis S. Humble

We present a novel methodology for automated feature subset selection from a pool of physiological signals using Quantum Annealing (QA). As a case study, we will investigate the effectiveness of QA-based feature selectio…

feature selection