Your search

In authors or contributors
  • Modeling lipase activity aids researchers in optimizing features such as temperature, pH, and substrate concentration to boost enzyme performance. This is essential in biotechnology for progressing the productivity and yield of processes such as fermentation, biodiesel production, and bioremediation. Fermentation is a highly complex, multivariable, and non-linear biotechnological process that produces bioactive materials. This study leverages artificial neural networks (ANN) to predict lipase activity in batch fermentation processes, addressing the inherent challenges in weight learning optimization often encountered with traditional algorithms like Backpropagation (BP). Several metaheuristic algorithms were employed to optimize the Multilayered Perceptron (MLP) structure and weights, including moth-frequency optimization (MFO), Particle Swarm Optimization (PSO), Dandelion Optimizer Algorithm (DO), Crow Search Algorithm (CSA), and Salp Swarm Algorithm (SSA) to overcome these limitations. Among the tested algorithms, MFO emerged as the most effective approach, achieving superior performance in weight learning with the best fitness value (i.e., mean square error (MSE)) of 0.6006. MFO-optimized ANN models deliver the most accurate predictions for lipase activity, highlighting their potential as a powerful tool for advancing industrial fermentation process optimization. © 2025 IEEE.

  • Water flow prediction and planning significantly help decision-makers determine the most suitable irrigation strategy and crop type and help avoid risks from flooding, among other benefits. Conventional statistical and physical models are often challenged by the highly dynamic and nonlinear nature of hydrological processes. Recent advances in machine learning (ML), including artificial neural networks (ANNs), provide powerful tools for modeling these complex relationships. However, the performance of these models depends on the optimal parameter tuning. By combining ANN with Crow Search Optimization, we aim to improve prediction accuracy and robustness while providing a clever, adaptable, and reliable solution to real-world water flow forecasting problems. The Crow Search Algorithm (CSA) is one of the most recent metaheuristic algorithms used as a training algorithm for neural network models to achieve higher performance. This research provides an evolutionary-based model to predict the flow of the Black River, a well-known river in the USA. The adopted ANN model was used to train and predict daily flows at the initial Black Water River station (No. 02047500) near Dendron, Virginia. Among the well-known metaheuristic algorithms employed in this study for comparison are the Salp Swarm Algorithm (SSA), Particle Swarm Optimization (PSO), and the Dandelion Optimizer (DO). Based on comparative research, the CSA algorithm outperforms other training algorithms in predicting river flow, achieving an average fitness value of 0.0048926, which is 41% better than SSA, 81% better than PSO, and 49% better than DO. Furthermore, CSA has achieved a superior convergence curve, and high variance accounts for VAFs of up to 99.06% on the training data and 98.45% on the test data. © The Author(s), under exclusive license to Springer Nature Switzerland AG 2026.

  • Tomato plant diseases pose a significant threat to agricultural productivity, resulting in substantial economic losses. Early and accurate diagnosis is crucial for effective disease management. This paper describes the design and implementation of expert systems for tomato disease detection using the CLIPS (C Language Integrated Production System) platform. The tool is designed to help farmers and agronomists accurately identify diseases affecting tomato crops by simulating knowledge from professional experts. We carefully developed a set of rules to distinguish leaf blight symptoms from those of other tomato diseases and provided recommendations to minimize crop losses and maximize yields. The expert system was developed using a forward-chaining inference engine, and its performance was evaluated through a set of real-world test cases, demonstrating a high level of accuracy and consistency in decision-making. © The Author(s), under exclusive license to Springer Nature Switzerland AG 2026.

  • The rapid growth of technology has brought about many advantages, but has also made networks more susceptible to security threats. Intrusion Detection Systems (IDS) play a vital role in protecting computer networks against malicious activities. Given the dynamic and constantly evolving nature of cyber threats, these systems must continuously adapt to maintain their effectiveness. Machine Learning (ML) methods have gained prominence as effective tools for constructing IDS that offer both high accuracy and efficiency. This study conducts a performance assessment of several machine learning classifiers, including Random Forests (RF), Decision Trees (DT), and Support Vector Machines (SVM), in addressing multiclass intrusion detection as a means to counter cybersecurity threats. The NSL-KDD dataset, which includes various network attacks, served as the basis for our experimental evaluation. The research explores two classification scenarios: a five-class and a three-class model, analyzing their impact on detection performance. The results demonstrate that RF consistently achieves the highest accuracy (85.42%) on the three-class scenario testing set, highlighting its effectiveness in handling patterns and non-linear relationships within the intrusion data. Furthermore, reducing the classification complexity (three classes vs. five classes) significantly improves model generalization, as evidenced by the reduced performance gap between training and testing data. Friedman’s rank test and Holm’s post-hoc analysis were applied to ensure statistical rigor, confirming that RF outperforms DT and SVM in all evaluation metrics. These findings establish RF as the most robust classifier for intrusion detection and underscore the importance of simplifying classification tasks for improved IDS performance. © (2025), (Science Publications). All rights reserved.

  • Abstract Metaheuristic methods have demonstrated their utility in tackling global optimization problems with and without constraints. However, existing state-of-the-art (SOTA) algorithms often suffer from limitations such as premature convergence, inefficient exploration-exploitation balance, and poor adaptability to complex discrete optimization problems like Team Formation (TF). The Golden Eagle Optimizer (GEO) algorithm is a promising metaheuristic that addresses some of these challenges by effectively managing its hunting spiral motion using two control parameters: cruise (exploration) and attack (exploitation). Despite its strengths, the standard GEO algorithm requires modifications to handle the discrete and multi-objective nature of the TF problem effectively. This paper proposes an amended version of GEO, called AGEO, which integrates specialized operators to enhance its performance in TF scenarios. A skillful TF aims to form teams of experts with complementary skills in social networks (SN) while optimizing multiple objectives, including minimizing communication costs, maximizing the similarity score between team members, and achieving minimal team cardinality. AGEO preserves GEO’s powerful exploitation and exploration mechanisms while introducing tailored operator strategies to overcome the challenges inherent in TF. The AGEO undergoes testing on several well-established benchmark datasets, including Universiti Malaysia Pahang (UMP), Internet Movie Database (IMDB), Association for Computing Machinery (ACM), and Database Systems & Logic Programming (DBLP). Additionally, a comparative study against SOTA metaheuristic algorithms such as Particle Swarm Optimization (PSO), Butterfly Optimization Algorithm (BOA), Crow Search Algorithm (CSA), and Jaya Algorithm demonstrates AGEO’s superior performance in forming highly optimized teams with the least communication cost, lowest team cardinality, and highest similarity score.

  • Diabetes mellitus is a chronic disease affecting over 38.4 million adults worldwide. Unfortunately, 8.7 million were undiagnosed. Early detection and diagnosis of diabetes can save millions of people’s lives. Significant benefits can be achieved if we have the means and tools for the early diagnosis and treatment of diabetes since it can reduce the ratio of cardiovascular disease and mortality rate. It is urgently necessary to explore computational methods and machine learning for possible assistance in the diagnosis of diabetes to support physician decisions. This research utilizes machine learning to diagnose diabetes based on several selected features collected from patients. This research provides a complete process for data handling and pre-processing, feature selection, model development, and evaluation. Among the models tested, our results reveal that Random Forest performs best in accuracy (i.e., 0.945%). This emphasizes Random Forest’s efficiency in precisely helping diagnose and reduce the risk of diabetes.

  • Background: In the United States, chronic obstructive pulmonary disease (COPD) is a significant cause of mortality. As far as we know, it is a chronic, inflammatory lung condition that cuts off airflow to the lungs. Many symptoms have been reported for such a disease: breathing problems, coughing, wheezing, and mucus production. Patients with COPD might be at risk, since they are more susceptible to heart disease and lung cancer. Methods: This study reviews COPD diagnosis utilizing various machine learning (ML) classifiers, such as Logistic Regression (LR), Gradient Boosting Classifier (GBC), Support Vector Machine (SVM), Gaussian Naïve Bayes (GNB), Random Forest Classifier (RFC), K-Nearest Neighbors Classifier (KNC), Decision Tree (DT), and Artificial Neural Network (ANN). These models were applied to a dataset comprising 1603 patients after being referred for a pulmonary function test. Results: The RFC has achieved superior accuracy, reaching up to 82.06% in training and 70.47% in testing. Furthermore, it achieved a maximum F score in training and testing with an ROC value of 0.0.82. Conclusions: The results obtained with the utilized ML models align with previous work in the field, with accuracies ranging from 67.81% to 82.06% in training and from 66.73% to 71.46% in testing.

  • Gold serves as a safe-haven asset, an inflation hedge, and a store of value, among other economic purposes. History has a wealth of information about its connections to important macroeconomic and financial variables. We compare three supervised methods for one-day GLD (SPDR Gold Shares) prediction using cross-Asset drivers: SPX (S&P 500 Index), USO (United States Oil Fund), SLV (iShares Silver Trust), and EUR/USD (Euro-U.S. Dollar exchange rate). To fill this gap: (i) a linear regression baseline, (ii) a feedforward neural network (FFNN) trained by a Genetic Algorithm (GA), and (iii) an FFNN optimized through Particle Swarm Optimization (PSO). We use standard scaling, a held-out train/test split, and R2, Variance Accounted For (VAF), MSE, RMSE, MAE, and GA/PSO convergence curves to check how the optimizer works with daily data from 2008 to 2018. Empirically, PSO-FFNN does better than both the linear baseline and GA-FFNN. It has the best generalization (for example, Test MSE 38.99, R 0.929). This implies that (1) GLD possesses exploitable nonlinear structure concerning these predictors, and (2) PSO traverses the FFNN search space more effectively than GA in our context. The findings validate the application of evolutionary training for reliable and accurate gold price forecasts, with implications for risk management and strategic asset allocation. © 2025 IEEE.

  • Traditional brain tumor diagnosis and classification are time-consuming and heavily reliant on radiologist expertise. The ever-growing patient population generates vast data, rendering existing methods expensive and inefficient. Deep Learning (DL) is a promising approach for developing automated systems to diagnose or segment brain tumors with high accuracy in less time. Within Deep Learning, Convolutional Neural Networks (CNNs) are potent tools for image classification tasks. This is achieved through a series of specialized layers, including convolution layers that identify patterns within images, pooling layers that summarize these patterns, fully connected layers that ultimately classify the image, and a feedforward layer to produce the output class. This study employed a CNN to classify brain tumors in T1-weighted contrast-enhanced images with various image resolutions, including 30×30, 50×50, 70×70, 100×100, and 150×150 pixels. The model successfully distinguished between three tumor types: glioma, meningioma, and pituitary. The CNN's impressive accuracy on training data reached up to 86.38% for image resolution (30×30) and 94.64% for higher resolution (150×150). This indicates its potential as a valuable tool in real-world brain tumor classification tasks. © 2025 IEEE.

  • Cardiovascular diseases (CVDs) are still one of the foremost causes of death globally. An urgent need for an accurate premature diagnosis is essential for efficient treatment and avoidance. The goal of this research is to introduce our initial idea for developing a hybrid intelligent diagnosis model that integrates the Extreme Learning Machine (ELM) with Particle Swarm Optimization (PSO) to enhance diagnosis accuracy for heart disease. To address the problems of random initialization, the PSO algorithm is used to optimize the ELM’s input biases and weights. Experiments using the Cleveland Heart Disease dataset evaluated the performance of traditional ELM and the proposed PSO-ELM model. Results indicate that integrating PSO for parameter tuning yields significant improvements across evaluation metrics. The traditional ELM recorded an accuracy of 0.8595 on the training set and 0.8525 on the test set, while the PSO-ELM model achieved up to 0.9174 in training and 0.8852 in testing. Enhancements were also noted in precision, recall, and F1-score, with the F1-score increasing from 0.8768 for traditional ELM to over 0.92 for several PSO configurations.

  • Meta-heuristic optimization algorithms have become widely used due to their outstanding features, such as gradient-free mechanisms, high flexibility, and great potential for avoiding local optimal solutions. This research explored the grey wolf optimizer (GWO) to find the ideal configuration for a six-element Yagi–Uda antenna. The GWO algorithm adjusted the lengths of the antenna wires and the spacings between them. The goal was to maximize the antenna’s ability to transmit signals (throughput gain). Optimal antenna selection relies on various parameters, including gain, bandwidth, impedance matching, frequency, side-lobe levels, etc. The optimization of a six-element Yagi–Uda antenna presents a challenging engineering design problem due to its multimodal and nonlinear nature. Achieving optimal performance hinges on the intricate interplay between the lengths of the constituent elements and the spacing configurations. To this end, a multiobjective function was adopted to design this antenna. The performance of several meta-heuristic algorithms, including genetic algorithms, biogeography-based optimization, simulated annealing, and grey wolf optimizer, was compared. The GWO-based approach has performed better than its competitors. This optimized antenna design based on GWO reported a gain of 14.21 decibel. Therefore, the GWO-based method optimizes antennas that can be further investigated for other antenna design problems.

  • Coronary heart disease (CHD) is the leading global cause of death, making early detection essential. While coronary angiography is the diagnostic gold standard, its invasive nature poses risks, and non-invasive symptom-based methods often lack accuracy. Machine learning-powered computer-aided diagnostic systems can effectively address challenges in clinical decisionmaking. This work presents an Evolutionary Strategy-optimized Support Vector Machine (ES-SVM) model for classifying CHD based on non-invasive test results and patient characteristics. Using the Coronary Heart Disease dataset, the proposed ESSVM demonstrated significant precision and F1-scores, as well as the accuracy of the proposed model. The results indicate that SVM performance can be significantly enhanced through evolutionary hyperparameter tuning, resulting in a reliable, noninvasive diagnostic tool for initial CAD screening and supporting early intervention techniques. © 2025 IEEE.

  • The increasing volume of suspicious emails, commonly known as spam, has created a critical need for more reliable and robust anti-spam filters. These suspicious emails can be dangerous and can lead to the loss of personal information, underscoring the necessity for an effective spam filtering system. The application of machine learning methods has enhanced system security and improved the detection of suspicious messages. This research evaluates the effectiveness of seven machine learning algorithms for classifying suspicious email messages: random forest, support vector machine, artificial neural network, decision tree, gradient boosting classifier, and k-nearest neighbor. The primary focus of this evaluation is the accuracy achieved by each algorithm in identifying spam emails. Our analysis revealed that the random forest algorithm outperformed the other evaluated algorithms in terms of accuracy for spam email classification, achieving a remarkable 95%. The accuracy percentages of the various methods ranged from 88% to 93%. Copyright 2025. The Korean Institute of Information Scientists and Engineers.

  • Obstructive Sleep Apnea (OSA) is a prevalent health issue affecting 10-25% of adults in the United States (US) and is associated with significant economic consequences. Machine learning methods have shown promise in improving the efficiency and accessibility of OSA diagnoses, thus reducing the need for expensive and challenging tests. A comparative analysis of Logistic Regression (LR), Support Vector Machine (SVM), Gradient Boosting (GB), Gaussian Naive Bayes (GNB), Random Forest (RF), and K-Nearest Neighbors (KNN) algorithms was conducted to predict Obstructive Sleep Apnea (OSA). To improve the predictive accuracy of these models, Random Oversampling was applied to address the imbalance in the dataset, ensuring a more equitable representation of the minority class. Patient demographics, including age, sex, height, weight, BMI, neck circumference, and gender, were employed as predictive features in the models. The RFC provided outstanding training and testing accuracies of 87% and 65%, respectively, and a Receiver Operating Characteristic (ROC) score of 87%. The GBC and SVM classifiers also demonstrated good performance on the test dataset. The results of this study show that machine learning techniques may be effectively used to diagnose OSA, with the Random Forest Classifier demonstrating the best results.

Last update from database: 7/31/26, 4:15 PM (UTC)

Explore

Department

Publication year

Resource language