https://ojs.wiserpub.com/index.php/CCDS/issue/feed Cloud Computing and Data Science 2026-07-08T08:38:17+08:00 Jayden editorccds@universalwiser.com Open Journal Systems <p>Cloud Computing and Data Science(CCDS) is an international, open-access, and peer-reviewed journal dedicated to advancing research in cloud computing and data science. The topics of strong interest to our readership span the exploration of established and rapidly emerging topics, which include but are not limited to: green cloud computing, edge computing, big data, and data mining, <a href="http://ojs.wiserpub.com/index.php/CCDS/about"><u>click here to see more...</u></a></p> <p> </p> https://ojs.wiserpub.com/index.php/CCDS/article/view/9014 Taming and Controlling Performance and Energy Trade-Offs Automatically in Network Applications 2026-02-02T09:22:27+08:00 Han Dong handong@bu.edu Sanjay Arora saarora@redhat.com Yara Awad awadyn@bu.edu Orran Krieger okrieg@bu.edu Jonathan Appavoo jappavoo@bu.edu <p>In this paper, we demonstrate that a server running a single latency-sensitive application can be treated as a black box to reduce energy consumption while meeting a Service-Level Agreement (SLA) target. We find that it is possible to identify “sweet spot” settings for packet batching and processing rate control. These settings represent optimal trade-offs between the software stack and hardware. Specifically, they account for both the arrival rate and the composition of requests being served. By testing a few combinations of these settings on the live system, a proof-of concept controller can dynamically find settings that reduce energy consumption while meeting a desired tail latency for the request rate. Our work demonstrates three key findings. First, without software changes, energy savings of up to 60% are achievable across diverse hardware systems by controlling batching and processing rates. Second, specialized research Operating Systems (OSes) can leverage this to achieve a further 40% energy savings over general-purpose OSes. Finally, we show that a controller that is agnostic to the application, system, and hardware, can find energy efficient settings for different request rates while meeting performance objectives.</p> 2026-03-11T00:00:00+08:00 Copyright (c) 2026 Han Dong, Sanjay Arora, Yara Awad, Orran Krieger, Jonathan Appavoo https://ojs.wiserpub.com/index.php/CCDS/article/view/9449 TinyML-Based Federated Learning: A Novel Framework for Privacy-Preserving Smart Healthcare Applications 2026-02-26T11:40:17+08:00 Manas Kumar Yogi manaskumar.y@pragati.ac.in K. V. V. L. S. Karthik karthik.khandavalli.rjy@gmail.com Pasupuleti Sri Durga Tanuja Gayatri tanujapasupuleti004@gmail.com <p>This paper presents an optimized integration framework combining Tiny Machine Learning (TinyML) and Federated Learning (FL) for privacy-preserving smart healthcare applications. While building upon established techniques, our contribution lies in their synergistic adaptation and optimization for resource-constrained healthcare Internet of Things (IoT) environments. We implement Adaptive Noise Injection (ANI) with data-sensitive tuning and Authenticated Homomorphic Encryption (AHE) using the Cheon-Kim-Kim-Song (CKKS) scheme to create a multi-layered privacy shield. Experimental validation using synthetic Electronic Health Record (EHR) data (derived from real Indonesian hospital patterns) demonstrates an effective privacy-utility balance, achieving 89% classification accuracy with differential privacy (ε = 1.0, σ = 0.01). The framework maintains inference latency under 60 ms with only 5% estimated daily battery consumption on typical wearable hardware.</p> 2026-04-02T00:00:00+08:00 Copyright (c) 2026 Manas Kumar Yogi, K. V. V. L. S. Karthik, Pasupuleti Sri Durga Tanuja Gayatri https://ojs.wiserpub.com/index.php/CCDS/article/view/9455 A K-Means, Ward, and DBSCAN Repeatability Study 2026-03-03T14:16:08+08:00 Anthony Bertrand anthony.bertrand@uca.fr Engelbert Mephu Nguifo engelbert.mephu_nguifo@uca.fr Violaine Antoine violaine.antoine@uca.fr David R.C. Hill david.hill@uca.fr <p>Reproducibility is essential in machine learning because it ensures that a model or experiment yields the same scientific conclusion. For specific algorithms, repeatability with bitwise identical results is also a key for scientific integrity because it allows debugging. We decomposed several very popular clustering algorithms: K-Means, Density-Based Spatial Clustering of Applications with Noise (DBSCAN), and Ward into their fundamental steps, and we identify the conditions required to achieve repeatability at each stage. We use an implementation example with the Python library scikit-learn to examine the repeatable aspects of each method. Our results reveal non-repeatable behavior with K-Means when the number of OpenMP threads exceeds two. This work aims to raise awareness of this issue among both users and developers, encouraging further investigation and potential fixes.</p> 2026-04-02T00:00:00+08:00 Copyright (c) 2026 Anthony Bertrand, Engelbert Mephu Nguifo, Violaine Antoine, David R.C. Hill https://ojs.wiserpub.com/index.php/CCDS/article/view/9481 Artificial Intelligence and Neural Network Based Maternal and Fetal Health Risk Level Prediction and Sensitivity Analysis During Pregnancy 2026-07-08T08:38:17+08:00 Zarin Tanzim ashik@nstu.edu.bd Md. Ashikur Rahman Khan ashik@nstu.edu.bd Ishtiaq Ahammad ashik@nstu.edu.bd Abir Hosen ashik@nstu.edu.bd Md. Masudur Rahman ashik@nstu.edu.bd Md. Tasin Tazwar ashik@nstu.edu.bd Nusrat Jahan ashik@nstu.edu.bd <p>Women’s health throughout pregnancy, childbirth, and the postpartum period is referred to as maternal health. Even though most pregnancies and births are successful, issues can occasionally arise and can be extremely painful for mothers and babies. Through a better und erstanding of risk factors and the implementation of earlier and more suitable interventions, predictive modeling can enhance outcomes and assist gynecologists in providing more effective care. The dataset used for analysis was collected from local hospitals in Bangladesh. For the analysis, the main risk factors considered are age, blood pressure (systolic), blood pressure (diastolic), body temperature, maternal heart rate, blood glucose, hepatitis B, Thyroid-Stimulating Hormone (TSH), Serum Glutamic-Pyruvic Transaminase (SGPT), serum uric acid, fetal heart rate, amount of amniotic fluid, fetal movement, and obesity. The dataset contains details of these features for women during pregnancy. Data preprocessing involved encoding categorical values into numeric form, handling missing values through imputation, selecting relevant features, and feature scaling, among other tasks. The data were then divided into training and testing sets, and the model with the best accuracy was determined. Multinomial Logistic Regression (MLR), Naïve Bayes(NB), K-Nearest Neighbors (KNN), Support Vector Machine (SVM), Decision Tree (DT), Random Forest (RF), and Multilayer Perceptron (MLP) Neural Network are among the models used. The MLR, Multinomial Naïve Bayes (MNB), KNN, SVM, DT, RF, and MLP algorithms achieved accuracies of 89.58%, 80.13%, 100.0%, 90.23%, 100.0%, 100.0%, and 100.0%, respectively. The DT, RF, and MLP algorithms also yielded the best precision, recall, F1-score, and Receiver Operating Characteristic-Area Under the Curve (ROC-AUC) score, all at 100.0%. The DT, RF, and MLP algorithms performed best overall in terms of accuracy, precision, recall, F1-score, and ROC-AUC score compared to the other algorithms. The input and target variables were also subjected to sensitivity analysis to determine which input parameters have the most significant impact on risk. According to the sensitivity analysis, the following factors significantly impact the risk to the mother’s and fetus’s health: blood pressure (systolic and diastolic), fetal movement, fetal heart rate, and the amount of amniotic fluid. This study will help improve healthcare for expectant mothers and their fetuses by reducing maternal and child morbidity during pregnancy in Bangladesh.</p> 2026-07-22T00:00:00+08:00 Copyright (c) 2026 Zarin Tanzim, Md. Ashikur Rahman Khan, Ishtiaq Ahammad, Abir Hosen, Md. Masudur Rahman, Md. Tasin Tazwar, Nusrat Jahan https://ojs.wiserpub.com/index.php/CCDS/article/view/9566 The Personalization Paradox: Semantic Loss Vs. Reasoning Gains in Agentic AI Q & A 2026-04-30T14:03:22+08:00 Satyajit Movidi sm402@students.uwf.edu Stephen Russell russell@uwf.edu <p>This study examines how personalization in agentic retrieval-augmented Artificial Intelligence (AI) systems influences the quality of answers delivered in institutional knowledge access settings such as academic advising. Prior advising and knowledge-access systems typically assume personalization is universally beneficial, yet little empirical evidence evaluates how it alters information quality. This paper addresses this gap by analyzing personalization as an independent factor within a Retrieval-Augmented Generation Large Language Model (RAG LLM) used for student advising. The study evaluates ten system configurations across personalized and non-personalized conditions using twelve authentic advising questions intentionally designed for lexical strictness. Performance was assessed using lexical metrics (Bilingual Evaluation Understudy (BLEU), Recall-Oriented Understudy for Gisting Evaluation (ROUGE)-L), semantic similarity measures (Metric for Evaluation of Translation with Explicit ORdering (METEOR), BERTScore), and reasoning/grounding metrics from the Retrieval Augmented Generation Assessment (RAGAs) framework. A Linear Mixed-effects Model (LMM) was used to quantify main effects and interactions. Personalization in agentic AI does not yield uniform gains; instead, it creates a critical trade-off where factors that significantly improve reasoning quality also incur a statistically significant penalty on semantic similarity. Specifically, personalized configurations produced a statistically significant decrease in BERTScore (0.841 vs. 0.848, <em>p</em> &lt; 0.0001) alongside a simultaneous and significant improvement in METEOR (0.361 vs. 0.251, Δ = + 0.110, <em>p</em> &lt; 0.0001), together demonstrating the metric-dependent nature of the trade-off. Grounding and reasoning metrics simultaneously improved, with Faithfulness rising from 0.655 to 0.711 (<em>p</em> = 0.0135), further supporting that personalization enhances answer quality even as it is penalized by semantic similarity metrics. Personalization decreases semantic similarity scores, not due to quality loss but because generic semantic metrics penalize beneficial user-specific deviations. The configuration that applied personalization redundantly across all three stages: setting the AI’s role, guiding document retrieval, and conditioning the final response generation, achieved the best overall results, confirming that fully integrated user-specific adaptation yields the most effective balance between reasoning gains and semantic penalties.</p> 2026-05-18T00:00:00+08:00 Copyright (c) 2026 Satyajit Movidi, Stephen Russell https://ojs.wiserpub.com/index.php/CCDS/article/view/9831 Advancing Explainable AI for Clinical Decision Support: A Multimodal Evaluation Framework 2026-04-16T14:06:06+08:00 Hashim Ali hashim.ali@nu.edu.kz <p>The increasing integration of Artificial Intelligence (AI) into Clinical Decision Support Systems (CDSS) is constrained by the limited transparency of model predictions, which undermines clinician trust and slows adoption in safety-critical settings. To address this barrier, we propose a unified multimodal evaluation framework for eXplainable AI (XAI) and empirically assess the behavior of the explanations in four clinically relevant modalities: chest radiography for pathology detection, Electroencephalography (EEG)-based epilepsy decision support using High-Frequency Oscillation (HFO) evidence, multimodal emotion recognition for psychological decision support and prediction of Alzheimer's disease based on Electronic Health Records (EHR). The framework evaluates widely used explanation mechanisms, including Gradient-weighted Class Activation Mapping (Grad-CAM), Integrated Gradients (IG), SHapley Additive exPlanations (SHAP)-style feature attribution, and attention-based interpretation, using modality-appropriate criteria that emphasize reliability, robustness, and clinical plausibility rather than visualization quality alone. The results show that Grad-CAM provides stable region-level localization in chest X-ray prediction. In contrast, EEG-based epilepsy decision support requires interpretability grounded in domain-specific biomarkers and time-frequency structure rather than generic saliency. In multimodal emotion recognition, fusion improves performance, but the contribution of each modality varies by emotional state, highlighting the need for interpretable fusion analyses. For Alzheimer's prediction, a tuned CatBoost model achieves strong discrimination, and feature-level analyses identify clinically significant drivers, including Mini-Mental State Examination (MMSE)-related measures. Cross-modal synthesis demonstrates that explanation effectiveness is inherently task- and modality-dependent and that explanation instability and susceptibility to spurious cues remain recurring risks across settings, consistent with concerns about the faithfulness of saliency explanations. In general, the proposed framework supports the practical implementation of XAI in healthcare by providing modality-aligned guidance for selecting and validating explanations within clinical workflows.</p> 2026-04-23T00:00:00+08:00 Copyright (c) 2026 Hashim Ali https://ojs.wiserpub.com/index.php/CCDS/article/view/10054 A Cyber Secure Framework for Modern Database Systems 2026-06-08T11:22:16+08:00 Hafiz Malik Usman Shehzad usman.ms22.ist.bds@gmail.com Altaf Hussain altaf.hussain@ist.edu.pk <p>Database servers remain prime targets for cyberattacks due to their critical role in storing sensitive organizational data and supporting missioncritical applications; however, database security is often implemented through isolated controls, such as access management, encryption, logging, and backup, leading to fragmented protection and exploitable gaps across applications, identity, configuration, monitoring, and governance layers. This study proposes a comprehensive cybersecurity framework for modern database systems based on a layered architecture that integrates prevention, detection, and governance across the database lifecycle. The framework comprises seven coordinated layers: network and perimeter segmentation with mutual Transport Layer Security (mTLS), host and operating system hardening, identity and privileged access management, secure database configuration controls, data protection mechanisms, centralized key management, and continuous monitoring with correlation and anomaly-based detection. Using design science research methodology, a prototype reference deployment was evaluated against a baseline system under realistic workloads and simulated attack scenarios, including credential compromise, privilege escalation, Structures Query Language (SQL) injection via application pathways, data exfiltration attempts, destructive ransomware-like queries, and insider-style bulk data exports. The results indicate that the proposed framework reduces attack surface exposure, limits potential damage, enhances detection readiness, and strengthens containment and recovery capabilities. Although additional controls introduced measurable overhead in latency, throughput, and telemetry volume, these trade-offs remained operationally acceptable with appropriate tuning. The study contributes a validated reference architecture and evaluation framework for secure database deployment across cloud, hybrid, and onpremises environments.</p> 2026-06-25T00:00:00+08:00 Copyright (c) 2026 Hafiz Malik Usman Shehzad, Altaf Hussain https://ojs.wiserpub.com/index.php/CCDS/article/view/9092 From Adoption to Execution: Challenges and Frameworks for Cloud ERP Implementation-A Systematic Literature Review 2026-01-14T08:43:03+08:00 Caroline Hornegger c.hornegger@mci4me.at Michael Kohlegger c.hornegger@mci4me.at Christian Ploder Christian.Ploder@mci.edu <p>An increasing number of companies are migrating their Enterprise Resource Planning (ERP) systems to the cloud-an area that remains relatively underexplored, as traditional ERP systems were typically deployed on premises. While many organizations already operate other systems in the cloud, ERP systems are particularly critical because they integrate core business processes and manage daily operations, making cloud migration a high-risk transformation that must be carefully planned and executed to ensure business continuity. This study aims to identify the key challenges and implementation frameworks associated with Cloud ERP migration through a Systematic Literature Review (SLR). Studies published between 2015 and 2025 were retrieved from five academic databases, screened using predefined inclusion and quality criteria, and synthesised using Excel and Orange Data Mining software, resulting in a final sample of 58 studies. The results identify 26 distinct challenges-such as data migration, security and privacy concerns, vendor dependence, and resistance to change-and 12 classes of frameworks intended to mitigate these barriers across different organizational and contextual settings. In contrast to prior reviews that primarily catalogue adoption drivers or isolated challenges, this study contributes a structured synthesis that explicitly maps implementation challenge categories to classes of implementation frameworks across different organisational contexts. This integrative perspective reveals systematic coverage gaps in existing frameworks and provides decision-oriented guidance for selecting implementation approaches in practice.</p> 2026-03-19T00:00:00+08:00 Copyright (c) 2026 Caroline Hornegger, Michael Kohlegger, Christian Ploder