paper-with-me

Papers

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. The main aim of feature selection as a pre-processing task is to eliminate these features and select the most effective ones. In the literature, metaheuristic algorithms show a successful performance to find optimal feature subsets. In this paper, two binary metaheuristic algorithms named S-shaped binary Sine Cosine Algorithm (SBSCA) and V-shaped binary Sine Cosine Algorithm (VBSCA) are proposed for feature selection from the medical data. In these algorithms, the search space remains continuous, while a binary position vector is generated by two transfer functions S-shaped and V-shaped for each solution. The proposed algorithms are compared with four latest binary optimization algorithms over five medical datasets from the UCI repository. The experimental results confirm that using both bSCA variants enhance the accuracy of classification on these medical datasets compared to four other algorithms.

📄 PDF Abstract BibTeX arXiv:1911.07805

Code (0)

등록된 구현이 없습니다.

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,…

Similar Papers 제목 키워드 기반

Comparing apples to apples in the evaluation of binary coding methods

2014-05-05 · Mohammad Rastegari, Shobeir Fakhraei, Jonghyun Choi, David Jacobs 외

We discuss methodological issues related to the evaluation of unsupervised binary code construction methods for nearest neighbor search. These issues have been widely ignored in literature. These coding methods attempt t…

Depth linear discrimination-oriented feature selection method based on adaptive sine cosine algorithm for software defect prediction

2024-05-20 · Expert Systems with Applications 2024 5 · Abdullah B. Nasser, Waheed Ali H.M. Ghanem, Abdul-Malik H.Y. Saad, Antar Shaddad Hamed Abdul-Qawy 외

Software Defect Prediction (SDP) plays a vital role in the software development life cycle as it helps identify and fix software defects. However, predicting software defects with irrelevant features and overlapping clas…

feature selection

Fast top-K Cosine Similarity Search through XOR-Friendly Binary Quantization on GPUs

2020-08-05 · Xiaozheng Jian, Jianqiu Lu, Zexi Yuan, Ao Li

We explore the use of GPU for accelerating large scale nearest neighbor search and we propose a fast vector-quantization-based exhaustive nearest neighbor search algorithm that can achieve high accuracy without any index…

GPUQuantization

Hyperspectral holography and spectroscopy: computational features of inverse discrete cosine transform

2019-10-04 · Vladimir Katkovnik, Igor Shevkunov, Karen Egiazarian

Broadband hyperspectral digital holography and Fourier transform spectroscopy are important instruments in various science and application fields. In the digital hyperspectral holography and spectroscopy the variable of …

Fast Cosine Similarity Search in Binary Space with Angular Multi-index Hashing

2016-09-14 · Sepehr Eghbali, Ladan Tahvildari

Given a large dataset of binary codes and a binary query point, we address how to efficiently find $K$ codes in the dataset that yield the largest cosine similarities to the query. The straightforward answer to this prob…