Difficulty in communicating and interacting with other people are mainly due to the neurological disorder called autism spectrum disorder(ASD)diseases.These diseases can affect the nerves at any stage of the human bein...Difficulty in communicating and interacting with other people are mainly due to the neurological disorder called autism spectrum disorder(ASD)diseases.These diseases can affect the nerves at any stage of the human being in childhood,adolescence,and adulthood.ASD is known as a behavioral disease due to the appearances of symptoms over thefirst two years that continue until adulthood.Most of the studies prove that the early detection of ASD helps improve the behavioral characteristics of patients with ASD.The detection of ASD is a very challenging task among various researchers.Machine learning(ML)algorithms still act very intelligent by learning the complex data and pre-dicting quality results.In this paper,ensemble ML techniques for the early detec-tion of ASD are proposed.In this detection,the dataset isfirst processed using three ML algorithms such as sequential minimal optimization with support vector machine,Kohonen self-organizing neural network,and random forest algorithm.The prediction results of these ML algorithms(ensemble)further use the bagging concept called max voting to predict thefinal result.The accuracy,sensitivity,and specificity of the proposed system are calculated using confusion matrix.The pro-posed ensemble technique performs better than state-of-the art ML algorithms.展开更多
Processes supported by process-aware information systems are subject to continuous and often subtle changes due to evolving operational,organizational,or regulatory factors.These changes,referred to as incremental con...Processes supported by process-aware information systems are subject to continuous and often subtle changes due to evolving operational,organizational,or regulatory factors.These changes,referred to as incremental concept drift,gradually alter the behavior or structure of processes,making their detection and localization a challenging task.Traditional process mining techniques frequently assume process stationarity and are limited in their ability to detect such drift,particularly from a control-flow perspective.The objective of this research is to develop an interpretable and robust framework capable of detecting and localizing incremental concept drift in event logs,with a specific emphasis on the structural evolution of control-flow semantics in processes.We propose DriftXMiner,a control-flow-aware hybrid framework that combines statistical,machine learning,and process model analysis techniques.The approach comprises three key components:(1)Cumulative Drift Scanner that tracks directional statistical deviations to detect early drift signals;(2)a Temporal Clustering and Drift-Aware Forest Ensemble(DAFE)to capture distributional and classification-level changes in process behavior;and(3)Petri net-based process model reconstruction,which enables the precise localization of structural drift using transition deviation metrics and replay fitness scores.Experimental validation on the BPI Challenge 2017 event log demonstrates that DriftXMiner effectively identifies and localizes gradual and incremental process drift over time.The framework achieves a detection accuracy of 92.5%,a localization precision of 90.3%,and an F1-score of 0.91,outperforming competitive baselines such as CUSUM+Histograms and ADWIN+Alpha Miner.Visual analyses further confirm that identified drift points align with transitions in control-flow models and behavioral cluster structures.DriftXMiner offers a novel and interpretable solution for incremental concept drift detection and localization in dynamic,process-aware systems.By integrating statistical signal accumulation,temporal behavior profiling,and structural process mining,the framework enables finegrained drift explanation and supports adaptive process intelligence in evolving environments.Its modular architecture supports extension to streaming data and real-time monitoring contexts.展开更多
In January 2020,the World Health Organization declared a global health emergency concerning the spread of a new coronavirus disease,which was later named COVID-19.Early and fast diagnosis and isolation of COVID-19 pat...In January 2020,the World Health Organization declared a global health emergency concerning the spread of a new coronavirus disease,which was later named COVID-19.Early and fast diagnosis and isolation of COVID-19 patients have proven to be instrumental in limiting the spread of the disease.Computed tomography(CT)is a promising imaging method for fast diagnosis of COVID-19.In this study,we develop a unique preprocessing step to resize CT chest images to a fixed size(256×256 pixels)that preserves the aspect ratio and reduces image loss.Then,we present a deep learning(DL)method to classify CT chest images based on the light-weight pre-trained EfficientNet-B3 CNN model and ensemble techniques.The proposed method,which we refer to as EfficientNet-B3-GAP-Ensemble,comprises an ensemble of a modified version of the EfficientNet-B3.We build the ensemble using multiple runs and multiple training epochs.We test the EfficientNet-B3-GAPEnsemble on two common benchmark datasets,i.e.,the COVID19-CT and SARS-CoV-2-CT datasets.The proposed method has outperformed state-ofthe-art methods for both datasets.For the COVID19-CT dataset,it achieved 88.18%sensitivity,88.29%precision,88.18%accuracy,an F1-score of 88.15%,and AUC of 92.10%.With the SARS-CoV-2-CT dataset,we tested the proposed method under different train-test splits,i.e.,20%–80%,50%–50%,and 80%–20%.For the latter split,the proposed method achieved 99.72%accuracy,99.80%sensitivity,precision,and F1-scores,and an AUC score of 99.99%.展开更多
Internet of things(IOT)possess cultural,commercial and social effect in life in the future.The nodes which are participating in IOT network are basi-cally attracted by the cyber-attack targets.Attack and identification...Internet of things(IOT)possess cultural,commercial and social effect in life in the future.The nodes which are participating in IOT network are basi-cally attracted by the cyber-attack targets.Attack and identification of anomalies in IoT infrastructure is a growing problem in the IoT domain.Machine Learning Based Ensemble Intrusion Detection(MLEID)method is applied in order to resolve the drawback by minimizing malicious actions in related botnet attacks on Message Queue Telemetry Transport(MQTT)and Hyper-Text Transfer Proto-col(HTTP)protocols.The proposed work has two significant contributions which are a selection of features and detection of attacks.New features are chosen from Improved Ant Colony Optimization(IACO)in the feature selection,and then the detection of attacks is carried out based on a combination of their possible proper-ties.The IACO approach is focused on defining the attacker’s important features against HTTP and MQTT.In the IACO algorithm,the constant factor is calculated against HTTP and MQTT based on the mean function for each element.Attack detection,the performance of several machine learning models are Distance Deci-sion Tree(DDT),Adaptive Neuro-Fuzzy Inference System(ANFIS)and Mahala-nobis Distance Support Vector Machine(MDSVM)were compared with predicting accurate attacks on the IoT network.The outcomes of these classifiers are combined into the ensemble model.The proposed MLEID strategy has effec-tively established malicious incidents.The UNSW-NB15 dataset is used to test the MLEID technique using data from simulated IoT sensors.Besides,the pro-posed MLEID technique has a greater detection rate and an inferior rate of false-positive compared to other conventional techniques.展开更多
Feature selection is a crucial technique in text classification for improving the efficiency and effectiveness of classifiers or machine learning techniques by reducing the dataset’s dimensionality.This involves elim...Feature selection is a crucial technique in text classification for improving the efficiency and effectiveness of classifiers or machine learning techniques by reducing the dataset’s dimensionality.This involves eliminating irrelevant,redundant,and noisy features to streamline the classification process.Various methods,from single feature selection techniques to ensemble filter-wrapper methods,have been used in the literature.Metaheuristic algorithms have become popular due to their ability to handle optimization complexity and the continuous influx of text documents.Feature selection is inherently multi-objective,balancing the enhancement of feature relevance,accuracy,and the reduction of redundant features.This research presents a two-fold objective for feature selection.The first objective is to identify the top-ranked features using an ensemble of three multi-univariate filter methods:Information Gain(Infogain),Chi-Square(Chi^(2)),and Analysis of Variance(ANOVA).This aims to maximize feature relevance while minimizing redundancy.The second objective involves reducing the number of selected features and increasing accuracy through a hybrid approach combining Artificial Bee Colony(ABC)and Genetic Algorithms(GA).This hybrid method operates in a wrapper framework to identify the most informative subset of text features.Support Vector Machine(SVM)was employed as the performance evaluator for the proposed model,tested on two high-dimensional multiclass datasets.The experimental results demonstrated that the ensemble filter combined with the ABC+GA hybrid approach is a promising solution for text feature selection,offering superior performance compared to other existing feature selection algorithms.展开更多
Recent advances in dynamical climate prediction at the Institute of Atmospheric Physics, Chinese Academy of Sciences (IAP/CAS) during the last five years have been briefly described in this paper. Firstly, the second ...Recent advances in dynamical climate prediction at the Institute of Atmospheric Physics, Chinese Academy of Sciences (IAP/CAS) during the last five years have been briefly described in this paper. Firstly, the second generation of the IAP dynamical climate prediction system (IAP DCP-Ⅱ) has been described, and two sets of hindcast experiments of the summer rainfall anomalies over China for the periods of 1980-1994 with different versions of the IAP AGCM have been conducted. The comparison results show that the predictive skill of summer rainfall anomalies over China is improved with the improved IAP AGCM in which the surface albedo parameterization is modified. Furthermore, IAP DCP-II has been applied to the real-time prediction of summer rainfall anomalies over China since 1998, and the verification results show that IAP DCP-II can quite well capture the large scale patterns of the summer flood/drought situations over China during the last five years (1998-2002). Meanwhile, an investigation has demonstrated the importance of the atmospheric initial conditions on the seasonal climate prediction, along with studies on the influences from surface boundary conditions (e.g., land surface characteristics, sea surface temperature). Certain conclusions have been reached, such as, the initial atmospheric anomalies in spring may play an important role in the summer climate anomalies, and soil moisture anomalies in spring can also have a significant impact on the summer climate anomalies over East Asia. Finally, several practical techniques (e.g., ensemble technique, correction method, etc.), which lead to the increase of the prediction skill for summer rainfall anomalies over China, have also been illustrated. The paper concludes with a list of critical requirements needed for the further improvement of dynamical seasonal climate prediction.展开更多
In the age of the internet,social media are connecting us all at the tip of our fingers.People are linkedthrough different social media.The social network,Twitter,allows people to tweet their thoughts on any particula...In the age of the internet,social media are connecting us all at the tip of our fingers.People are linkedthrough different social media.The social network,Twitter,allows people to tweet their thoughts on any particular event or a specific political body which provides us with a diverse range of political insights.This paper serves the purpose of text processing of a multilingual dataset including Urdu,English,and Roman Urdu.Explore machine learning solutions for sentiment analysis and train models,collect the data on government from Twitter,apply sentiment analysis,and provide a python library that classifies text sentiment.Training data contained tweets in three languages:English:200k,Urdu:200k and Roman Urdu:11k.Five different classification models are applied to determine sentiments,and eventually,the use of ensemble technique to move forward with the acquired results is explored.The Logistic Regression model performed best with an accuracy of 75%,followed by the Linear Support Vector classifier and Stochastic Gradient Descent model,both having 74%accuracy.Lastly,Multinomial Naïve Bayes and Complement Naïve Bayes models both achieved 73%accuracy.展开更多
Electricity is essential for keeping power networks balanced between supply and demand,especially since it costs a lot to store.The article talks about different deep learning methods that are used to guess how much g...Electricity is essential for keeping power networks balanced between supply and demand,especially since it costs a lot to store.The article talks about different deep learning methods that are used to guess how much green energy different Asian countries will produce.The main goal is to make reliable and accurate predictions that can help with the planning of new power plants to meet rising demand.There is a new deep learning model called the Green-electrical Production Ensemble(GP-Ensemble).It combines three types of neural networks:convolutional neural networks(CNNs),gated recurrent units(GRUs),and feedforward neural networks(FNNs).The model promises to improve prediction accuracy.The 1965–2023 dataset covers green energy generation statistics from ten Asian countries.Due to the rising energy supply-demand mismatch,the primary goal is to develop the best model for predicting future power production.The GP-Ensemble deep learning model outperforms individual models(GRU,FNN,and CNN)and alternative approaches such as fully convolutional networks(FCN)and other ensemble models in mean squared error(MSE),mean absolute error(MAE)and root mean squared error(RMSE)metrics.This study enhances our ability to predict green electricity production over time,with MSE of 0.0631,MAE of 0.1754,and RMSE of 0.2383.It may influence laws and enhance energy management.展开更多
Face authentication is an important biometric authentication method commonly used in security applications.It is vulnerable to different types of attacks that use authorized users’facial images and videos captured fr...Face authentication is an important biometric authentication method commonly used in security applications.It is vulnerable to different types of attacks that use authorized users’facial images and videos captured from social media to perform spoofing attacks and dynamic movements for penetrating secur-ity applications.This paper presents an innovative challenge-response emotions authentication model based on the horizontal ensemble technique.The proposed model provides high accurate face authentication process by challenging the authorized user using a random sequence of emotions to provide a specific response for every authentication trial with a different sequence of emotions.The proposed model is applied to the KDEF dataset using 10-fold cross-valida-tions.Several improvements are made to the proposed model.First,the VGG16 model is applied to the seven common emotions.Second,the system usability is enhanced by analyzing and selecting only the four common and easy-to-use emotions.Third,the horizontal ensemble technique is applied to enhance the emotion recognition accuracy and minimize the error during authen-tication processes.Finally,the Horizontal Ensemble Best N-Losses(HEBNL)is applied using challenge-response emotion to improve the authentication effi-ciency and minimize the computational power.The successive improvements implemented on the proposed model led to an improvement in the accuracy from 92.1%to 99.27%.展开更多
Background:Suitable habitat and landscape structure play a pivotal role in the success of forest restoration projects.This study aimed to model the habitat suitability of wild almond(Amygdalus scoparia Spach)using thr...Background:Suitable habitat and landscape structure play a pivotal role in the success of forest restoration projects.This study aimed to model the habitat suitability of wild almond(Amygdalus scoparia Spach)using three individual species distribution models(SDMs),i.e.,backpropagation artificial neural network(BP-ANN),maximum entropy(MaxEnt),generalized linear model(GLM),as well as the ensemble technique along with measuring the landscape metrics and analyzing the relationship between the distribution of the suitable habitat of the species in different landform classes in Fars Province,southern Iran.Results:There was no clear difference in the prediction performance of the models.The BP-ANN had the highest accuracy(AUC=0.935 and k=0.757)in modeling habitat suitability of A.scoparia,followed by the ensemble technique,GLM,and MaxEnt models with the AUC values of 0.890,0.887,and 0.777,respectively.The highest discrimination capacity was associated to the BP-ANN model,and the highest reliability was related to the ensemble technique.Moreover,evaluation of variable importance showed that the occurrence of A.scoparia was strongly dependent on climatic variables,particularly isothermality(Bio 3),temperature seasonality(Bio 4),and precipitation of driest quarter(Bio 17).Analysis of the distribution of species habitat in different landform classes revealed that the canyon,mountain top,upland drainage,and hills in valley classes had the highest suitability for the species establishment.Conclusions:Considering the importance of landform in the establishment of plant habitats,the combination of the outputs of the SDMs,landform,and the use of landscape metrics could provide both a clear view of habitat conditions and the possibility of analyzing habitat patches and their relationships that can be very useful in managing the remaining forests in semi-arid regions.The canyon,mountain top,and upland drainage classes were found to be the most important landforms to provide the highest suitable environmental conditions for the establishment of A.scoparia.Therefore,such landforms should be given priority in restoration projects of forest in the study area.展开更多
文摘Difficulty in communicating and interacting with other people are mainly due to the neurological disorder called autism spectrum disorder(ASD)diseases.These diseases can affect the nerves at any stage of the human being in childhood,adolescence,and adulthood.ASD is known as a behavioral disease due to the appearances of symptoms over thefirst two years that continue until adulthood.Most of the studies prove that the early detection of ASD helps improve the behavioral characteristics of patients with ASD.The detection of ASD is a very challenging task among various researchers.Machine learning(ML)algorithms still act very intelligent by learning the complex data and pre-dicting quality results.In this paper,ensemble ML techniques for the early detec-tion of ASD are proposed.In this detection,the dataset isfirst processed using three ML algorithms such as sequential minimal optimization with support vector machine,Kohonen self-organizing neural network,and random forest algorithm.The prediction results of these ML algorithms(ensemble)further use the bagging concept called max voting to predict thefinal result.The accuracy,sensitivity,and specificity of the proposed system are calculated using confusion matrix.The pro-posed ensemble technique performs better than state-of-the art ML algorithms.
文摘Processes supported by process-aware information systems are subject to continuous and often subtle changes due to evolving operational,organizational,or regulatory factors.These changes,referred to as incremental concept drift,gradually alter the behavior or structure of processes,making their detection and localization a challenging task.Traditional process mining techniques frequently assume process stationarity and are limited in their ability to detect such drift,particularly from a control-flow perspective.The objective of this research is to develop an interpretable and robust framework capable of detecting and localizing incremental concept drift in event logs,with a specific emphasis on the structural evolution of control-flow semantics in processes.We propose DriftXMiner,a control-flow-aware hybrid framework that combines statistical,machine learning,and process model analysis techniques.The approach comprises three key components:(1)Cumulative Drift Scanner that tracks directional statistical deviations to detect early drift signals;(2)a Temporal Clustering and Drift-Aware Forest Ensemble(DAFE)to capture distributional and classification-level changes in process behavior;and(3)Petri net-based process model reconstruction,which enables the precise localization of structural drift using transition deviation metrics and replay fitness scores.Experimental validation on the BPI Challenge 2017 event log demonstrates that DriftXMiner effectively identifies and localizes gradual and incremental process drift over time.The framework achieves a detection accuracy of 92.5%,a localization precision of 90.3%,and an F1-score of 0.91,outperforming competitive baselines such as CUSUM+Histograms and ADWIN+Alpha Miner.Visual analyses further confirm that identified drift points align with transitions in control-flow models and behavioral cluster structures.DriftXMiner offers a novel and interpretable solution for incremental concept drift detection and localization in dynamic,process-aware systems.By integrating statistical signal accumulation,temporal behavior profiling,and structural process mining,the framework enables finegrained drift explanation and supports adaptive process intelligence in evolving environments.Its modular architecture supports extension to streaming data and real-time monitoring contexts.
基金The authors extend their appreciation to the Deanship of Scientific Research at King Saud University for funding this work through research group No.(RG-1435-055).
文摘In January 2020,the World Health Organization declared a global health emergency concerning the spread of a new coronavirus disease,which was later named COVID-19.Early and fast diagnosis and isolation of COVID-19 patients have proven to be instrumental in limiting the spread of the disease.Computed tomography(CT)is a promising imaging method for fast diagnosis of COVID-19.In this study,we develop a unique preprocessing step to resize CT chest images to a fixed size(256×256 pixels)that preserves the aspect ratio and reduces image loss.Then,we present a deep learning(DL)method to classify CT chest images based on the light-weight pre-trained EfficientNet-B3 CNN model and ensemble techniques.The proposed method,which we refer to as EfficientNet-B3-GAP-Ensemble,comprises an ensemble of a modified version of the EfficientNet-B3.We build the ensemble using multiple runs and multiple training epochs.We test the EfficientNet-B3-GAPEnsemble on two common benchmark datasets,i.e.,the COVID19-CT and SARS-CoV-2-CT datasets.The proposed method has outperformed state-ofthe-art methods for both datasets.For the COVID19-CT dataset,it achieved 88.18%sensitivity,88.29%precision,88.18%accuracy,an F1-score of 88.15%,and AUC of 92.10%.With the SARS-CoV-2-CT dataset,we tested the proposed method under different train-test splits,i.e.,20%–80%,50%–50%,and 80%–20%.For the latter split,the proposed method achieved 99.72%accuracy,99.80%sensitivity,precision,and F1-scores,and an AUC score of 99.99%.
文摘Internet of things(IOT)possess cultural,commercial and social effect in life in the future.The nodes which are participating in IOT network are basi-cally attracted by the cyber-attack targets.Attack and identification of anomalies in IoT infrastructure is a growing problem in the IoT domain.Machine Learning Based Ensemble Intrusion Detection(MLEID)method is applied in order to resolve the drawback by minimizing malicious actions in related botnet attacks on Message Queue Telemetry Transport(MQTT)and Hyper-Text Transfer Proto-col(HTTP)protocols.The proposed work has two significant contributions which are a selection of features and detection of attacks.New features are chosen from Improved Ant Colony Optimization(IACO)in the feature selection,and then the detection of attacks is carried out based on a combination of their possible proper-ties.The IACO approach is focused on defining the attacker’s important features against HTTP and MQTT.In the IACO algorithm,the constant factor is calculated against HTTP and MQTT based on the mean function for each element.Attack detection,the performance of several machine learning models are Distance Deci-sion Tree(DDT),Adaptive Neuro-Fuzzy Inference System(ANFIS)and Mahala-nobis Distance Support Vector Machine(MDSVM)were compared with predicting accurate attacks on the IoT network.The outcomes of these classifiers are combined into the ensemble model.The proposed MLEID strategy has effec-tively established malicious incidents.The UNSW-NB15 dataset is used to test the MLEID technique using data from simulated IoT sensors.Besides,the pro-posed MLEID technique has a greater detection rate and an inferior rate of false-positive compared to other conventional techniques.
基金supported by Universiti Sains Malaysia(USM)and School of Computer Sciences,USM。
文摘Feature selection is a crucial technique in text classification for improving the efficiency and effectiveness of classifiers or machine learning techniques by reducing the dataset’s dimensionality.This involves eliminating irrelevant,redundant,and noisy features to streamline the classification process.Various methods,from single feature selection techniques to ensemble filter-wrapper methods,have been used in the literature.Metaheuristic algorithms have become popular due to their ability to handle optimization complexity and the continuous influx of text documents.Feature selection is inherently multi-objective,balancing the enhancement of feature relevance,accuracy,and the reduction of redundant features.This research presents a two-fold objective for feature selection.The first objective is to identify the top-ranked features using an ensemble of three multi-univariate filter methods:Information Gain(Infogain),Chi-Square(Chi^(2)),and Analysis of Variance(ANOVA).This aims to maximize feature relevance while minimizing redundancy.The second objective involves reducing the number of selected features and increasing accuracy through a hybrid approach combining Artificial Bee Colony(ABC)and Genetic Algorithms(GA).This hybrid method operates in a wrapper framework to identify the most informative subset of text features.Support Vector Machine(SVM)was employed as the performance evaluator for the proposed model,tested on two high-dimensional multiclass datasets.The experimental results demonstrated that the ensemble filter combined with the ABC+GA hybrid approach is a promising solution for text feature selection,offering superior performance compared to other existing feature selection algorithms.
基金supported by the Key P roject of the National N atural Science Foundation of China(Grant Nos:40233027 and 40221503)the Key Project of the Chinese Academy of Sciences(KZCX2-203)the IAP/CAS Knowledge Innovation Project.
文摘Recent advances in dynamical climate prediction at the Institute of Atmospheric Physics, Chinese Academy of Sciences (IAP/CAS) during the last five years have been briefly described in this paper. Firstly, the second generation of the IAP dynamical climate prediction system (IAP DCP-Ⅱ) has been described, and two sets of hindcast experiments of the summer rainfall anomalies over China for the periods of 1980-1994 with different versions of the IAP AGCM have been conducted. The comparison results show that the predictive skill of summer rainfall anomalies over China is improved with the improved IAP AGCM in which the surface albedo parameterization is modified. Furthermore, IAP DCP-II has been applied to the real-time prediction of summer rainfall anomalies over China since 1998, and the verification results show that IAP DCP-II can quite well capture the large scale patterns of the summer flood/drought situations over China during the last five years (1998-2002). Meanwhile, an investigation has demonstrated the importance of the atmospheric initial conditions on the seasonal climate prediction, along with studies on the influences from surface boundary conditions (e.g., land surface characteristics, sea surface temperature). Certain conclusions have been reached, such as, the initial atmospheric anomalies in spring may play an important role in the summer climate anomalies, and soil moisture anomalies in spring can also have a significant impact on the summer climate anomalies over East Asia. Finally, several practical techniques (e.g., ensemble technique, correction method, etc.), which lead to the increase of the prediction skill for summer rainfall anomalies over China, have also been illustrated. The paper concludes with a list of critical requirements needed for the further improvement of dynamical seasonal climate prediction.
文摘In the age of the internet,social media are connecting us all at the tip of our fingers.People are linkedthrough different social media.The social network,Twitter,allows people to tweet their thoughts on any particular event or a specific political body which provides us with a diverse range of political insights.This paper serves the purpose of text processing of a multilingual dataset including Urdu,English,and Roman Urdu.Explore machine learning solutions for sentiment analysis and train models,collect the data on government from Twitter,apply sentiment analysis,and provide a python library that classifies text sentiment.Training data contained tweets in three languages:English:200k,Urdu:200k and Roman Urdu:11k.Five different classification models are applied to determine sentiments,and eventually,the use of ensemble technique to move forward with the acquired results is explored.The Logistic Regression model performed best with an accuracy of 75%,followed by the Linear Support Vector classifier and Stochastic Gradient Descent model,both having 74%accuracy.Lastly,Multinomial Naïve Bayes and Complement Naïve Bayes models both achieved 73%accuracy.
基金funded by the Academy of Finland and the University of Vassa,Finland.
文摘Electricity is essential for keeping power networks balanced between supply and demand,especially since it costs a lot to store.The article talks about different deep learning methods that are used to guess how much green energy different Asian countries will produce.The main goal is to make reliable and accurate predictions that can help with the planning of new power plants to meet rising demand.There is a new deep learning model called the Green-electrical Production Ensemble(GP-Ensemble).It combines three types of neural networks:convolutional neural networks(CNNs),gated recurrent units(GRUs),and feedforward neural networks(FNNs).The model promises to improve prediction accuracy.The 1965–2023 dataset covers green energy generation statistics from ten Asian countries.Due to the rising energy supply-demand mismatch,the primary goal is to develop the best model for predicting future power production.The GP-Ensemble deep learning model outperforms individual models(GRU,FNN,and CNN)and alternative approaches such as fully convolutional networks(FCN)and other ensemble models in mean squared error(MSE),mean absolute error(MAE)and root mean squared error(RMSE)metrics.This study enhances our ability to predict green electricity production over time,with MSE of 0.0631,MAE of 0.1754,and RMSE of 0.2383.It may influence laws and enhance energy management.
基金This work is partially supported by the Deanship of Scientific Research at Jouf University under Grant No(DSR-2021–02–0369).
文摘Face authentication is an important biometric authentication method commonly used in security applications.It is vulnerable to different types of attacks that use authorized users’facial images and videos captured from social media to perform spoofing attacks and dynamic movements for penetrating secur-ity applications.This paper presents an innovative challenge-response emotions authentication model based on the horizontal ensemble technique.The proposed model provides high accurate face authentication process by challenging the authorized user using a random sequence of emotions to provide a specific response for every authentication trial with a different sequence of emotions.The proposed model is applied to the KDEF dataset using 10-fold cross-valida-tions.Several improvements are made to the proposed model.First,the VGG16 model is applied to the seven common emotions.Second,the system usability is enhanced by analyzing and selecting only the four common and easy-to-use emotions.Third,the horizontal ensemble technique is applied to enhance the emotion recognition accuracy and minimize the error during authen-tication processes.Finally,the Horizontal Ensemble Best N-Losses(HEBNL)is applied using challenge-response emotion to improve the authentication effi-ciency and minimize the computational power.The successive improvements implemented on the proposed model led to an improvement in the accuracy from 92.1%to 99.27%.
基金supported by the University of Zabol,Iran(Project code:PR-UOZ 97-8).
文摘Background:Suitable habitat and landscape structure play a pivotal role in the success of forest restoration projects.This study aimed to model the habitat suitability of wild almond(Amygdalus scoparia Spach)using three individual species distribution models(SDMs),i.e.,backpropagation artificial neural network(BP-ANN),maximum entropy(MaxEnt),generalized linear model(GLM),as well as the ensemble technique along with measuring the landscape metrics and analyzing the relationship between the distribution of the suitable habitat of the species in different landform classes in Fars Province,southern Iran.Results:There was no clear difference in the prediction performance of the models.The BP-ANN had the highest accuracy(AUC=0.935 and k=0.757)in modeling habitat suitability of A.scoparia,followed by the ensemble technique,GLM,and MaxEnt models with the AUC values of 0.890,0.887,and 0.777,respectively.The highest discrimination capacity was associated to the BP-ANN model,and the highest reliability was related to the ensemble technique.Moreover,evaluation of variable importance showed that the occurrence of A.scoparia was strongly dependent on climatic variables,particularly isothermality(Bio 3),temperature seasonality(Bio 4),and precipitation of driest quarter(Bio 17).Analysis of the distribution of species habitat in different landform classes revealed that the canyon,mountain top,upland drainage,and hills in valley classes had the highest suitability for the species establishment.Conclusions:Considering the importance of landform in the establishment of plant habitats,the combination of the outputs of the SDMs,landform,and the use of landscape metrics could provide both a clear view of habitat conditions and the possibility of analyzing habitat patches and their relationships that can be very useful in managing the remaining forests in semi-arid regions.The canyon,mountain top,and upland drainage classes were found to be the most important landforms to provide the highest suitable environmental conditions for the establishment of A.scoparia.Therefore,such landforms should be given priority in restoration projects of forest in the study area.