1
|
Kumar L, Tummalapalli S, Murthy LB, Misra S, Krishna A. An empirical analysis on webservice antipattern prediction in different variants of machine learning perspective. Sci Rep 2025; 15:5183. [PMID: 39939623 PMCID: PMC11822131 DOI: 10.1038/s41598-025-86454-5] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 08/09/2024] [Accepted: 01/10/2025] [Indexed: 02/14/2025] Open
Abstract
Anti-patterns are explicit structures in the design that represents a significant violation of software design principles and negatively impacts the software design quality. The presence of these Anti-patterns highly influences the maintainability and perception of software systems. Thus it becomes necessary to predict anti-patterns at the early stage and refactor them to improve the software quality in terms of execution cost, maintenance cost, and memory consumption. In the anti-pattern prediction domain, during research analysis, it was realized that there had been very little work instigated on addressing both class imbalance and feature redundancy problems jointly to enhance models' performance and prediction accuracy. It has been perceived in the literature survey to study droughts with a comprehensive comparative analysis of different sampling and feature selection strategies. To achieve greater precision results and performance, this research constructs a web service anti-pattern prediction model over preprocessed software source code metrics using sampling and feature selection techniques to handle imbalanced data and feature redundancy to gain flawless web service anti-pattern prediction outcomes. Considering the above erudition, we have applied different variants of aggregation measures to find the metrics at the system level. These extracted metrics are used as input, so we have also applied different variants of feature selection techniques to remove irrelevant features and select the best combination of features. After finding important features, we have also applied different variants of data sampling techniques to overcome the problem of class imbalance. Finally, we have used thirty-three different classifiers to find import patterns that help identify anti-patterns. These all techniques are compared using Accuracy and Area Under the ROC (receiver operating characteristic curve) Curve (AUC). The experimental result of web service anti-pattern prediction models validated on 226 WSDL files illustrates that the least square support vector machine (LSSVM) with RBF kernel attains the best performance among the other 33 competing classifiers employed with the lowest Friedman mean rank value of 1.18. During comparative analysis over different feature subset selection techniques, the outcome indicates the mean accuracy value of 88.40% and mean AUC value of 0.88 for the models developed using significant features are higher in comparison to other techniques. The result shows the up-sampling methods (UPSAM) method secured the highest mean accuracy % and mean AUC with values of 86.14% and 0.87, respectively. The experimental result indicates the performance of the web service anti-pattern prediction models is adversely impacted by class imbalance and irrelevance of features. The outcome demonstrates that the performance of trained models improved with an AUC value between 0.805 to 0.99 post-application of sampling and feature selection strategies without using feature selection and sampling techniques. The outcome implies that USMAP achieves better performance. The result demonstrates that the models developed using significant features drive the desired effect compared to other implemented feature selection techniques.
Collapse
Affiliation(s)
- Lov Kumar
- NIT Kurukshetra, Kurukshetra, Haryana, India.
| | | | | | - Sanjay Misra
- Institute for Energy Technology (IFE), Halden, Norway.
| | | |
Collapse
|
2
|
Fang Y, Wu Y, Gao L. Machine learning-based myocardial infarction bibliometric analysis. Front Med (Lausanne) 2025; 12:1477351. [PMID: 39981082 PMCID: PMC11839716 DOI: 10.3389/fmed.2025.1477351] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 08/07/2024] [Accepted: 01/17/2025] [Indexed: 02/22/2025] Open
Abstract
Purpose This study analyzed the research trends in machine learning (ML) pertaining to myocardial infarction (MI) from 2008 to 2024, aiming to identify emerging trends and hotspots in the field, providing insights into the future directions of research and development in ML for MI. Additionally, it compared the contributions of various countries, authors, and agencies to the field of ML research focused on MI. Method A total of 1,036 publications were collected from the Web of Science Core Collection database. CiteSpace 6.3.R1, Bibliometrix, and VOSviewer were utilized to analyze bibliometric characteristics, determining the number of publications, countries, institutions, authors, keywords, and cited authors, documents, and journals in popular scientific fields. CiteSpace was used for temporal trend analysis, Bibliometrix for quantitative country and institutional analysis, and VOSviewer for visualization of collaboration networks. Results Since the emergence of research literature on medical imaging and machine learning (ML) in 2008, interest in this field has grown rapidly, particularly since the pivotal moment in 2016. The ML and MI domains, represented by China and the United States, have experienced swift development in research after 2015, albeit with the United States significantly outperforming China in research quality (as evidenced by the higher impact factors of journals and citation counts of publications from the United States). Institutional collaborations have formed, notably between Harvard Medical School in the United States and Capital Medical University in China, highlighting the need for enhanced cooperation among domestic and international institutions. In the realm of MI and ML research, cooperative teams led by figures such as Dey, Damini, and Berman, Daniel S. in the United States have emerged, indicating that Chinese scholars should strengthen their collaborations and focus on both qualitative and quantitative development. The overall direction of MI and ML research trends toward Medicine, Medical Sciences, Molecular Biology, and Genetics. In particular, publications in "Circulation" and "Computers in Biology and Medicine" from the United States hold prominent positions in this study. Conclusion This paper presents a comprehensive exploration of the research hotspots, trends, and future directions in the field of MI and ML over the past two decades. The analysis reveals that deep learning is an emerging research direction in MI, with neural networks playing a crucial role in early diagnosis, risk assessment, and rehabilitation therapy.
Collapse
Affiliation(s)
- Ying Fang
- Xiaoshan District Hospital of Traditional Chinese Medicine, Hangzhou, Zhejiang Province, China
| | | | | |
Collapse
|
3
|
Tahir S Luoka N, Khalifa WM. Enhanced extreme learning machine via competitive learning SSA (CL-SSA) for load capacity factor prediction. Heliyon 2025; 11:e41892. [PMID: 39897769 PMCID: PMC11783011 DOI: 10.1016/j.heliyon.2025.e41892] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Download PDF] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 06/17/2024] [Revised: 01/09/2025] [Accepted: 01/09/2025] [Indexed: 02/04/2025] Open
Abstract
Extreme Learning Machine (ELM) is known for its fast training speed and simplicity of implementation; however, it suffers from certain limitations, including sensitivity to random initialization and inadequate weight optimization, which can result in suboptimal accuracy and precision. This study introduces an enhanced Competitive Learning Salp Swarm Algorithm (CLSSA), which integrates the Salp Swarm Algorithm (SSA) with Competitive Swarm Optimization (CSO) to improve the exploitation capabilities of the traditional CSO. The goal is to address the limitations of traditional ELM by optimizing the weights and biases of the network more effectively, thereby improving the precision and convergence speed of ELM. The research first evaluates the efficiency of the improvement made to the CLSSA optimizer in comparison with various optimization methods, using CEC 2015 benchmark functions to demonstrate the effectiveness of the proposed improvements. The results show that CLSSA outperforms other optimizers in 86 % of the CEC 2015 functions, underscoring its superior optimization capabilities. Furthermore, the study assesses the effectiveness of the CLSSA-enhanced ELM (ELM-CLSSA) in predicting the load capacity factor. The findings reveal that the hybrid ELM-CLSSA framework significantly outperforms both alternative approaches and the traditional ELM framework in terms of training and prediction accuracy, achieving an impressive accuracy rate of 97%. The algorithm's rapid convergence, high precision, and ability to avoid local optima make it a promising solution for complex problems, such as load capacity factor prediction, which is critical for environmentally sustainable initiatives. In addition, the feature analysis conducted by ELM-CLSSA provides valuable insights into the key variables influencing load capacity factor prediction, highlighting the importance of factors such as coal energy, economic growth, technological innovation, and biomass. This study advocates for the use of the ELM-CLSSA framework to improve the precision and reliability of load capacity factor prediction, offering a valuable tool for scientists and policymakers in their efforts to promote ecological conservation and combat climate change.
Collapse
|
4
|
Syama S, Ramprabhakar J, Anand R, Meena VP, Guerrero JM. A novel hybrid methodology for wind speed and solar irradiance forecasting based on improved whale optimized regularized extreme learning machine. Sci Rep 2024; 14:31657. [PMID: 39738569 DOI: 10.1038/s41598-024-83836-z] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 08/06/2024] [Accepted: 12/17/2024] [Indexed: 01/02/2025] Open
Abstract
With rising demand for electricity, integrating renewable energy sources into power networks has become a key challenge. The fast incorporation of clean energy sources, particularly solar and wind power, into the existing power grid in the last several years has raised a major problem in controlling and managing the power grid due to the intermittent nature of these sources. Therefore, in order to ensure the safe RES integration providing high-quality power at a fair price and for the secure and reliable functioning of electrical systems, a precise one-day-ahead solar irradiation and wind speed forecast is essential for a stable and safe hybrid energy system. Here, we propose a novel hybrid methodology for wind speed and solar irradiance forecasting. The proposed integrated model employs complete ensemble empirical mode decomposition with adaptive noise (CEEMDAN) to decompose time series data into a sequence of intrinsic mode functions of lower complexity. Further, permutation entropy is employed to extract the complexity of IMFs for filtering and reconstruction of decomposed components to alleviate the difficulty of direct modeling. Then, a unique swarm intelligence technique, the non-linear dimension learning Hunting Whale Optimization Algorithm (NDLHWOA), is devised to optimize regularized extreme learning machine model parameters to capture the implicit information of each reconstructed sub-series. By integrating a non-linear convergence parameter and the dimension learning hunting approach, the performance of WOA can be drastically enhanced, leading to premature convergence, enhanced population variety, and effective global search. The final prediction outcome is obtained by summing the individual reconstructed sub-series prediction outcomes. To evaluate its efficacy, the proposed model is compared to five well-established models. The evaluation criteria demonstrate that the suggested method outperforms the existing methods in terms of prediction accuracy and stability, thus confirming that a hybrid forecasting model approach combining an efficient decomposition method with a simplified but efficient parameter-optimized neural network can enhance its accuracy and stability.
Collapse
Affiliation(s)
- S Syama
- Department of Electrical and Electronics Engineering, Amrita School of Engineering, Bengaluru, Amrita Vishwa Vidyapeetham, India.
| | - J Ramprabhakar
- Department of Electrical and Electronics Engineering, Amrita School of Engineering, Bengaluru, Amrita Vishwa Vidyapeetham, India
| | - R Anand
- Department of Electrical and Electronics Engineering, Amrita School of Engineering, Bengaluru, Amrita Vishwa Vidyapeetham, India.
| | - V P Meena
- Department of Electrical Engineering, National Institute of Technology Jamshedpur, Jharkhand, 831014, India.
| | - Josep M Guerrero
- Center for Research on Microgrids (UPC CROM), Department of Electronic Engineering, Technical University of Catalonia, 08019, Barcelona, Spain
- Catalan Institution for Research and Advanced Studies (ICREA), Pg. Lluís Companys 23, 08010, Barcelona, Spain
- Center for Research on Microgrids (CROM), AAU Energy, Aalborg University, 9220, Aalborg East, Denmark
| |
Collapse
|
5
|
Fan C, Liu Y, Cui T, Qiao M, Yu Y, Xie W, Huang Y. Quantitative Prediction of Protein Content in Corn Kernel Based on Near-Infrared Spectroscopy. Foods 2024; 13:4173. [PMID: 39767115 PMCID: PMC11675611 DOI: 10.3390/foods13244173] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Grants] [Track Full Text] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 11/05/2024] [Revised: 12/19/2024] [Accepted: 12/20/2024] [Indexed: 01/11/2025] Open
Abstract
Rapid and accurate detection of protein content is essential for ensuring the quality of maize. Near-infrared spectroscopy (NIR) technology faces limitations due to surface effects and sample homogeneity issues when measuring the protein content of whole maize grains. Focusing on maize grain powder can significantly improve the quality of data and the accuracy of model predictions. This study aims to explore a rapid detection method for protein content in maize grain powder based on near-infrared spectroscopy. A method for determining protein content in maize grain powder was established using near-infrared (NIR) reflectance spectra in the 940-1660 nm range. Various preprocessing techniques, including Savitzky-Golay (S-G), multiplicative scatter correction (MSC), standard normal variate (SNV), and the first derivative (1D), were employed to preprocess the raw spectral data. Near-infrared spectral data from different varieties of maize grain powder were collected, and quantitative analysis of protein content was conducted using Partial Least Squares Regression (PLSR), Support Vector Machine (SVM), and Extreme Learning Machine (ELM) models. Feature wavelengths were selected to enhance model accuracy further using the Successive Projections Algorithm (SPA) and Uninformative Variable Elimination (UVE). Experimental results indicated that the PLSR model, preprocessed with 1D + MSC, yielded the best performance, achieving a root mean square error of prediction (RMSEP) of 0.3 g/kg, a correlation coefficient (Rp) of 0.93, and a residual predictive deviation (RPD) of 3. The associated methods and theoretical foundation provide a scientific basis for the quality control and processing of maize.
Collapse
Affiliation(s)
- Chenlong Fan
- College of Mechanical and Electronic Engineering, Nanjing Forestry University, Nanjing 210037, China; (C.F.); (Y.L.); (W.X.); (Y.H.)
| | - Ying Liu
- College of Mechanical and Electronic Engineering, Nanjing Forestry University, Nanjing 210037, China; (C.F.); (Y.L.); (W.X.); (Y.H.)
| | - Tao Cui
- College of Engineering, China Agricultural University, Beijing 100083, China;
| | - Mengmeng Qiao
- College of Mechanical and Electronic Engineering, Nanjing Forestry University, Nanjing 210037, China; (C.F.); (Y.L.); (W.X.); (Y.H.)
| | - Yang Yu
- Key Laboratory for Theory and Technology of Intelligent Agricultural Machinery and Equipment, Jiangsu University, Zhenjiang 212013, China;
| | - Weijun Xie
- College of Mechanical and Electronic Engineering, Nanjing Forestry University, Nanjing 210037, China; (C.F.); (Y.L.); (W.X.); (Y.H.)
| | - Yuping Huang
- College of Mechanical and Electronic Engineering, Nanjing Forestry University, Nanjing 210037, China; (C.F.); (Y.L.); (W.X.); (Y.H.)
| |
Collapse
|
6
|
Song A, Wang C, Wen W, Zhao Y, Guo X, Zhao C. Predicting the oil content of individual corn kernels combining NIR-HSI and multi-stage parameter optimization techniques. Food Chem 2024; 461:140932. [PMID: 39197321 DOI: 10.1016/j.foodchem.2024.140932] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 05/28/2024] [Revised: 08/08/2024] [Accepted: 08/19/2024] [Indexed: 09/01/2024]
Abstract
Predicting the oil content of individual corn kernels using hyperspectral imaging and ML offers the advantages of being rapid and non-destructive. However, traditional methods rely on expert experience for setting parameters. In response to these limitations, this study has designed an innovative multi-stage grid search technique, tailored to the characteristics of spectral data. Initially, the study automatically screening the best model from up to 504 algorithm combinations. Subsequently, multi-stage grid search is utilized for improving precision. We collected 270 kernel samples from different parts of the ear from 15 high oil and regular corn materials, with oil contents ranging from 1.4% to 13.1%. Experimental results show that the combinations SG + NONE+KS + PLSR(R2: 0.8570) and MA + LAR+Random+MLR(R2: 0.8523) performed optimally. After parameter optimization, their R2 values increased to 0.9045 and 0.8730, respectively. Additionally, the ACNNR model achieved an R2 of 0.8878 and an RMSE of 0.2243. The improved algorithm significantly outperforms traditional methods and ACNNR model in prediction accuracy and adaptability, offering an effective method for field applications.
Collapse
Affiliation(s)
- Anran Song
- School of Chemistry and Biological Engineering, University of Science and Technology Beijing, Beijing 100083, China; Information Technology Research Center, Beijing, Academy of Agriculture and Forestry Sciences, Beijing 100097, China; National Engineering Research Center for Information Technology in Agriculture, Beijing 100097, China; Beijing Key Laboratory of Digital Plant, Beijing 100097, China
| | - Chuanyu Wang
- Information Technology Research Center, Beijing, Academy of Agriculture and Forestry Sciences, Beijing 100097, China; National Engineering Research Center for Information Technology in Agriculture, Beijing 100097, China; Beijing Key Laboratory of Digital Plant, Beijing 100097, China
| | - Weiliang Wen
- National Engineering Research Center for Information Technology in Agriculture, Beijing 100097, China
| | - Yue Zhao
- Information Technology Research Center, Beijing, Academy of Agriculture and Forestry Sciences, Beijing 100097, China; National Engineering Research Center for Information Technology in Agriculture, Beijing 100097, China; Beijing Key Laboratory of Digital Plant, Beijing 100097, China
| | - Xinyu Guo
- Information Technology Research Center, Beijing, Academy of Agriculture and Forestry Sciences, Beijing 100097, China; National Engineering Research Center for Information Technology in Agriculture, Beijing 100097, China; Beijing Key Laboratory of Digital Plant, Beijing 100097, China.
| | - Chunjiang Zhao
- Information Technology Research Center, Beijing, Academy of Agriculture and Forestry Sciences, Beijing 100097, China; National Engineering Research Center for Information Technology in Agriculture, Beijing 100097, China
| |
Collapse
|
7
|
Zhang Z, Cheng H, Chen M, Zhang L, Cheng Y, Geng W, Guan J. Detection of Pear Quality Using Hyperspectral Imaging Technology and Machine Learning Analysis. Foods 2024; 13:3956. [PMID: 39683028 DOI: 10.3390/foods13233956] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 11/14/2024] [Revised: 12/04/2024] [Accepted: 12/06/2024] [Indexed: 12/18/2024] Open
Abstract
The non-destructive detection of fruit quality is indispensable in the agricultural and food industries. This study aimed to explore the application of hyperspectral imaging (HSI) technology, combined with machine learning, for a quality assessment of pears, so as to provide an efficient technical method. Six varieties of pears were used for inspection, including 'Sucui No.1', 'Zaojinxiang', 'Huangguan', 'Akizuki', 'Yali', and 'Hongli No.1'. Spectral data within the 398~1004 nm wavelength range were analyzed to compare the predictive performance of the Least Squares Support Vector Machine (LS-SVM) models on various quality parameters, using different preprocessing methods and the selected feature wavelengths. The results indicated that the combination of Fast Detrend-Standard Normal Variate (FD-SNV) preprocessing and Competitive Adaptive Reweighted Sampling (CARS)-selected feature wavelengths yielded the best improvement in model predictive ability for forecasting key quality parameters such as firmness, soluble solids content (SSC), pH, color, and maturity degree. They could enhance the predictive capability and reduce computational complexity. Furthermore, in order to construct a quality prediction model, integrating hyperspectral data from six pear varieties resulted in an RPD (Ratio of Performance to Deviation) exceeding 2.0 for all the quality parameters, indicating that increasing the fruit sample size and variety number further strengthened the robustness of the model. The Backpropagation Neural Network (BPNN) model could accurately distinguish six distinct pear varieties, achieving prediction accuracies of above 99% for both the calibration and test sets. In summary, the combination of HSI and machine learning models enabled an efficient, rapid, and non-destructive detection of pear quality and provided a practical value for quality control and the commercial processing of pears.
Collapse
Affiliation(s)
- Zishen Zhang
- College of Horticulture, Xinjiang Agricultural University, Urumqi 830052, China
- Institute of Biotechnology and Food Science, Hebei Academy of Agricultural and Forestry Sciences, Shijiazhuang 050051, China
- Hebei Key Laboratory of Plant Genetic Engineering, Shijiazhuang 050051, China
| | - Hong Cheng
- Institute of Biotechnology and Food Science, Hebei Academy of Agricultural and Forestry Sciences, Shijiazhuang 050051, China
- Hebei Key Laboratory of Plant Genetic Engineering, Shijiazhuang 050051, China
| | - Meiyu Chen
- Institute of Biotechnology and Food Science, Hebei Academy of Agricultural and Forestry Sciences, Shijiazhuang 050051, China
- Hebei Key Laboratory of Plant Genetic Engineering, Shijiazhuang 050051, China
- College of Life Science and Food Engineering, Hebei University of Engineering, Handan 056000, China
| | - Lixin Zhang
- Institute of Biotechnology and Food Science, Hebei Academy of Agricultural and Forestry Sciences, Shijiazhuang 050051, China
- Hebei Key Laboratory of Plant Genetic Engineering, Shijiazhuang 050051, China
| | - Yudou Cheng
- Institute of Biotechnology and Food Science, Hebei Academy of Agricultural and Forestry Sciences, Shijiazhuang 050051, China
- Hebei Key Laboratory of Plant Genetic Engineering, Shijiazhuang 050051, China
| | - Wenjuan Geng
- College of Horticulture, Xinjiang Agricultural University, Urumqi 830052, China
| | - Junfeng Guan
- Institute of Biotechnology and Food Science, Hebei Academy of Agricultural and Forestry Sciences, Shijiazhuang 050051, China
- Hebei Key Laboratory of Plant Genetic Engineering, Shijiazhuang 050051, China
| |
Collapse
|
8
|
Zhai J, Duan S, Luo B, Jin X, Dong H, Wang X. Classification techniques of ion selective electrode arrays in agriculture: a review. ANALYTICAL METHODS : ADVANCING METHODS AND APPLICATIONS 2024; 16:8068-8079. [PMID: 39543972 DOI: 10.1039/d4ay01346h] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 11/17/2024]
Abstract
Agriculture has a substantial demand for classification, and each agricultural product exhibits a unique ion signal. This paper summarizes the classification techniques of ion-selective electrode arrays in agriculture. Initially, data sample collection methods based on ion-selective electrode arrays are summarized. The paper then discusses the current state of classification algorithms from the perspectives of machine learning, artificial neural networks, extreme learning machines, and deep learning, along with their existing research in ion-selective electrodes and related fields. Then, the potential applications in crop and livestock growth status classification, soil classification, agricultural product quality classification, and agricultural product type classification are discussed. Ultimately, the future challenges of ion-selective electrode research are discussed from the perspectives of the sensor itself and algorithms combined with sensor arrays, which also positively impact the promotion of their application in agriculture. This work will advance the application of classification techniques combined with ion-selective electrode arrays in agriculture.
Collapse
Affiliation(s)
- Jiawei Zhai
- Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China.
- Department of Artificial Intelligence and Automation, Faculty of Information Technology, Beijing University of Technology, Beijing 100124, China
- Key Laboratory of Agricultural Sensors, Ministry of Agriculture and Rural Affairs, Beijing, 100097, China
| | - Shuhao Duan
- Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China.
- Key Laboratory of Agricultural Sensors, Ministry of Agriculture and Rural Affairs, Beijing, 100097, China
| | - Bin Luo
- Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China.
- Key Laboratory of Agricultural Sensors, Ministry of Agriculture and Rural Affairs, Beijing, 100097, China
| | - Xiaotong Jin
- Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China.
- Key Laboratory of Agricultural Sensors, Ministry of Agriculture and Rural Affairs, Beijing, 100097, China
| | - Hongtu Dong
- Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China.
- Key Laboratory of Agricultural Sensors, Ministry of Agriculture and Rural Affairs, Beijing, 100097, China
| | - Xiaodong Wang
- Intelligent Equipment Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100097, China.
- Key Laboratory of Agricultural Sensors, Ministry of Agriculture and Rural Affairs, Beijing, 100097, China
| |
Collapse
|
9
|
Guerrero-Mendez CD, Lopez-Delis A, Blanco-Diaz CF, Bastos-Filho TF, Jaramillo-Isaza S, Ruiz-Olaya AF. Continuous reach-to-grasp motion recognition based on an extreme learning machine algorithm using sEMG signals. Phys Eng Sci Med 2024; 47:1425-1446. [PMID: 38954380 DOI: 10.1007/s13246-024-01454-5] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Grants] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 08/10/2023] [Accepted: 05/30/2024] [Indexed: 07/04/2024]
Abstract
Recognizing user intention in reach-to-grasp motions is a critical challenge in rehabilitation engineering. To address this, a Machine Learning (ML) algorithm based on the Extreme Learning Machine (ELM) was developed for identifying motor actions using surface Electromyography (sEMG) during continuous reach-to-grasp movements, involving multiple Degrees of Freedom (DoFs). This study explores feature extraction methods based on time domain and autoregressive models to evaluate ELM performance under different conditions. The experimental setup encompassed variations in neuron size, time windows, validation with each muscle, increase in the number of features, comparison with five conventional ML-based classifiers, inter-subjects variability, and temporal dynamic response. To evaluate the efficacy of the proposed ELM-based method, an openly available sEMG dataset containing data from 12 participants was used. Results highlight the method's performance, achieving Accuracy above 85%, F-score above 90%, Recall above 85%, Area Under the Curve of approximately 84% and compilation times (computational cost) of less than 1 ms. These metrics significantly outperform standard methods (p < 0.05). Additionally, specific trends were found in increasing and decreasing performance in identifying specific tasks, as well as variations in the continuous transitions in the temporal dynamics response. Thus, the ELM-based method effectively identifies continuous reach-to-grasp motions through myoelectric data. These findings hold promise for practical applications. The method's success prompts future research into implementing it for more reliable and effective Human-Machine Interface (HMI) control. This can revolutionize real-time upper limb rehabilitation, enabling natural and complex Activities of Daily Living (ADLs) like object manipulation. The robust results encourages further research and innovative solutions to improve people's quality of life through more effective interventions.
Collapse
Affiliation(s)
- Cristian D Guerrero-Mendez
- Faculty of Mechanical, Electronics and Biomedical Engineering, Antonio Nariño University (UAN), Bogota D.C, Colombia.
- Postgraduate Program in Electrical Engineering, Federal University of Espirito Santo (UFES), Vitoria, 29075-910, Brazil.
| | | | - Cristian F Blanco-Diaz
- Faculty of Mechanical, Electronics and Biomedical Engineering, Antonio Nariño University (UAN), Bogota D.C, Colombia
- Postgraduate Program in Electrical Engineering, Federal University of Espirito Santo (UFES), Vitoria, 29075-910, Brazil
| | - Teodiano F Bastos-Filho
- Postgraduate Program in Electrical Engineering, Federal University of Espirito Santo (UFES), Vitoria, 29075-910, Brazil
| | - Sebastian Jaramillo-Isaza
- Faculty of Mechanical, Electronics and Biomedical Engineering, Antonio Nariño University (UAN), Bogota D.C, Colombia
| | - Andres F Ruiz-Olaya
- Faculty of Mechanical, Electronics and Biomedical Engineering, Antonio Nariño University (UAN), Bogota D.C, Colombia
| |
Collapse
|
10
|
Saez JA, Vera JF. Compact Class-Conditional Attribute Category Clustering: Amino Acid Grouping for Enhanced HIV-1 Protease Cleavage Classification. IEEE/ACM TRANSACTIONS ON COMPUTATIONAL BIOLOGY AND BIOINFORMATICS 2024; 21:2167-2178. [PMID: 39178086 DOI: 10.1109/tcbb.2024.3448617] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [MESH Headings] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 08/25/2024]
Abstract
Categorical attributes are common in many classification tasks, presenting certain challenges as the number of categories grows. This situation can affect data handling, negatively impacting the building time of models, their complexity and, ultimately, their classification performance. In order to mitigate these issues, this research proposes a novel preprocessing technique for grouping attribute categories in classification datasets. This approach combines the exact representation of the association between categorical values in a Euclidean space, clustering methods and attribute quality metrics to group similar attribute categories based on their contribution to the classification task. To estimate its effectiveness, the proposal is evaluated within the context of HIV-1 protease cleavage site prediction, where each attribute represents an amino acid that can take multiple possible values. The results obtained on HIV-1 real-world datasets show a significant reduction in the number of categories per attribute, with an average reduction percentage ranging from 74% to 81%. This reduction leads to simplified data representations and improved classification performances compared to not preprocessing. Specifically, improvements of up to 0.07 in accuracy and 0.19 in geometric mean are observed across different datasets and classification algorithms. Additionally, extensive simulations on synthetic datasets with varied characteristics are carried out, providing consistent and reliable results that validate the robustness of the proposal. These findings highlight the capability of the developed method to enhance cleavage prediction, which could potentially contribute to understanding viral processes and developing targeted therapeutic strategies.
Collapse
|
11
|
Arnia F, Saddami K, Roslidar R, Muharar R, Munadi K. Towards accurate Diabetic Foot Ulcer image classification: Leveraging CNN pre-trained features and extreme learning machine. SMART HEALTH 2024; 33:100502. [DOI: 10.1016/j.smhl.2024.100502] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 01/06/2025]
|
12
|
Jianqiang Z, Xinyu Z, Caiping L, Ying L, Huihui R, Hanyu Z, Xingshuai P, Jiateng W, Yantong S, Chengyun P, Qifu Y. Identification of Bloodstains by Species Using Extreme Learning Machine and Hyperspectral Imaging Technology. APPLIED SPECTROSCOPY 2024; 78:942-950. [PMID: 38881166 DOI: 10.1177/00037028241261727] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 06/18/2024]
Abstract
How to identify bloodstains and obtain some potential evidence is of great significance for solving criminal cases. First, the spectral data of different species of bloodstain samples (human blood and animal blood) were acquired by using a hyperspectral imager. Then, an extreme learning machine (ELM) algorithm was used to build the training models of different species of bloodstain samples. Meanwhile, two traditional support vector machine and random forest classification algorithms were also compared with the ELM algorithm. The prediction results showed that the precision, sensitivity, specificity, and F1 score of the ELM algorithm were the highest. This indicates that hyperspectral technology, together with an ELM algorithm, could identify bloodstain species rapidly, non-destructively, and accurately. It has provided a new technical reference for bloodstain detection and identification.
Collapse
Affiliation(s)
- Zhang Jianqiang
- Academy of Criminal Investigation, Yunnan Police College, Yunnan, China
| | - Zhang Xinyu
- Faculty of Science, Kunming University of Science and Technology, Yunnan, China
| | - Lin Caiping
- Department of Forensic Science, Fujian Police College, Fujian, China
| | - Liang Ying
- Faculty of Science, Kunming University of Science and Technology, Yunnan, China
| | - Ren Huihui
- Faculty of Science, Kunming University of Science and Technology, Yunnan, China
| | - Zhu Hanyu
- Faculty of Science, Kunming University of Science and Technology, Yunnan, China
| | - Peng Xingshuai
- Faculty of Science, Kunming University of Science and Technology, Yunnan, China
| | - Wang Jiateng
- Faculty of Science, Kunming University of Science and Technology, Yunnan, China
| | - Shang Yantong
- Faculty of Science, Kunming University of Science and Technology, Yunnan, China
| | - Peng Chengyun
- Academy of Criminal Investigation, Yunnan Police College, Yunnan, China
| | - Yang Qifu
- Faculty of Science, Kunming University of Science and Technology, Yunnan, China
| |
Collapse
|
13
|
Schirripa Spagnolo C, Luin S. Trajectory Analysis in Single-Particle Tracking: From Mean Squared Displacement to Machine Learning Approaches. Int J Mol Sci 2024; 25:8660. [PMID: 39201346 PMCID: PMC11354962 DOI: 10.3390/ijms25168660] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Grants] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 06/24/2024] [Revised: 08/01/2024] [Accepted: 08/07/2024] [Indexed: 09/02/2024] Open
Abstract
Single-particle tracking is a powerful technique to investigate the motion of molecules or particles. Here, we review the methods for analyzing the reconstructed trajectories, a fundamental step for deciphering the underlying mechanisms driving the motion. First, we review the traditional analysis based on the mean squared displacement (MSD), highlighting the sometimes-neglected factors potentially affecting the accuracy of the results. We then report methods that exploit the distribution of parameters other than displacements, e.g., angles, velocities, and times and probabilities of reaching a target, discussing how they are more sensitive in characterizing heterogeneities and transient behaviors masked in the MSD analysis. Hidden Markov Models are also used for this purpose, and these allow for the identification of different states, their populations and the switching kinetics. Finally, we discuss a rapidly expanding field-trajectory analysis based on machine learning. Various approaches, from random forest to deep learning, are used to classify trajectory motions, which can be identified by motion models or by model-free sets of trajectory features, either previously defined or automatically identified by the algorithms. We also review free software available for some of the analysis methods. We emphasize that approaches based on a combination of the different methods, including classical statistics and machine learning, may be the way to obtain the most informative and accurate results.
Collapse
Affiliation(s)
| | - Stefano Luin
- NEST Laboratory, Scuola Normale Superiore, Piazza San Silvestro 12, I-56127 Pisa, Italy
- NEST Laboratory, Istituto Nanoscienze-CNR, Piazza San Silvestro 12, I-56127 Pisa, Italy
| |
Collapse
|
14
|
Li S, Zheng Q, Liu X, Liu P, Yu L. Quantitative Analysis of Pb in Soil Using Laser-Induced Breakdown Spectroscopy Based on Signal Enhancement of Conductive Materials. Molecules 2024; 29:3699. [PMID: 39125103 PMCID: PMC11314256 DOI: 10.3390/molecules29153699] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Grants] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 07/11/2024] [Revised: 08/01/2024] [Accepted: 08/02/2024] [Indexed: 08/12/2024] Open
Abstract
Studying efficient and accurate soil heavy-metal detection technology is of great significance to establishing a modern system for monitoring soil pollution, early warning and risk assessment, which contributes to the continuous improvement of soil quality and the assurance of food safety. Laser-induced breakdown spectroscopy (LIBS) is considered to be an emerging and effective tool for heavy-metal detection, compared with traditional detection technologies. Limited by the soil matrix effect, the LIBS signal of target elements for soil heavy-metal detection is prone to interference, thereby compromising the accuracy of quantitative detection. Thus, a series of signal-enhancement methods are investigated. This study aims to explore the effect of conductive materials of NaCl and graphite on the quantitative detection of lead (Pb) in soil using LIBS, seeking to find a reliable signal-enhancement method of LIBS for the determination of soil heavy-metal elements. The impact of the addition amount of NaCl and graphite on spectral intensity and parameters, including the signal-to-background ratio (SBR), signal-to-noise ratio (SNR), and relative standard deviation (RSD), were investigated, and the mechanism of signal enhancement by NaCl and graphite based on the analysis of the three-dimensional profile data of ablation craters and plasma parameters (plasmatemperature and electron density) were explored. Univariate and multivariate quantitative analysis models including partial least-squares regression (PLSR), least-squares support vector machine (LS-SVM), and extreme learning machine (ELM) were developed for the quantitative detection of Pb in soil with the optimal amount of NaCl and graphite, and the performance of the models was further compared. The PLSR model with the optimal amount of graphite obtained the best prediction performance, with an Rp that reached 0.994. In addition, among the three spectral lines of Pb, the univariate model of Pb I 405.78 nm showed the best prediction performance, with an Rp of 0.984 and the lowest LOD of 26.142 mg/kg. The overall results indicated that the LIBS signal-enhancement method based on conductive materials combined with appropriate chemometric methods could be a potential tool for the accurate quantitative detection of Pb in soil and could provide a reference for environmental monitoring.
Collapse
Affiliation(s)
- Shefeng Li
- School of Chemical and Environmental Engineering, Wuhan Polytechnic University, Wuhan 430023, China; (S.L.); (Q.Z.)
| | - Qi Zheng
- School of Chemical and Environmental Engineering, Wuhan Polytechnic University, Wuhan 430023, China; (S.L.); (Q.Z.)
| | - Xiaodan Liu
- College of Food Science and Engineering, Wuhan Polytechnic University, Wuhan 430023, China
| | - Peng Liu
- Beijing Construction Engineering Group Environmental Remediation Co., Ltd., Beijing 100015, China;
| | - Long Yu
- Wuhan Regen Environmental Remediation Co., Ltd., Wuhan 430073, China;
| |
Collapse
|
15
|
Mahanti NK, Shivashankar S, Chhetri KB, Kumar A, Rao BB, Aravind J, Swami D. Enhancing food authentication through E-nose and E-tongue technologies: Current trends and future directions. Trends Food Sci Technol 2024; 150:104574. [DOI: 10.1016/j.tifs.2024.104574] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 01/06/2025]
|
16
|
Ali Amin S, Alqudah MKS, Ateeq Almutairi S, Almajed R, Rustom Al Nasar M, Ali Alkhazaleh H. Optimal extreme learning machine for diagnosing brain tumor based on modified sailfish optimizer. Heliyon 2024; 10:e34050. [PMID: 39816348 PMCID: PMC11733978 DOI: 10.1016/j.heliyon.2024.e34050] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Download PDF] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 09/07/2023] [Revised: 07/02/2024] [Accepted: 07/03/2024] [Indexed: 01/18/2025] Open
Abstract
This study proposes a hierarchical automated methodology for detecting brain tumors in Magnetic Resonance Imaging (MRI), focusing on preprocessing images to improve quality and eliminate artifacts or noise. A modified Extreme Learning Machine is then used to diagnose brain tumors that are integrated with the Modified Sailfish optimizer to enhance its performance. The Modified Sailfish optimizer is a metaheuristic algorithm known for efficiently navigating optimization landscapes and enhancing convergence speed. Experiments were conducted using the "Whole Brain Atlas (WBA)" database, which contains annotated MRI images. The results showed superior efficiency in accurately detecting brain tumors from MRI images, demonstrating the potential of the method in enhancing accuracy and efficiency. The proposed method utilizes hierarchical methodology, preprocessing techniques, and optimization of the Extreme Learning Machine with the Modified Sailfish optimizer to improve accuracy rates and decrease the time needed for brain tumor diagnosis. The proposed method outperformed other methods in terms of accuracy, recall, specificity, precision, and F1 score in medical imaging diagnosis. It achieved the highest accuracy at 93.95 %, with End/End and CNN attaining high values of 89.24 % and 93.17 %, respectively. The method also achieved a perfect score of 100 % in recall, 91.38 % in specificity, and 75.64 % in F1 score. However, it is crucial to consider factors like computational complexity, dataset characteristics, and generalizability before evaluating the effectiveness of the method in medical imaging diagnosis. This approach has the potential to make substantial contributions to medical imaging and aid healthcare professionals in making prompt and precise treatment decisions for brain tumors.
Collapse
Affiliation(s)
- Saad Ali Amin
- College of Engineering and IT, University of Dubai, Academic City, 14143, Dubai, United Arab Emirates
| | | | - Saleh Ateeq Almutairi
- Applied College, Computer Science, And Information Department, Taibah University, Medinah, Saudi Arabia
| | - Rasha Almajed
- College of Computer Information Technology (CCIT), Department of Information Technology Management, American University in the Emirates (AUE), Academic City, 14143, Dubai, United Arab Emirates
| | - Mohammad Rustom Al Nasar
- College of Computer Information Technology (CCIT), Department of Information Technology Management, American University in the Emirates (AUE), Academic City, 14143, Dubai, United Arab Emirates
| | - Hamzah Ali Alkhazaleh
- College of Engineering and IT, University of Dubai, Academic City, 14143, Dubai, United Arab Emirates
| |
Collapse
|
17
|
Sheini Dashtgoli D, Taghizadeh S, Macconi L, Concli F. Comparative Analysis of Machine Learning Models for Predicting the Mechanical Behavior of Bio-Based Cellular Composite Sandwich Structures. MATERIALS (BASEL, SWITZERLAND) 2024; 17:3493. [PMID: 39063785 PMCID: PMC11277809 DOI: 10.3390/ma17143493] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Subscribe] [Scholar Register] [Received: 06/13/2024] [Revised: 07/02/2024] [Accepted: 07/04/2024] [Indexed: 07/28/2024]
Abstract
The growing demand for sustainable materials has significantly increased interest in biocomposites, which are made from renewable raw materials and have excellent mechanical properties. The use of machine learning (ML) can improve our understanding of their mechanical behavior while saving costs and time. In this study, the mechanical behavior of innovative biocomposite sandwich structures under quasi-static out-of-plane compression was investigated using ML algorithms to analyze the effects of geometric variations on load-bearing capacities. A comprehensive dataset of experimental mechanical tests focusing on compression loading was employed, evaluating three ML models-generalized regression neural networks (GRNN), extreme learning machine (ELM), and support vector regression (SVR). Performance indicators such as R-squared (R2), mean absolute error (MAE), and root mean square error (RMSE) were used to compare the models. It was shown that the GRNN model with an RMSE of 0.0301, an MAE of 0.0177, and R2 of 0.9999 in the training dataset, and an RMSE of 0.0874, MAE of 0.0489, and R2 of 0.9993 in the testing set had a higher predictive accuracy. In contrast, the ELM model showed moderate performance, while the SVR model had the lowest accuracy with RMSE, MAE, and R2 values of 0.5769, 0.3782, and 0.9700 for training, and RMSE, MAE, and R2 values of 0.5980, 0.3976 and 0.9695 for testing, suggesting that it has limited effectiveness in predicting the mechanical behavior of the biocomposite structures. The nonlinear load-displacement behavior, including critical peaks and fluctuations, was effectively captured by the GRNN model for both the training and test datasets. The progressive improvement in model performance from SVR to ELM to GRNN was illustrated, highlighting the increasing complexity and capability of machine learning models in capturing detailed nonlinear relationships. The superior performance and generalization ability of the GRNN model were confirmed by the Taylor diagram and Williams plot, with the majority of testing samples falling within the applicability domain, indicating strong generalization to new, unseen data. The results demonstrate the potential of using advanced ML models to accurately predict the mechanical behavior of biocomposites, enabling more efficient and cost-effective development and optimization processes in the field of sustainable materials.
Collapse
Affiliation(s)
- Danial Sheini Dashtgoli
- Department of Mathematics, Informatics and Geosciences, University of Trieste, 34128 Trieste, Italy;
- National Institute of Oceanography and Applied Geophysics-OGS, 34010 Sgonico, Italy
| | - Seyedahmad Taghizadeh
- Faculty of Engineering, Free University of Bozen-Bolzano, Piazza Universität 5, 39100 Bolzano, Italy (L.M.)
| | - Lorenzo Macconi
- Faculty of Engineering, Free University of Bozen-Bolzano, Piazza Universität 5, 39100 Bolzano, Italy (L.M.)
| | - Franco Concli
- Faculty of Engineering, Free University of Bozen-Bolzano, Piazza Universität 5, 39100 Bolzano, Italy (L.M.)
| |
Collapse
|
18
|
Kumar R, Aggarwal Y, Nigam VK, Sinha RK. Time-domain heart rate dynamics in the prognosis of progressive atherosclerosis. Nutr Metab Cardiovasc Dis 2024; 34:1389-1398. [PMID: 38403487 DOI: 10.1016/j.numecd.2024.01.011] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Journal Information] [Submit a Manuscript] [Subscribe] [Scholar Register] [Received: 08/25/2023] [Revised: 12/07/2023] [Accepted: 01/09/2024] [Indexed: 02/27/2024]
Abstract
BACKGROUND AND AIM The regular uptake of a high-fat diet (HFD) with changing lifestyle causes atherosclerosis leading to cardiovascular diseases and autonomic dysfunction. Therefore, the current study aimed to investigate the correlation of autonomic activity to lipid and atherosclerosis markers. Further, the study proposes a support vector machine (SVM) based model in the prediction of atherosclerosis severity. METHODS AND RESULTS The Lead-II electrocardiogram and blood markers were measured from both the control and the experiment subjects each week for nine consecutive weeks. The time-domain heart rate variability (HRV) parameters were derived, and the significance level was tested using a one-way Analysis of Variance. The correlation analysis was performed to determine the relation between autonomic parameters and lipid and atherosclerosis markers. The statistically significant time-domain values were used as features of the SVM. The observed results demonstrated the reduced time domain HRV parameters with the increase in lipid and atherosclerosis index markers with the progressive atherosclerosis severity. The correlation analysis revealed a negative association between time-domain HRV parameters with lipid and atherosclerosis parameters. The percentage accuracy increases from 86.58% to 98.71% with the increase in atherosclerosis severity with regular consumption of HFD. CONCLUSIONS Atherosclerosis causes autonomic dysfunction with reduced HRV. The negative correlation between autonomic parameters and lipid profile and atherosclerosis indexes marker revealed the potential role of vagal activity in the prognosis of atherosclerosis progression. The support vector machine presented a respectable accuracy in the prediction of atherosclerosis severity from the control group.
Collapse
Affiliation(s)
- Rahul Kumar
- Department of Bioengineering and Biotechnology, Birla Institute of Technology, Mesra, Ranchi, Jharkhand, India.
| | - Yogender Aggarwal
- Department of Bioengineering and Biotechnology, Birla Institute of Technology, Mesra, Ranchi, Jharkhand, India.
| | - Vinod Kumar Nigam
- Department of Bioengineering and Biotechnology, Birla Institute of Technology, Mesra, Ranchi, Jharkhand, India.
| | - Rakesh Kumar Sinha
- Department of Bioengineering and Biotechnology, Birla Institute of Technology, Mesra, Ranchi, Jharkhand, India.
| |
Collapse
|
19
|
Hameed MM, Masood A, Srivastava A, Abd Rahman N, Mohd Razali SF, Salem A, Elbeltagi A. Investigating a hybrid extreme learning machine coupled with Dingo Optimization Algorithm for modeling liquefaction triggering in sand-silt mixtures. Sci Rep 2024; 14:10799. [PMID: 38734717 PMCID: PMC11088631 DOI: 10.1038/s41598-024-61059-6] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Grants] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 02/01/2024] [Accepted: 04/30/2024] [Indexed: 05/13/2024] Open
Abstract
Liquefaction is a devastating consequence of earthquakes that occurs in loose, saturated soil deposits, resulting in catastrophic ground failure. Accurate prediction of such geotechnical parameter is crucial for mitigating hazards, assessing risks, and advancing geotechnical engineering. This study introduces a novel predictive model that combines Extreme Learning Machine (ELM) with Dingo Optimization Algorithm (DOA) to estimate strain energy-based liquefaction resistance. The hybrid model (ELM-DOA) is compared with the classical ELM, Adaptive Neuro-Fuzzy Inference System with Fuzzy C-Means (ANFIS-FCM model), and Sub-clustering (ANFIS-Sub model). Also, two data pre-processing scenarios are employed, namely traditional linear and non-linear normalization. The results demonstrate that non-linear normalization significantly enhances the prediction performance of all models by approximately 25% compared to linear normalization. Furthermore, the ELM-DOA model achieves the most accurate predictions, exhibiting the lowest root mean square error (484.286 J/m3), mean absolute percentage error (24.900%), mean absolute error (404.416 J/m3), and the highest correlation of determination (0.935). Additionally, a Graphical User Interface (GUI) has been developed, specifically tailored for the ELM-DOA model, to assist engineers and researchers in maximizing the utilization of this predictive model. The GUI provides a user-friendly platform for easy input of data and accessing the model's predictions, enhancing its practical applicability. Overall, the results strongly support the proposed hybrid model with GUI serving as an effective tool for assessing soil liquefaction resistance in geotechnical engineering, aiding in predicting and mitigating liquefaction hazards.
Collapse
Affiliation(s)
- Mohammed Majeed Hameed
- Department of Civil Engineering, Al-Maarif University College, Ramadi, Iraq.
- Department of Computer Science, Al-Maarif University College, Ramadi, Iraq.
| | - Adil Masood
- Department of Natural and Applied Sciences, TERI School of Advanced Studies, New Delhi, India
| | - Aman Srivastava
- Department of Civil Engineering, Indian Institute of Technology (IIT) Kharagpur, Kharagpur, West Bengal, 721302, India
| | - Norinah Abd Rahman
- Department of Civil Engineering, Faculty of Engineering and Built Environment, Universiti Kebangsaan Malaysia, 43600, Bangi, Selangor, Malaysia
- Smart and Sustainable Township Research Centre (SUTRA), Universiti Kebangsaan Malaysia (UKM), 43600, Bangi, Selangor, Malaysia
| | - Siti Fatin Mohd Razali
- Department of Civil Engineering, Faculty of Engineering and Built Environment, Universiti Kebangsaan Malaysia, 43600, Bangi, Selangor, Malaysia
- Smart and Sustainable Township Research Centre (SUTRA), Universiti Kebangsaan Malaysia (UKM), 43600, Bangi, Selangor, Malaysia
| | - Ali Salem
- Civil Engineering Department, Faculty of Engineering, Minia University, Minia, 61111, Egypt.
- Structural Diagnostics and Analysis Research Group, Faculty of Engineering and Information Technology, University of Pécs, Pécs, Hungary.
| | - Ahmed Elbeltagi
- Agricultural Engineering Department, Faculty of Agriculture, Mansoura University, Mansoura, 35516, Egypt
| |
Collapse
|
20
|
Hasani Azhdari SM, Mahmoodzadeh A, Khishe M, Agahi H. Enhanced PRIM recognition using PRI sound and deep learning techniques. PLoS One 2024; 19:e0298373. [PMID: 38691542 PMCID: PMC11062556 DOI: 10.1371/journal.pone.0298373] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [MESH Headings] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 10/05/2023] [Accepted: 01/24/2024] [Indexed: 05/03/2024] Open
Abstract
Pulse repetition interval modulation (PRIM) is integral to radar identification in modern electronic support measure (ESM) and electronic intelligence (ELINT) systems. Various distortions, including missing pulses, spurious pulses, unintended jitters, and noise from radar antenna scans, often hinder the accurate recognition of PRIM. This research introduces a novel three-stage approach for PRIM recognition, emphasizing the innovative use of PRI sound. A transfer learning-aided deep convolutional neural network (DCNN) is initially used for feature extraction. This is followed by an extreme learning machine (ELM) for real-time PRIM classification. Finally, a gray wolf optimizer (GWO) refines the network's robustness. To evaluate the proposed method, we develop a real experimental dataset consisting of sound of six common PRI patterns. We utilized eight pre-trained DCNN architectures for evaluation, with VGG16 and ResNet50V2 notably achieving recognition accuracies of 97.53% and 96.92%. Integrating ELM and GWO further optimized the accuracy rates to 98.80% and 97.58. This research advances radar identification by offering an enhanced method for PRIM recognition, emphasizing the potential of PRI sound to address real-world distortions in ESM and ELINT systems.
Collapse
Affiliation(s)
| | - Azar Mahmoodzadeh
- Department of Electrical Engineering, Shiraz Branch, Islamic Azad University, Shiraz, Iran
| | - Mohammad Khishe
- Department of Electrical Engineering, Imam Khomeini Marine Science University, Nowshahr, Iran
| | - Hamed Agahi
- Department of Electrical Engineering, Shiraz Branch, Islamic Azad University, Shiraz, Iran
| |
Collapse
|
21
|
Xiao Y, Adegoke M, Leung CS, Leung KW. Robust noise-aware algorithm for randomized neural network and its convergence properties. Neural Netw 2024; 173:106202. [PMID: 38422835 DOI: 10.1016/j.neunet.2024.106202] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 04/17/2023] [Revised: 12/19/2023] [Accepted: 02/20/2024] [Indexed: 03/02/2024]
Abstract
The concept of randomized neural networks (RNNs), such as the random vector functional link network (RVFL) and extreme learning machine (ELM), is a widely accepted and efficient network method for constructing single-hidden layer feedforward networks (SLFNs). Due to its exceptional approximation capabilities, RNN is being extensively used in various fields. While the RNN concept has shown great promise, its performance can be unpredictable in imperfect conditions, such as weight noises and outliers. Thus, there is a need to develop more reliable and robust RNN algorithms. To address this issue, this paper proposes a new objective function that addresses the combined effect of weight noise and training data outliers for RVFL networks. Based on the half-quadratic optimization method, we then propose a novel algorithm, named noise-aware RNN (NARNN), to optimize the proposed objective function. The convergence of the NARNN is also theoretically validated. We also discuss the way to use the NARNN for ensemble deep RVFL (edRVFL) networks. Finally, we present an extension of the NARNN to concurrently address weight noise, stuck-at-fault, and outliers. The experimental results demonstrate that the proposed algorithm outperforms a number of state-of-the-art robust RNN algorithms.
Collapse
Affiliation(s)
- Yuqi Xiao
- Department of Electrical Engineering, City University of Hong Kong, Tat Chee Avenue, Kowloon, Hong Kong, HKSAR, China; State Key Laboratory of Terahertz and Millimeter Waves, City University of Hong Kong, Tat Chee Avenue, Kowloon, Hong Kong, HKSAR, China; Shenzhen Key Laboratory of Millimeter Wave and Wideband Wireless Communications, CityU Shenzhen Research Institute, Shenzhen, 518057, China.
| | - Muideen Adegoke
- Department of Electrical Engineering, City University of Hong Kong, Tat Chee Avenue, Kowloon, Hong Kong, HKSAR, China.
| | - Chi-Sing Leung
- Department of Electrical Engineering, City University of Hong Kong, Tat Chee Avenue, Kowloon, Hong Kong, HKSAR, China.
| | - Kwok Wa Leung
- Department of Electrical Engineering, City University of Hong Kong, Tat Chee Avenue, Kowloon, Hong Kong, HKSAR, China; State Key Laboratory of Terahertz and Millimeter Waves, City University of Hong Kong, Tat Chee Avenue, Kowloon, Hong Kong, HKSAR, China; Shenzhen Key Laboratory of Millimeter Wave and Wideband Wireless Communications, CityU Shenzhen Research Institute, Shenzhen, 518057, China.
| |
Collapse
|
22
|
Riaz S, Li B, Qi R, Zhang C. An adaptive predefined time sliding mode control for uncertain nonlinear cyber-physical servo system under cyber attacks. Sci Rep 2024; 14:7361. [PMID: 38548780 PMCID: PMC11377590 DOI: 10.1038/s41598-024-57775-8] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Grants] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 11/25/2023] [Accepted: 03/21/2024] [Indexed: 09/07/2024] Open
Abstract
Malicious attacks are often inevitable in cyber-physical systems (CPS). Accuracy in Cyber physical system for position tracking of servos is the major concern now a days. In high precision industrial automation, it is very hard to achieve accuracy in tracking especially under malicious cyber-attacks, control saturations, parametric perturbations and external disturbances. In this paper, we have designed a novel predefined time (PDT) convergence sliding mode adaptive controller (PTCSMAC) for such kind of cyber physical control system. Main key feature of our control is to cope these challenges that are posed by CPS systems such as parameter perturbation, control saturation, and cyber-attacks and the whole system then upgrade to a third-order system to facilitate adaptive control law. Then, we present an adaptive controller based on the novel PDT convergent sliding mode surface (SMS) combined with a modified weight updated Extreme Learning Machine (ELM) which is used to approximate the uncertain part of the system. Another significant advantage of our proposed control approach is that it does not require detailed model information, guaranteeing robust performance even when the system model is uncertain. Additionally, our proposed PTCSMAC controller is nonsingular regardless of initial conditions, and is capable of eradicating the possibility of singularity problems, which are frequently a concern in numerous CPS control systems. Finally, we have verified our designed PTCSMAC control law through rigorous simulations on CPS seeker servo positioning system and compared the robustness and performance of different existing techniques.
Collapse
Affiliation(s)
- Saleem Riaz
- School of Automation, Northwestern Polytechnical University, Xi'an, 710072, China.
| | - Bingqiang Li
- School of Automation, Northwestern Polytechnical University, Xi'an, 710072, China.
| | - Rong Qi
- School of Automation, Northwestern Polytechnical University, Xi'an, 710072, China
| | - Chenda Zhang
- School of Automation, Northwestern Polytechnical University, Xi'an, 710072, China
| |
Collapse
|
23
|
Sebastian J, S KR, K V S. Adaptive control of a nonaffine nonlinear system using self-organising kernel extreme learning machine. ISA TRANSACTIONS 2024; 146:567-581. [PMID: 38160079 DOI: 10.1016/j.isatra.2023.12.025] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Subscribe] [Scholar Register] [Received: 01/05/2023] [Revised: 12/14/2023] [Accepted: 12/15/2023] [Indexed: 01/03/2024]
Abstract
We propose a self-organising kernel extreme learning machine (KELM) adaptive controller for nonaffine nonlinear systems. Literature survey reveals that neural network (NN) is extensively used to design adaptive controllers for nonlinear systems. When conventional NN, like multilayer feedforward NN and radial basis function NN (RBFNN), is used for controller design, the parameters of these networks converge slowly. Researchers have overcome this shortcoming by using extreme learning machine (ELM). The motivation to use KELM for controller design in our research is to utilise the advantages of ELM and radial basis function kernels. The structure of neural networks is seldom altered during training, resulting in unnecessarily small or large networks. The self-organising nature of our proposed controller caters to solving this problem. The structure of the self-organising KELM updates itself based on a threshold value set for the normalised change in the output weight. In our work, the control input meets three objectives: feedback linearisation, stabilisation of the linearised system and providing immunity to process and measurement noises. The update law for the hidden layer parameters of the KELM is obtained using the Lyapunov technique to ensure the overall stability of the system. A comparative analysis of different performance criteria is performed for trajectory tracking control, in the presence of process and measurement noises, for a numerical example and the Duffing-Holmes chaotic nonlinear system. The simulation results of these analyses demonstrate the superiority of the self-organising KELM compared to ELM and RBFNN based adaptive controllers. The experimental results with a rotary servo system validate the efficacy of the proposed controller in real-time systems. Furthermore, the robustness of the self-organising adaptive controller is verified with the results obtained for the servo system on varying the system parameter and operating condition.
Collapse
Affiliation(s)
- Jyothis Sebastian
- National Institute of Technology, Calicut, NIT Campus P.O., Kozhikode, 673 601, Kerala, India.
| | - Kavyasree Raj S
- National Institute of Technology, Calicut, NIT Campus P.O., Kozhikode, 673 601, Kerala, India.
| | - Shihabudheen K V
- National Institute of Technology, Calicut, NIT Campus P.O., Kozhikode, 673 601, Kerala, India.
| |
Collapse
|
24
|
Cui F, Zheng S, Wang D, Ren L, Wang T, Meng Y, Ma R, Wang S, Li X, Li T, Li J. Preparation of multifunctional hydrogels based on co-pigment-polysaccharide complexes and establishment of a machine learning monitoring platform. Int J Biol Macromol 2024; 259:129258. [PMID: 38218291 DOI: 10.1016/j.ijbiomac.2024.129258] [Citation(s) in RCA: 4] [Impact Index Per Article: 4.0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 10/20/2023] [Revised: 12/19/2023] [Accepted: 01/03/2024] [Indexed: 01/15/2024]
Abstract
Economic loss due to fish spoilage exceeds 25 billion euros every year. Accurate and real-time monitoring of the freshness of fish can effectively cut down economic loss and food wastage. In this study, a dual-functional hydrogel based on sodium alginate-co-pigment complex with volatile antibacterial and intelligent indication was prepared and characterized. The characterization results indicated that the sodium alginate-co-pigment complex successfully improved the stability and color development ability of blueberry anthocyanins and bilberry anthocyanins at different temperatures and pH. The double cross-linking network inside the hydrogel conferred it with excellent mechanical properties. During rainbow trout storage, the hydrogel indicated a color difference of 73.55 on the last day and successfully extended the shelf-life of rainbow trout by 2 days (4 °C). Additionally, four dual-channel monitoring models were constructed using machine learning. The validation error of the genetic algorithm back propagation model (GA-BP) was only 5.6e-3, indicating that GA-BP can accurately monitor the freshness of rainbow trout. The rainbow trout real-time monitoring platform built based on GA-BP model can monitor the freshness of rainbow trout in real time through the images uploaded by users. The results of this study have broad applicability in the food industry, environmental conservation, and economic sustainability.
Collapse
Affiliation(s)
- Fangchao Cui
- College of Food Science and Technology, Bohai University, Institute of Ocean, Jinzhou, Liaoning 121013, China; National & Local Joint Engineering Research Center of Storage, Processing and Safety Control Technology for Fresh Agricultural and Aquatic Products, China Light Industry Key Laboratory of Marine Fish Processing, Institute of Ocean, Jinzhou, Liaoning 121013, China
| | - Shiwei Zheng
- College of Food Science and Technology, Bohai University, Institute of Ocean, Jinzhou, Liaoning 121013, China; National & Local Joint Engineering Research Center of Storage, Processing and Safety Control Technology for Fresh Agricultural and Aquatic Products, China Light Industry Key Laboratory of Marine Fish Processing, Institute of Ocean, Jinzhou, Liaoning 121013, China
| | - Dangfeng Wang
- College of Food Science and Technology, Bohai University, Institute of Ocean, Jinzhou, Liaoning 121013, China; National & Local Joint Engineering Research Center of Storage, Processing and Safety Control Technology for Fresh Agricultural and Aquatic Products, China Light Industry Key Laboratory of Marine Fish Processing, Institute of Ocean, Jinzhou, Liaoning 121013, China
| | - Likun Ren
- College of Food Science and Technology, Bohai University, Institute of Ocean, Jinzhou, Liaoning 121013, China; National & Local Joint Engineering Research Center of Storage, Processing and Safety Control Technology for Fresh Agricultural and Aquatic Products, China Light Industry Key Laboratory of Marine Fish Processing, Institute of Ocean, Jinzhou, Liaoning 121013, China
| | - Tian Wang
- College of Food Science and Technology, Bohai University, Institute of Ocean, Jinzhou, Liaoning 121013, China; National & Local Joint Engineering Research Center of Storage, Processing and Safety Control Technology for Fresh Agricultural and Aquatic Products, China Light Industry Key Laboratory of Marine Fish Processing, Institute of Ocean, Jinzhou, Liaoning 121013, China
| | - Yuqiong Meng
- State Key Laboratory of Plateau Ecology and Agriculture, Qinghai University, Xining 810016, China
| | - Rui Ma
- State Key Laboratory of Plateau Ecology and Agriculture, Qinghai University, Xining 810016, China
| | - Shulin Wang
- College of Agriculture and Animal Husbandry, Qinghai University, Xining, Qinghai 810016, China
| | - Xuepeng Li
- College of Food Science and Technology, Bohai University, Institute of Ocean, Jinzhou, Liaoning 121013, China; National & Local Joint Engineering Research Center of Storage, Processing and Safety Control Technology for Fresh Agricultural and Aquatic Products, China Light Industry Key Laboratory of Marine Fish Processing, Institute of Ocean, Jinzhou, Liaoning 121013, China.
| | - Tingting Li
- Key Laboratory of Biotechnology and Bioresources Utilization (Dalian Minzu University), Ministry of Education, Dalian, Liaoning 116029, China.
| | - Jianrong Li
- College of Food Science and Technology, Bohai University, Institute of Ocean, Jinzhou, Liaoning 121013, China; National & Local Joint Engineering Research Center of Storage, Processing and Safety Control Technology for Fresh Agricultural and Aquatic Products, China Light Industry Key Laboratory of Marine Fish Processing, Institute of Ocean, Jinzhou, Liaoning 121013, China.
| |
Collapse
|
25
|
Zhou Q, Wang ZY, Huang L. ELM-KL-LSTM: a robust and general incremental learning method for efficient classification of time series data. PeerJ Comput Sci 2023; 9:e1732. [PMID: 38192484 PMCID: PMC10773756 DOI: 10.7717/peerj-cs.1732] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 02/03/2023] [Accepted: 11/10/2023] [Indexed: 01/10/2024]
Abstract
Efficiently analyzing and classifying dynamically changing time series data remains a challenge. The main issue lies in the significant differences in feature distribution that occur between old and new datasets generated constantly due to varying degrees of concept drift, anomalous data, erroneous data, high noise, and other factors. Taking into account the need to balance accuracy and efficiency when the distribution of the dataset changes, we proposed a new robust, generalized incremental learning (IL) model ELM-KL-LSTM. Extreme learning machine (ELM) is used as a lightweight pre-processing model which is updated using the new designed evaluation metrics based on Kullback-Leibler (KL) divergence values to measure the difference in feature distribution within sliding windows. Finally, we implemented efficient processing and classification analysis of dynamically changing time series data based on ELM lightweight pre-processing model, model update strategy and long short-term memory networks (LSTM) classification model. We conducted extensive experiments and comparation analysis based on the proposed method and benchmark methods in several different real application scenarios. Experimental results show that, compared with the benchmark methods, the proposed method exhibits good robustness and generalization in a number of different real-world application scenarios, and can successfully perform model updates and efficient classification analysis of incremental data with varying degrees improvement of classification accuracy. This provides and extends a new means for efficient analysis of dynamically changing time-series data.
Collapse
Affiliation(s)
- Qiao Zhou
- College of Information and Electrical Engineering, China Agricultural University, Beijing, China
- Ministry of Agriculture, Key Laboratory of Agricultural Information Acquisition Technology (Beijing), Beijing, China
| | - Zhong-Yi Wang
- College of Information and Electrical Engineering, China Agricultural University, Beijing, China
- Ministry of Agriculture, Key Laboratory of Agricultural Information Acquisition Technology (Beijing), Beijing, China
- Ministry of Education, Key Laboratory of Modern Precision Agriculture System Integration Research, Beijing, China
| | - Lan Huang
- College of Information and Electrical Engineering, China Agricultural University, Beijing, China
- Ministry of Agriculture, Key Laboratory of Agricultural Information Acquisition Technology (Beijing), Beijing, China
| |
Collapse
|
26
|
Song S, Wang Q, Zou X, Li Z, Ma Z, Jiang D, Fu Y, Liu Q. High-precision prediction of blood glucose concentration utilizing Fourier transform Raman spectroscopy and an ensemble machine learning algorithm. SPECTROCHIMICA ACTA. PART A, MOLECULAR AND BIOMOLECULAR SPECTROSCOPY 2023; 303:123176. [PMID: 37494812 DOI: 10.1016/j.saa.2023.123176] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Subscribe] [Scholar Register] [Received: 07/03/2023] [Revised: 07/17/2023] [Accepted: 07/19/2023] [Indexed: 07/28/2023]
Abstract
Raman spectroscopy has gained popularity in analyzing blood glucose levels due to its non-invasive identification and minimal interference from water. However, the challenge lies in how to accurately predict blood glucose concentrations in human blood using Raman spectroscopy. This paper researches a novel integrated machine learning algorithm called Bagging-ABC-ELM. The optimal input weights and biases of extreme learning machine (ELM) model are obtained by artificial bee colony (ABC) algorithm. The bagging algorithm is used to obtain a better the stability of the model and higher performance than ELM algorithm. The results show that the mean value of coefficient of determination is 0.9928, and root mean square error is 0.1928. Compared to other regression models, the Bagging-ABC-ELM model exhibited superior prediction accuracy, robustness, and generalization capability. The Bagging-ABC-ELM model presents a promising alternative for analyzing blood glucose levels in clinical and research settings.
Collapse
Affiliation(s)
- Shuai Song
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China
| | - Qiaoyun Wang
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China; Hebei Key Laboratory of Micro-Nano Precision Optical Sensing and Measurement Technology, Qinhuangdao 066004, China.
| | - Xin Zou
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China
| | - Zhigang Li
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China
| | - Zhenhe Ma
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China
| | - Daying Jiang
- Zhongyou BSS (Qinhuangdao) Petropipe Company Limited, Qinhuangdao 066004, China
| | - YongQing Fu
- Faculty of Engineering and Environment, Northumbria University, Newcastle upon Tyne NE1 8ST, UK
| | - Qiang Liu
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China; Hebei Key Laboratory of Micro-Nano Precision Optical Sensing and Measurement Technology, Qinhuangdao 066004, China
| |
Collapse
|
27
|
Yue Y, Cao L, Chen H, Chen Y, Su Z. Towards an Optimal KELM Using the PSO-BOA Optimization Strategy with Applications in Data Classification. Biomimetics (Basel) 2023; 8:306. [PMID: 37504194 PMCID: PMC10807650 DOI: 10.3390/biomimetics8030306] [Citation(s) in RCA: 11] [Impact Index Per Article: 5.5] [Reference Citation Analysis] [Abstract] [Key Words] [Grants] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 06/24/2023] [Revised: 07/09/2023] [Accepted: 07/09/2023] [Indexed: 07/29/2023] Open
Abstract
The features of the kernel extreme learning machine-efficient processing, improved performance, and less human parameter setting-have allowed it to be effectively used to batch multi-label classification tasks. These classic classification algorithms must at present contend with accuracy and space-time issues as a result of the vast and quick, multi-label, and concept drift features of the developing data streams in the practical application sector. The KELM training procedure still has a difficulty in that it has to be repeated numerous times independently in order to maximize the model's generalization performance or the number of nodes in the hidden layer. In this paper, a kernel extreme learning machine multi-label data classification method based on the butterfly algorithm optimized by particle swarm optimization is proposed. The proposed algorithm, which fully accounts for the optimization of the model generalization ability and the number of hidden layer nodes, can train multiple KELM hidden layer networks at once while maintaining the algorithm's current time complexity and avoiding a significant number of repeated calculations. The simulation results demonstrate that, in comparison to the PSO-KELM, BBA-KELM, and BOA-KELM algorithms, the PSOBOA-KELM algorithm proposed in this paper can more effectively search the kernel extreme learning machine parameters and more effectively balance the global and local performance, resulting in a KELM prediction model with a higher prediction accuracy.
Collapse
Affiliation(s)
- Yinggao Yue
- School of Intelligent Manufacturing and Electronic Engineering, Wenzhou University of Technology, Wenzhou 325035, China; (Y.Y.); (L.C.); (H.C.); (Y.C.)
- Intelligent Information Systems Institute, Wenzhou University, Wenzhou 325035, China
| | - Li Cao
- School of Intelligent Manufacturing and Electronic Engineering, Wenzhou University of Technology, Wenzhou 325035, China; (Y.Y.); (L.C.); (H.C.); (Y.C.)
| | - Haishao Chen
- School of Intelligent Manufacturing and Electronic Engineering, Wenzhou University of Technology, Wenzhou 325035, China; (Y.Y.); (L.C.); (H.C.); (Y.C.)
| | - Yaodan Chen
- School of Intelligent Manufacturing and Electronic Engineering, Wenzhou University of Technology, Wenzhou 325035, China; (Y.Y.); (L.C.); (H.C.); (Y.C.)
| | - Zhonggen Su
- Taishun Research Institute, Wenzhou University of Technology, Wenzhou 325035, China
| |
Collapse
|
28
|
Wang Q, Song S, Li L, Wen D, Shan P, Li Z, Fu Y. An extreme learning machine optimized by differential evolution and artificial bee colony for predicting the concentration of whole blood with Fourier Transform Raman spectroscopy. SPECTROCHIMICA ACTA. PART A, MOLECULAR AND BIOMOLECULAR SPECTROSCOPY 2023; 292:122423. [PMID: 36750009 DOI: 10.1016/j.saa.2023.122423] [Citation(s) in RCA: 5] [Impact Index Per Article: 2.5] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Subscribe] [Scholar Register] [Received: 10/21/2022] [Revised: 01/23/2023] [Accepted: 01/27/2023] [Indexed: 06/18/2023]
Abstract
Raman spectroscopy, with its advantages of non-contact nature, rapid detection, and minimum water interference, is promising for non-invasive blood detection or diagnosis in clinic applications. However, there is a critical issue that how to accurately analyze blood composition by Raman spectroscopy. In this study, we apply extreme learning machine (ELM) algorithm and a multivariate calibration regression model to analyze the results from Raman spectroscopy and determine the component's concentrations in blood samples, including glucose, cholesterol, and triglyceride. Self-adaption differential evolution artificial bee colony (SADEABC) algorithm was further applied to increase the data's accuracy and robustness. The obtained data for coefficient of determination, root mean square error of calibration, root mean square error of prediction, and relative percent deviation, were 0.9822, 0.3993, 0.3827, and 6.6679 for glucose, 0.9786, 0.2104, 0.2088 and 5.9533 for cholesterol, and 0.9921, 0.2744, 0.3433 and 10.5075 for triglyceride, respectively. Results demonstrated that the model based on SADEABC-ELM show much better prediction data than those models based on the ELM and ABC-ELM.
Collapse
Affiliation(s)
- Qiaoyun Wang
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China; Hebei Key Laboratory of Micro-Nano Precision Optical Sensing and Measurement Technology, Qinhuangdao 066004, China.
| | - Shuai Song
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China
| | - Lei Li
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China
| | - Da Wen
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China
| | - Peng Shan
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China
| | - Zhigang Li
- College of Information Science and Engineering, Northeastern University, Shenyang, Liaoning Province 110819, China
| | - YongQing Fu
- Faculty of Engineering & Environment, Northumbria University, Newcastle Upon Tyne NE1 8ST, UK
| |
Collapse
|
29
|
Tan TH, Shih JY, Liu SH, Alkhaleefah M, Chang YL, Gochoo M. Using a Hybrid Neural Network and a Regularized Extreme Learning Machine for Human Activity Recognition with Smartphone and Smartwatch. SENSORS (BASEL, SWITZERLAND) 2023; 23:3354. [PMID: 36992065 PMCID: PMC10059063 DOI: 10.3390/s23063354] [Citation(s) in RCA: 2] [Impact Index Per Article: 1.0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Figures] [Subscribe] [Scholar Register] [Received: 02/26/2023] [Revised: 03/19/2023] [Accepted: 03/20/2023] [Indexed: 06/19/2023]
Abstract
Mobile health (mHealth) utilizes mobile devices, mobile communication techniques, and the Internet of Things (IoT) to improve not only traditional telemedicine and monitoring and alerting systems, but also fitness and medical information awareness in daily life. In the last decade, human activity recognition (HAR) has been extensively studied because of the strong correlation between people's activities and their physical and mental health. HAR can also be used to care for elderly people in their daily lives. This study proposes an HAR system for classifying 18 types of physical activity using data from sensors embedded in smartphones and smartwatches. The recognition process consists of two parts: feature extraction and HAR. To extract features, a hybrid structure consisting of a convolutional neural network (CNN) and a bidirectional gated recurrent unit GRU (BiGRU) was used. For activity recognition, a single-hidden-layer feedforward neural network (SLFN) with a regularized extreme machine learning (RELM) algorithm was used. The experimental results show an average precision of 98.3%, recall of 98.4%, an F1-score of 98.4%, and accuracy of 98.3%, which results are superior to those of existing schemes.
Collapse
Affiliation(s)
- Tan-Hsu Tan
- Department of Electrical Engineering, National Taipei University of Technology, Taipei 10608, Taiwan; (T.-H.T.); (J.-Y.S.); (M.A.); (Y.-L.C.)
| | - Jyun-Yu Shih
- Department of Electrical Engineering, National Taipei University of Technology, Taipei 10608, Taiwan; (T.-H.T.); (J.-Y.S.); (M.A.); (Y.-L.C.)
| | - Shing-Hong Liu
- Department of Computer Science and Information Engineering, Chaoyang University of Technology, Taichung 413310, Taiwan
| | - Mohammad Alkhaleefah
- Department of Electrical Engineering, National Taipei University of Technology, Taipei 10608, Taiwan; (T.-H.T.); (J.-Y.S.); (M.A.); (Y.-L.C.)
| | - Yang-Lang Chang
- Department of Electrical Engineering, National Taipei University of Technology, Taipei 10608, Taiwan; (T.-H.T.); (J.-Y.S.); (M.A.); (Y.-L.C.)
| | - Munkhjargal Gochoo
- Department of Computer Science and Software Engineering, United Arab Emirates University, Al-Ain 15551, United Arab Emirates;
| |
Collapse
|
30
|
Dogan M, Ozkan IA. Determination of wheat types using optimized extreme learning machine with metaheuristic algorithms. Neural Comput Appl 2023. [DOI: 10.1007/s00521-023-08354-x] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 03/07/2023]
|
31
|
Sose AT, Joshi SY, Kunche LK, Wang F, Deshmukh SA. A review of recent advances and applications of machine learning in tribology. Phys Chem Chem Phys 2023; 25:4408-4443. [PMID: 36722861 DOI: 10.1039/d2cp03692d] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 01/28/2023]
Abstract
In tribology, a considerable number of computational and experimental approaches to understand the interfacial characteristics of material surfaces in motion and tribological behaviors of materials have been considered to date. Despite being useful in providing important insights on the tribological properties of a system, at different length scales, a vast amount of data generated from these state-of-the-art techniques remains underutilized due to lack of analysis methods or limitations of existing analysis techniques. In principle, this data can be used to address intractable tribological problems including structure-property relationships in tribological systems and efficient lubricant design in a cost and time effective manner with the aid of machine learning. Specifically, data-driven machine learning methods have shown potential in unraveling complicated processes through the development of structure-property/functionality relationships based on the collected data. For example, neural networks are incredibly effective in modeling non-linear correlations and identifying primary hidden patterns associated with these phenomena. Here we present several exemplary studies that have demonstrated the proficiency of machine learning in understanding these critical factors. A successful implementation of neural networks, supervised, and stochastic learning approaches in identifying structure-property relationships have shed light on how machine learning may be used in certain tribological applications. Moreover, ranging from the design of lubricants, composites, and experimental processes to studying fretting wear and frictional mechanism, machine learning has been embraced either independently or integrated with optimization algorithms by scientists to study tribology. Accordingly, this review aims at providing a perspective on the recent advances in the applications of machine learning in tribology. The review on referenced simulation approaches and subsequent applications of machine learning in experimental and computational tribology shall motivate researchers to introduce the revolutionary approach of machine learning in efficiently studying tribology.
Collapse
Affiliation(s)
- Abhishek T Sose
- Department of Chemical Engineering, Virginia Tech, Blacksburg, VA 24061, USA.
| | - Soumil Y Joshi
- Department of Chemical Engineering, Virginia Tech, Blacksburg, VA 24061, USA.
| | | | - Fangxi Wang
- Department of Chemical Engineering, Virginia Tech, Blacksburg, VA 24061, USA.
| | - Sanket A Deshmukh
- Department of Chemical Engineering, Virginia Tech, Blacksburg, VA 24061, USA.
| |
Collapse
|
32
|
Prediction of line heating deformation on sheet metal based on an ISSA-ELM model. Sci Rep 2023; 13:1252. [PMID: 36690795 PMCID: PMC9869312 DOI: 10.1038/s41598-023-28538-8] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 05/05/2022] [Accepted: 01/19/2023] [Indexed: 01/24/2023] Open
Abstract
A prediction method based on an improved salp swarm algorithm (ISSA) and extreme learning machine (ELM) was proposed to improve line heating and forming. First, a three-dimensional transient numerical simulation of line heating and forming was carried out by applying a finite element simulation, and the influence of machining parameters on deformation was studied. Second, a prediction model for the ELM network was established based on simulation data, and the deformation of hull plate was predicted by the training network. Additionally, swarm intelligence optimization, particle swarm optimization (PSO), the seagull optimization algorithm (SOA), and the salp swarm algorithm (SSA) were studied while considering the shortcomings of the ELM, and the ISSA was proposed. Input weights and hidden layer biases of the ELM model were optimized to increase the stability of prediction results from the PSO, SOA, SSA and ISSA approaches. Finally, it was shown that the prediction effect of the ISSA-ELM model was superior by comparing and analyzing the prediction effect of each prediction model for line heating and forming.
Collapse
|
33
|
Liu X, Zhou Y, Meng W, Luo Q. Functional extreme learning machine for regression and classification. MATHEMATICAL BIOSCIENCES AND ENGINEERING : MBE 2023; 20:3768-3792. [PMID: 36899604 DOI: 10.3934/mbe.2023177] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 06/18/2023]
Abstract
Although Extreme Learning Machine (ELM) can learn thousands of times faster than traditional slow gradient algorithms for training neural networks, ELM fitting accuracy is limited. This paper develops Functional Extreme Learning Machine (FELM), which is a novel regression and classifier. It takes functional neurons as the basic computing units and uses functional equation-solving theory to guide the modeling process of functional extreme learning machines. The functional neuron function of FELM is not fixed, and its learning process refers to the process of estimating or adjusting the coefficients. It follows the spirit of extreme learning and solves the generalized inverse of the hidden layer neuron output matrix through the principle of minimum error, without iterating to obtain the optimal hidden layer coefficients. To verify the performance of the proposed FELM, it is compared with ELM, OP-ELM, SVM and LSSVM on several synthetic datasets, XOR problem, benchmark regression and classification datasets. The experimental results show that although the proposed FELM has the same learning speed as ELM, its generalization performance and stability are better than ELM.
Collapse
Affiliation(s)
- Xianli Liu
- College of Artificial Intelligence, Guangxi University for Nationalities, Nanning 530006, China
| | - Yongquan Zhou
- College of Artificial Intelligence, Guangxi University for Nationalities, Nanning 530006, China
- Xiangsihu College of Gunagxi University for Nationalities, Nanning, Guangxi 532100, China
- Guangxi Key Laboratories of Hybrid Computation and IC Design Analysis, Nanning 530006, China
| | - Weiping Meng
- College of Artificial Intelligence, Guangxi University for Nationalities, Nanning 530006, China
| | - Qifang Luo
- College of Artificial Intelligence, Guangxi University for Nationalities, Nanning 530006, China
- Guangxi Key Laboratories of Hybrid Computation and IC Design Analysis, Nanning 530006, China
| |
Collapse
|
34
|
Chou L, Liu J, Gong S, Chou Y. A life-threatening arrhythmia detection method based on pulse rate variability analysis and decision tree. Front Physiol 2022; 13:1008111. [PMID: 36311226 PMCID: PMC9614148 DOI: 10.3389/fphys.2022.1008111] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Download PDF] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 07/31/2022] [Accepted: 09/23/2022] [Indexed: 01/11/2023] Open
Abstract
Extreme bradycardia (EB), extreme tachycardia (ET), ventricular tachycardia (VT), and ventricular flutter (VF) are the four types of life-threatening arrhythmias, which are symptoms of cardiovascular diseases. Therefore, in this study, a method of life-threatening arrhythmia recognition is proposed based on pulse rate variability (PRV). First, noise and interference are wiped out from the arterial blood pressure (ABP), and the PRV signal is extracted. Then, 19 features are extracted from the PRV signal, and 15 features with highly important and significant variation were selected by random forest (RF). Finally, the back-propagation neural network (BPNN), extreme learning machine (ELM), and decision tree (DT) are used to build, train, and test classifiers to detect life-threatening arrhythmias. The experimental data are obtained from the MIMIC/Fantasia and the 2015 Physiology Net/CinC Challenge databases. The experimental results show that the DT classifier has the best average performance with accuracy and kappa coefficient (kappa) of 98.76 ± 0.08% and 97.59 ± 0.15%, which are higher than those of the BPNN (accuracy = 94.85 ± 1.33% and kappa = 89.95 ± 2.62%) and ELM (accuracy = 95.05 ± 0.14% and kappa = 90.28 ± 0.28%) classifiers. The proposed method shows better performance in identifying four life-threatening arrhythmias compared to existing methods and has potential to be used for home monitoring of patients with life-threatening arrhythmias.
Collapse
Affiliation(s)
- Lijuan Chou
- School of Electrical and Automatic Engineering, Changshu Institute of Technology, Suzhou, China,School of Computer and Information Technology, Northeast Petroleum University, Daqing, China
| | - Jicheng Liu
- School of Electrical and Automatic Engineering, Changshu Institute of Technology, Suzhou, China
| | - Shengrong Gong
- School of Computer and Information Technology, Northeast Petroleum University, Daqing, China,School of Computer Science and Engineering, Changshu Institute of Technology, Suzhou, China
| | - Yongxin Chou
- School of Electrical and Automatic Engineering, Changshu Institute of Technology, Suzhou, China,*Correspondence: Yongxin Chou,
| |
Collapse
|
35
|
Zhu Z, Ma Y, Dan B, Zhao R, Liu E, Zhu Z. ISSM-ELM - a guide star selection for a small-FOV star sensor based on the improved SSM and extreme learning machine. APPLIED OPTICS 2022; 61:6443-6452. [PMID: 36255868 DOI: 10.1364/ao.460164] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Received: 04/04/2022] [Accepted: 07/03/2022] [Indexed: 06/16/2023]
Abstract
The construction of a guide star catalog is crucial for a star sensor to achieve accurate star map recognition and attitude determination. At present, the methods of a guide star catalog for a large field of view (FOV) star sensor have been relatively mature. However, for a small-FOV star sensor, there are still certain problems, such as a large storage capacity of a guide star catalog, uneven distribution of stars, and easy occurrence of voids. To address these problems, we propose a construction method of a small-FOV star sensor guide star catalog based on the combination of the improved spherical spiral method (ISSM) and extreme learning machine (ELM) named the ISSM-ELM. First, a spiral reference point is used as an optical axis pointing of the star sensor, and the guide stars are preliminarily screened based on the star-diagonal distance between the star and the reference point, and the star-density and magnitude characteristics of the guide star. Then the ELM is used to supplement the guide star empty sky area to construct an integrity guide star catalog. The experimental results demonstrate that the proposed method can reduce the storage capacity of the guide star catalog, and improve its uniformity, integrity, and average brightness.
Collapse
|
36
|
TSTELM: Two-Stage Transfer Extreme Learning Machine for Unsupervised Domain Adaptation. COMPUTATIONAL INTELLIGENCE AND NEUROSCIENCE 2022; 2022:1582624. [PMID: 35898785 PMCID: PMC9313952 DOI: 10.1155/2022/1582624] [Citation(s) in RCA: 1] [Impact Index Per Article: 0.3] [Reference Citation Analysis] [Abstract] [Track Full Text] [Download PDF] [Figures] [Subscribe] [Scholar Register] [Received: 01/18/2022] [Revised: 06/21/2022] [Accepted: 06/23/2022] [Indexed: 11/26/2022]
Abstract
As a single-layer feedforward network (SLFN), extreme learning machine (ELM) has been successfully applied for classification and regression in machine learning due to its faster training speed and better generalization. However, it will perform poorly for domain adaptation in which the distributions between training data and testing data are inconsistent. In this article, we propose a novel ELM called two-stage transfer extreme learning machine (TSTELM) to solve this problem. At the statistical matching stage, we adopt maximum mean discrepancy (MMD) to narrow the distribution difference of the output layer between domains. In addition, at the subspace alignment stage, we align the source and target model parameters, design target cross-domain mean approximation, and add the output weight approximation to further promote the knowledge transferring across domains. Moreover, the prediction of test sample is jointly determined by the ELM parameters generated at the two stages. Finally, we investigate the proposed approach in classification task and conduct experiments on four public domain adaptation datasets. The result indicates that TSTELM could effectively enhance the knowledge transfer ability of ELM with higher accuracy than other existing transfer and non-transfer classifiers.
Collapse
|
37
|
Accelerating Global Sensitivity Analysis via Supervised Machine Learning Tools: Case Studies for Mineral Processing Models. MINERALS 2022. [DOI: 10.3390/min12060750] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 02/01/2023]
Abstract
Global sensitivity analysis (GSA) is a fundamental tool for identifying input variables that determine the behavior of the mathematical models under uncertainty. Among the methods proposed to perform GSA, those based on the Sobol method are highlighted because of their versatility and robustness; however, applications using complex models are impractical owing to their significant processing time. This research proposes a methodology to accelerate GSA via surrogate models based on the modern design of experiments and supervised machine learning (SML) tools. Three case studies based on an SAG mill and cell bank are presented to illustrate the applicability of the proposed procedure. The first two consider batch training for SML tools included in the Python and R programming languages, and the third considers online sequential (OS) training for an extreme learning machine (ELM). The results reveal significant computational gains from the methodology proposed. In addition, GSA enables the quantification of the impact of critical input variables on metallurgical process performance, such as ore hardness, ore size, and superficial air velocity, which has only been reported in the literature from an experimental standpoint. Finally, GSA-OS-ELM opens the door to estimating online sensitivity indices for the equipment used in mineral processing.
Collapse
|
38
|
Bacanin N, Stoean C, Zivkovic M, Jovanovic D, Antonijevic M, Mladenovic D. Multi-Swarm Algorithm for Extreme Learning Machine Optimization. SENSORS 2022; 22:s22114204. [PMID: 35684824 PMCID: PMC9185521 DOI: 10.3390/s22114204] [Citation(s) in RCA: 3] [Impact Index Per Article: 1.0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Download PDF] [Figures] [Subscribe] [Scholar Register] [Received: 04/10/2022] [Revised: 05/19/2022] [Accepted: 05/26/2022] [Indexed: 12/27/2022]
Abstract
There are many machine learning approaches available and commonly used today, however, the extreme learning machine is appraised as one of the fastest and, additionally, relatively efficient models. Its main benefit is that it is very fast, which makes it suitable for integration within products that require models taking rapid decisions. Nevertheless, despite their large potential, they have not yet been exploited enough, according to the recent literature. Extreme learning machines still face several challenges that need to be addressed. The most significant downside is that the performance of the model heavily depends on the allocated weights and biases within the hidden layer. Finding its appropriate values for practical tasks represents an NP-hard continuous optimization challenge. Research proposed in this study focuses on determining optimal or near optimal weights and biases in the hidden layer for specific tasks. To address this task, a multi-swarm hybrid optimization approach has been proposed, based on three swarm intelligence meta-heuristics, namely the artificial bee colony, the firefly algorithm and the sine-cosine algorithm. The proposed method has been thoroughly validated on seven well-known classification benchmark datasets, and obtained results are compared to other already existing similar cutting-edge approaches from the recent literature. The simulation results point out that the suggested multi-swarm technique is capable to obtain better generalization performance than the rest of the approaches included in the comparative analysis in terms of accuracy, precision, recall, and f1-score indicators. Moreover, to prove that combining two algorithms is not as effective as joining three approaches, additional hybrids generated by pairing, each, two methods employed in the proposed multi-swarm approach, were also implemented and validated against four challenging datasets. The findings from these experiments also prove superior performance of the proposed multi-swarm algorithm. Sample code from devised ELM tuning framework is available on the GitHub.
Collapse
Affiliation(s)
- Nebojsa Bacanin
- Faculty of Informatics and Computing, Singidunum University, Danijelova 32, 11010 Belgrade, Serbia; (M.Z.); (M.A.)
- Correspondence: ; Tel.: +381-653093-224
| | - Catalin Stoean
- Romanian Institute of Science and Technology, 400022 Cluj-Napoca, Romania;
| | - Miodrag Zivkovic
- Faculty of Informatics and Computing, Singidunum University, Danijelova 32, 11010 Belgrade, Serbia; (M.Z.); (M.A.)
| | - Dijana Jovanovic
- College of Academic Studies “Dositej”, Bulevar Vojvode Putnika 7, 11000 Belgrade, Serbia; (D.J.); (D.M.)
| | - Milos Antonijevic
- Faculty of Informatics and Computing, Singidunum University, Danijelova 32, 11010 Belgrade, Serbia; (M.Z.); (M.A.)
| | - Djordje Mladenovic
- College of Academic Studies “Dositej”, Bulevar Vojvode Putnika 7, 11000 Belgrade, Serbia; (D.J.); (D.M.)
| |
Collapse
|
39
|
Metaheuristic Extreme Learning Machine for Improving Performance of Electric Energy Demand Forecasting. COMPUTERS 2022. [DOI: 10.3390/computers11050066] [Citation(s) in RCA: 2] [Impact Index Per Article: 0.7] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 12/04/2022]
Abstract
Electric energy demand forecasting is very important for electric utilities to procure and supply electric energy for consumers sufficiently, safely, reliably, and continuously. Consequently, the processing time and accuracy of the forecast system are essential to consider when applying in real power system operations. Nowadays, the Extreme Learning Machine (ELM) is significant for forecasting as it provides an acceptable value of forecasting and consumes less computation time when compared with the state-of-the-art forecasting models. However, the result of electric energy demand forecasting from the ELM was unstable and its accuracy was increased by reducing overfitting of the ELM model. In this research, metaheuristic optimization combined with the ELM is proposed to increase accuracy and reduce the cause of overfitting of three forecasting models, composed of the Jellyfish Search Extreme Learning Machine (JS-ELM), the Harris Hawk Extreme Learning Machine (HH-ELM), and the Flower Pollination Extreme Learning Machine (FP-ELM). The actual electric energy demand datasets in Thailand were collected from 2018 to 2020 and used to test and compare the performance of the proposed and state-of-the-art forecasting models. The overall results show that the JS-ELM provides the best minimum root mean square error compared with the state-of-the-art forecasting models. Moreover, the JS-ELM consumes the appropriate processing time in this experiment.
Collapse
|
40
|
Lin Y, Liu Y. An Empirical Study on the Influence of Mobile Games and Mobile Devices for Contemporary Students' Education and Learning Behavior. J ORGAN END USER COM 2022. [DOI: 10.4018/joeuc.315620] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 12/24/2022]
Abstract
This paper aims to realize the impact of mobile educational games on contemporary students' learning behavior. Firstly, the research status of educational games is analyzed. Secondly, an online game acceleration method is designed based on deep learning technology. Mobile games and learning behaviors are combined. College students and primary school students are selected as research samples. The main reasons for students' usage of mobile phones are analyzed through a questionnaire survey. In addition, the impact of different social media on students' learning behavior is analyzed. Finally, the experiment is carried out by integrating game elements into the teaching process of primary school students. The results show that about 60% of college students rarely or occasionally play mobile games. The remaining 13% never play games. It shows that many college students play games, but not many have been addicted to games for a long time.
Collapse
Affiliation(s)
- Yujia Lin
- Sichuan International Studies University, China
| | - Yuzhi Liu
- Sichuan International Studies University, China
| |
Collapse
|
41
|
Gupta C, Johri I, Srinivasan K, Hu YC, Qaisar SM, Huang KY. A Systematic Review on Machine Learning and Deep Learning Models for Electronic Information Security in Mobile Networks. SENSORS 2022; 22:s22052017. [PMID: 35271163 PMCID: PMC8915055 DOI: 10.3390/s22052017] [Citation(s) in RCA: 11] [Impact Index Per Article: 3.7] [Reference Citation Analysis] [Abstract] [MESH Headings] [Track Full Text] [Download PDF] [Figures] [Subscribe] [Scholar Register] [Received: 02/05/2022] [Revised: 02/28/2022] [Accepted: 02/28/2022] [Indexed: 02/04/2023]
Abstract
Today’s advancements in wireless communication technologies have resulted in a tremendous volume of data being generated. Most of our information is part of a widespread network that connects various devices across the globe. The capabilities of electronic devices are also increasing day by day, which leads to more generation and sharing of information. Similarly, as mobile network topologies become more diverse and complicated, the incidence of security breaches has increased. It has hampered the uptake of smart mobile apps and services, which has been accentuated by the large variety of platforms that provide data, storage, computation, and application services to end-users. It becomes necessary in such scenarios to protect data and check its use and misuse. According to the research, an artificial intelligence-based security model should assure the secrecy, integrity, and authenticity of the system, its equipment, and the protocols that control the network, independent of its generation, in order to deal with such a complicated network. The open difficulties that mobile networks still face, such as unauthorised network scanning, fraud links, and so on, have been thoroughly examined. Numerous ML and DL techniques that can be utilised to create a secure environment, as well as various cyber security threats, are discussed. We address the necessity to develop new approaches to provide high security of electronic data in mobile networks because the possibilities for increasing mobile network security are inexhaustible.
Collapse
Affiliation(s)
- Chaitanya Gupta
- School of Computer Science and Engineering, Vellore Institute of Technology, Vellore 632014, India; (C.G.); (K.S.)
| | - Ishita Johri
- School of Information Technology and Engineering, Vellore Institute of Technology, Vellore 632014, India;
| | - Kathiravan Srinivasan
- School of Computer Science and Engineering, Vellore Institute of Technology, Vellore 632014, India; (C.G.); (K.S.)
| | - Yuh-Chung Hu
- Department of Mechanical and Electromechanical Engineering, National ILan University, Yilan 26047, Taiwan;
| | - Saeed Mian Qaisar
- Electrical and Computer Engineering Department, Effat University, Jeddah 22332, Saudi Arabia;
| | - Kuo-Yi Huang
- Department of Bio-Industrial Mechatronic Engineering, National Chung Hsing University, Taichung 402, Taiwan
- Correspondence:
| |
Collapse
|
42
|
Fast Quantitative Modelling Method for Infrared Spectrum Gas Logging Based on Adaptive Step Sliding Partial Least Squares. ENERGIES 2022. [DOI: 10.3390/en15041325] [Citation(s) in RCA: 1] [Impact Index Per Article: 0.3] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 12/23/2022]
Abstract
Infrared spectroscopy (IR) quantitative analysis technology has shown excellent development potential in the field of oil and gas logging. However, due to the high overlap of the IR absorption peaks of alkane molecules and the offset of the absorption peaks in complex environments, the quantitative analysis of IR spectroscopy applied in the field puts forward higher requirements for modelling speed and accuracy. In this paper, a new type of fast IR spectroscopy quantitative analysis method based on adaptive step-sliding partial least squares (ASS-PLS) is designed. A sliding step control function is designed to change the position of the local PLS analysis model in the full spectrum band adaptively based on the relative change of the current root mean square error and the global minimum root-mean-square error for rapid modelling. The study in this paper reveals the influence of the position and width of the local modelling window on the performance, and how to quickly determine the optimal modelling window in an uncertain sample environment. The performance of the proposed algorithm has been compared with three typical quantitative analysis methods by experiments on an IR spectrum dataset of 400 alkane samples. The results show that this method has a fast quantitative modelling speed with high analysis accuracy and stability. It has important practical value for promoting IR spectroscopy gas-logging technology.
Collapse
|