paper-with-me

Papers

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 selection (FSS) based on parallel and distributed hybrid evolutionary algorithms (EAs) under the Apache Spark environment. The hybrid EAs are based on the BDE and Binary Threshold Accepting (BTA), a point-based EA, which is invoked to enhance the search capability and avoid premature convergence of the PB-DE. Thus, we designed the hybrid variants (i) parallel binary differential evolution and threshold accepting (PB-DETA), where DE and TA work in tandem in every iteration, and (ii) parallel binary threshold accepting and differential evolution (PB-TADE), where TA and DE work in tandem in every iteration under the Apache Spark environment. Both PB-DETA and PB-TADE are compared with the baseline, viz., the parallel version of the binary differential evolution (PB-DE). All three proposed approaches use logistic regression (LR) to compute the fitness function, namely, the area under ROC curve (AUC). The effectiveness of the proposed algorithms is tested over the five large datasets of varying feature space dimension, taken from cyber security and biology domains. It is noteworthy that the PB-TADE turned out to be statistically significant compared to PB-DE and PB-DETA. We reported the speedup analysis, average AUC obtained by the most repeated feature subset, feature subset with high AUC and least cardinality.

📄 PDF Abstract BibTeX arXiv:2106.14007

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationEvolutionary Algorithms

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 제목 키워드 기반

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 …

Combinatorial Optimization

Median Selection Subset Aggregation for Parallel Inference

2014-10-24 · NeurIPS 2014 12 · Xiangyu Wang, Peichao Peng, David Dunson

For massive data sets, efficient computation commonly relies on distributed algorithms that store and process subsets of the data on different machines, minimizing communication costs. Our focus is on regression and clas…

feature selectionModel SelectionVariable Selection

Fast Parallel Algorithms for Statistical Subset Selection Problems

2019-03-06 · NeurIPS 2019 12 · Sharon Qian, Yaron Singer

In this paper, we propose a new framework for designing fast parallel algorithms for fundamental statistical subset selection tasks that include feature selection and experimental design. Such tasks are known to be weakl…

Combinatorial OptimizationExperimental Designfeature selection

An Efficient, Parallelized Algorithm for Optimal Conditional Entropy-Based Feature Selection

2020-04-24 · Gustavo Estrela, Marco D. Gubitoso, Carlos E. Ferreira, Junior Barrera 외

In Machine Learning, feature selection is an important step in classifier design. It consists of finding a subset of features that is optimum for a given cost function. One possibility to solve feature selection is to or…

BIG-bench Machine Learningfeature selection

Parallel Instance Filtering for Malware Detection

2022-06-28 · Martin Jureček, Olha Jurečková

Machine learning algorithms are widely used in the area of malware detection. With the growth of sample amounts, training of classification algorithms becomes more and more expensive. In addition, training data sets may …

Malware Detection