Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

Scalability of Predictive Models on Multi-Core CPUs and GPUs: An Empirical Analysis

Author 1: Atif Mahmood Author 2: Wan Joe Dean Author 3: P. Ganesh Kumar Author 4: Adnan N. Qureshi
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 17, No. 2 · Published 2026

DOI: https://doi.org/10.14569/IJACSA.2026.01702108

Abstract

The scalability of predictive models has become a critical factor in modern machine learning, as data volumes grow and computational resources diversify. This study presents an empirical benchmark of three widely used regression paradigms: Elastic Net, XGBoost, and Multi-Layer Perceptrons (MLPs). The Obesity Estimation dataset is used to evaluate both predictive performance and computational scalability across multi-core CPUs and GPUs. Unlike prior studies that primarily emphasize accuracy, we explicitly examine the trade-offs between accuracy, training time, and hardware efficiency. Models are evaluated under staged training loads (10–100% of data) with grid-searched hyperparameters (for Elastic Net and XGBoost) and regularized deep architectures (for MLP). Results demonstrate that while XGBoost achieves the highest predictive accuracy (R2 = 0.91), it incurs significant computational overhead on CPUs, whereas GPU acceleration substantially improves its scalability. MLPs provide competitive accuracy (R2 = 0.87) with an order-of-magnitude lower training time on GPUs, making them attractive for rapid or repeated retraining. Elastic Net offers interpretability and linear scalability on CPUs, but lags in predictive power. These findings provide practitioners with a decision framework: XGBoost for maximum accuracy, MLPs for efficient retraining, and Elastic Net for interpretability and small-scale tasks. More broadly, this work highlights that hardware selection is as important as algorithm choice, with GPUs serving as enablers of state-of-the-art performance on structured data.

Keywords

How to Cite this Article

Mahmood, A., Dean, W. J., Kumar, P. G., & Qureshi, A. N. (2026). Scalability of Predictive Models on Multi-Core CPUs and GPUs: An Empirical Analysis. International Journal of Advanced Computer Science and Applications, 17(2). https://doi.org/10.14569/IJACSA.2026.01702108

Mahmood, Atif, et al.. "Scalability of Predictive Models on Multi-Core CPUs and GPUs: An Empirical Analysis." International Journal of Advanced Computer Science and Applications, vol. 17, no. 2, 2026, https://doi.org/10.14569/IJACSA.2026.01702108.

@article{Mahmood2026,
  title     = {Scalability of Predictive Models on Multi-Core CPUs and GPUs: An Empirical Analysis},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {17},
  number    = {2},
  year      = {2026},
  publisher = {The Science and Information Organization},
  author    = {Atif Mahmood and Wan Joe Dean and P. Ganesh Kumar and Adnan N. Qureshi},
  doi       = {10.14569/IJACSA.2026.01702108},
  url       = {https://doi.org/10.14569/IJACSA.2026.01702108}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.