错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Ensemble Learning with Extremely Randomized k-Nearest Neighbors for Accurate and Efficient Classification

  • Abid Saber,
  • Moncef Abbas,
  • Belkacem Fergani

摘要

Ensemble learning has emerged as a potent methodology for enhancing the accuracy, stability, and robustness of machine learning models. In this paper, we introduce a novel ensemble learning approach that primarily uses nearest neighbor modeling (kNN) and genetic algorithms (GA) to build a highly efficient classification model, which we call “Extra-kNNs”. This model operates across three distinct layers. First, we employ strong randomization of both bootstrap sampling and kNN hyperparameters to build a diverse collection of kNNs in the input layer. Next, we improve their efficiency using a clustering-based transformation layer. Finally, the output layer optimizes the ensemble’s performance using a GA algorithm to build an effective ensemble model. The proposed approach addresses the limitations of kNN, including sensitivity to noise, challenges in high-dimensional data, and its relative ineffectiveness in ensemble methods compared to decision trees. We tested our method rigorously on 15 real-world datasets, comparing its performance to several individual and ensemble models. Our empirical findings demonstrate that the suggested model achieves higher accuracy and classification efficiency than state-of-the-art algorithms.