Aiming at the problems of slow dynamic response and weak robustness of integer-order proportional integral(PI)controller in double closed loop vector control system of permanent magnet synchronous motor(PMSM),a method...Aiming at the problems of slow dynamic response and weak robustness of integer-order proportional integral(PI)controller in double closed loop vector control system of permanent magnet synchronous motor(PMSM),a method of combining dragonfly algorithm with fractional order PI control is proposed for off-line parameter tuning for the outer loop of speed of the system.The parameter to be optimized is used as the spatial position of the optimal individual searching for food sources in the search space,and the error performance index integrated time and absolute error(ITAE)is used as its target fitness function.The motor speed regulation performances of traditional engineering experience setting integer order PI,particle swarm optimization algorithm tuning fractional order PI and dragonfly algorithm tuning fractional order PI are compared,respectively.Results show that the fractional order PI controller optimized by dragonfly algorithm can improve the dynamic response performance of the system,reduce overshoot and enhance robustness,which proves the feasibility and superiority of the optimization strategy.展开更多
Text classification or categorization is the procedure of automatically tagging a textual document with most related labels or classes.When the number of labels is limited to one,the task becomes single-label text cat...Text classification or categorization is the procedure of automatically tagging a textual document with most related labels or classes.When the number of labels is limited to one,the task becomes single-label text categorization.The Arabic texts include unstructured information also like English texts,and that is understandable for machine learning(ML)techniques,the text is changed and demonstrated by numerical value.In recent times,the dominant method for natural language processing(NLP)tasks is recurrent neural network(RNN),in general,long short termmemory(LSTM)and convolutional neural network(CNN).Deep learning(DL)models are currently presented for deriving a massive amount of text deep features to an optimum performance from distinct domains such as text detection,medical image analysis,and so on.This paper introduces aModified Dragonfly Optimization with Extreme Learning Machine for Text Representation and Recognition(MDFO-EMTRR)model onArabicCorpus.The presentedMDFO-EMTRR technique mainly concentrates on the recognition and classification of the Arabic text.To achieve this,theMDFO-EMTRRtechnique encompasses data pre-processing to transform the input data into compatible format.Next,the ELM model is utilized for the representation and recognition of the Arabic text.At last,the MDFO algorithm was exploited for optimal tuning of the parameters related to the ELM method and thereby accomplish enhanced classifier results.The experimental result analysis of the MDFO-EMTRR system was performed on benchmark datasets and attained maximum accuracy of 99.74%.展开更多
Accurate detection and classification of artifacts within the gastrointestinal(GI)tract frames remain a significant challenge in medical image processing.Medical science combined with artificial intelligence is advanc...Accurate detection and classification of artifacts within the gastrointestinal(GI)tract frames remain a significant challenge in medical image processing.Medical science combined with artificial intelligence is advancing to automate the diagnosis and treatment of numerous diseases.Key to this is the development of robust algorithms for image classification and detection,crucial in designing sophisticated systems for diagnosis and treatment.This study makes a small contribution to endoscopic image classification.The proposed approach involves multiple operations,including extracting deep features from endoscopy images using pre-trained neural networks such as Darknet-53 and Xception.Additionally,feature optimization utilizes the binary dragonfly algorithm(BDA),with the fusion of the obtained feature vectors.The fused feature set is input into the ensemble subspace k nearest neighbors(ESKNN)classifier.The Kvasir-V2 benchmark dataset,and the COMSATS University Islamabad(CUI)Wah private dataset,featuring three classes of endoscopic stomach images were used.Performance assessments considered various feature selection techniques,including genetic algorithm(GA),particle swarm optimization(PSO),salp swarm algorithm(SSA),sine cosine algorithm(SCA),and grey wolf optimizer(GWO).The proposed model excels,achieving an overall classification accuracy of 98.25% on the Kvasir-V2 benchmark and 99.90% on the CUI Wah private dataset.This approach holds promise for developing an automated computer-aided system for classifying GI tract syndromes through endoscopy images.展开更多
For the successful operation of any industry or plant continuous availability of power supply is essential.Many of the large-scale plants established their power generation units.Marine power plant having two generato...For the successful operation of any industry or plant continuous availability of power supply is essential.Many of the large-scale plants established their power generation units.Marine power plant having two generators is also fall in this category.In this study,an effort is made to derive and optimize the availability of a marine power plant having two generators,one switch board and distribution switchboards.For this purpose,a mathematical model is proposed using Markov birth death process by considering exponentially distributed failure and repair rates of all the subsystems.The availability expression of marine power plant is derived.Metaheuristic algorithms namely dragonfly algorithm(DA),bat algorithm(BA)and whale optimization(WOA)are employed to optimize the availability of marine power plant.It is revealed that whale optimization algorithm outperforms over dragonfly algorithm(DA),and bat algorithm(BA)in optimum availability prediction and parameter estimation.The numerical values of the availability and estimated parameters are appended as numerical results.The derived results can be utilized in development of maintenance strategies of marine power plants and to carry out design modifications.展开更多
Utilizing artificial intelligence(AI)to protect smart coastal cities has become a novel vision for scientific and industrial institutions.One of these AI technologies is using efficient and secure multi-environment Un...Utilizing artificial intelligence(AI)to protect smart coastal cities has become a novel vision for scientific and industrial institutions.One of these AI technologies is using efficient and secure multi-environment Unmanned Vehicles(UVs)for anti-submarine attacks.This study’s contribution is the early detection of a submarine assault employing hybrid environment UVs that are controlled using swarm optimization and secure the information in between UVs using a decentralized cybersecurity strategy.The Dragonfly Algorithm is used for the orientation and clustering of the UVs in the optimization approach,and the Re-fragmentation strategy is used in the Network layer of the TCP/IP protocol as a cybersecurity solution.The research’s noteworthy findings demonstrate UVs’logistical capability to promptly detect the target and address the problem while securely keeping the drone’s geographical information.The results suggest that detecting the submarine early increases the likelihood of averting a collision.The dragonfly strategy of sensing the position of the submersible and aggregating around it demonstrates the reliability of swarm intelligence in increasing access efficiency.Securing communication between Unmanned Aerial Vehicles(UAVs)improves the level of secrecy necessary for the task.The swarm navigation is based on a peer-to-peer system,which allows each UAV to access information from its peers.This,in turn,helps the UAVs to determine the best route to take and to avoid collisions with other UAVs.The dragonfly strategy also increases the speed of the mission by minimizing the time spent finding the target.展开更多
After the excavation of the roadway,the original stress balance is destroyed,resulting in the redistribution of stress and the formation of an excavation damaged zone(EDZ)around the roadway.The thickness of EDZ is the...After the excavation of the roadway,the original stress balance is destroyed,resulting in the redistribution of stress and the formation of an excavation damaged zone(EDZ)around the roadway.The thickness of EDZ is the key basis for roadway stability discrimination and support structure design,and it is of great engineering significance to accurately predict the thickness of EDZ.Considering the advantages of machine learning(ML)in dealing with high-dimensional,nonlinear problems,a hybrid prediction model based on the random forest(RF)algorithm is developed in this paper.The model used the dragonfly algorithm(DA)to optimize two hyperparameters in RF,namely mtry and ntree,and used mean absolute error(MAE),rootmean square error(RMSE),determination coefficient(R^(2)),and variance accounted for(VAF)to evaluatemodel prediction performance.A database containing 217 sets of data was collected,with embedding depth(ED),drift span(DS),surrounding rock mass strength(RMS),joint index(JI)as input variables,and the excavation damaged zone thickness(EDZT)as output variable.In addition,four classic models,back propagation neural network(BPNN),extreme learning machine(ELM),radial basis function network(RBF),and RF were compared with the DA-RF model.The results showed that the DARF mold had the best prediction performance(training set:MAE=0.1036,RMSE=0.1514,R^(2)=0.9577,VAF=94.2645;test set:MAE=0.1115,RMSE=0.1417,R^(2)=0.9423,VAF=94.0836).The results of the sensitivity analysis showed that the relative importance of each input variable was DS,ED,RMS,and JI from low to high.展开更多
基金Supported by the National Natural Science Foundation of China(61603242)。
文摘Aiming at the problems of slow dynamic response and weak robustness of integer-order proportional integral(PI)controller in double closed loop vector control system of permanent magnet synchronous motor(PMSM),a method of combining dragonfly algorithm with fractional order PI control is proposed for off-line parameter tuning for the outer loop of speed of the system.The parameter to be optimized is used as the spatial position of the optimal individual searching for food sources in the search space,and the error performance index integrated time and absolute error(ITAE)is used as its target fitness function.The motor speed regulation performances of traditional engineering experience setting integer order PI,particle swarm optimization algorithm tuning fractional order PI and dragonfly algorithm tuning fractional order PI are compared,respectively.Results show that the fractional order PI controller optimized by dragonfly algorithm can improve the dynamic response performance of the system,reduce overshoot and enhance robustness,which proves the feasibility and superiority of the optimization strategy.
基金Princess Nourah bint Abdulrahman University Researchers Supporting Project number(PNURSP2022R263),Princess Nourah bint Abdulrahman University,Riyadh,Saudi Arabiathe Deanship of Scientific Research at Umm Al-Qura University for supporting this work by Grant Code:22UQU4340237DSR35.
文摘Text classification or categorization is the procedure of automatically tagging a textual document with most related labels or classes.When the number of labels is limited to one,the task becomes single-label text categorization.The Arabic texts include unstructured information also like English texts,and that is understandable for machine learning(ML)techniques,the text is changed and demonstrated by numerical value.In recent times,the dominant method for natural language processing(NLP)tasks is recurrent neural network(RNN),in general,long short termmemory(LSTM)and convolutional neural network(CNN).Deep learning(DL)models are currently presented for deriving a massive amount of text deep features to an optimum performance from distinct domains such as text detection,medical image analysis,and so on.This paper introduces aModified Dragonfly Optimization with Extreme Learning Machine for Text Representation and Recognition(MDFO-EMTRR)model onArabicCorpus.The presentedMDFO-EMTRR technique mainly concentrates on the recognition and classification of the Arabic text.To achieve this,theMDFO-EMTRRtechnique encompasses data pre-processing to transform the input data into compatible format.Next,the ELM model is utilized for the representation and recognition of the Arabic text.At last,the MDFO algorithm was exploited for optimal tuning of the parameters related to the ELM method and thereby accomplish enhanced classifier results.The experimental result analysis of the MDFO-EMTRR system was performed on benchmark datasets and attained maximum accuracy of 99.74%.
基金supported by the“Human Resources Program in Energy Technology”of the Korea Institute of Energy Technology Evaluation and Planning(KETEP)and Granted Financial Resources from the Ministry of Trade,Industry,and Energy,Korea(No.20204010600090).
文摘Accurate detection and classification of artifacts within the gastrointestinal(GI)tract frames remain a significant challenge in medical image processing.Medical science combined with artificial intelligence is advancing to automate the diagnosis and treatment of numerous diseases.Key to this is the development of robust algorithms for image classification and detection,crucial in designing sophisticated systems for diagnosis and treatment.This study makes a small contribution to endoscopic image classification.The proposed approach involves multiple operations,including extracting deep features from endoscopy images using pre-trained neural networks such as Darknet-53 and Xception.Additionally,feature optimization utilizes the binary dragonfly algorithm(BDA),with the fusion of the obtained feature vectors.The fused feature set is input into the ensemble subspace k nearest neighbors(ESKNN)classifier.The Kvasir-V2 benchmark dataset,and the COMSATS University Islamabad(CUI)Wah private dataset,featuring three classes of endoscopic stomach images were used.Performance assessments considered various feature selection techniques,including genetic algorithm(GA),particle swarm optimization(PSO),salp swarm algorithm(SSA),sine cosine algorithm(SCA),and grey wolf optimizer(GWO).The proposed model excels,achieving an overall classification accuracy of 98.25% on the Kvasir-V2 benchmark and 99.90% on the CUI Wah private dataset.This approach holds promise for developing an automated computer-aided system for classifying GI tract syndromes through endoscopy images.
文摘For the successful operation of any industry or plant continuous availability of power supply is essential.Many of the large-scale plants established their power generation units.Marine power plant having two generators is also fall in this category.In this study,an effort is made to derive and optimize the availability of a marine power plant having two generators,one switch board and distribution switchboards.For this purpose,a mathematical model is proposed using Markov birth death process by considering exponentially distributed failure and repair rates of all the subsystems.The availability expression of marine power plant is derived.Metaheuristic algorithms namely dragonfly algorithm(DA),bat algorithm(BA)and whale optimization(WOA)are employed to optimize the availability of marine power plant.It is revealed that whale optimization algorithm outperforms over dragonfly algorithm(DA),and bat algorithm(BA)in optimum availability prediction and parameter estimation.The numerical values of the availability and estimated parameters are appended as numerical results.The derived results can be utilized in development of maintenance strategies of marine power plants and to carry out design modifications.
基金This work was funded by the research center of the Future University in Egypt,in 2023.
文摘Utilizing artificial intelligence(AI)to protect smart coastal cities has become a novel vision for scientific and industrial institutions.One of these AI technologies is using efficient and secure multi-environment Unmanned Vehicles(UVs)for anti-submarine attacks.This study’s contribution is the early detection of a submarine assault employing hybrid environment UVs that are controlled using swarm optimization and secure the information in between UVs using a decentralized cybersecurity strategy.The Dragonfly Algorithm is used for the orientation and clustering of the UVs in the optimization approach,and the Re-fragmentation strategy is used in the Network layer of the TCP/IP protocol as a cybersecurity solution.The research’s noteworthy findings demonstrate UVs’logistical capability to promptly detect the target and address the problem while securely keeping the drone’s geographical information.The results suggest that detecting the submarine early increases the likelihood of averting a collision.The dragonfly strategy of sensing the position of the submersible and aggregating around it demonstrates the reliability of swarm intelligence in increasing access efficiency.Securing communication between Unmanned Aerial Vehicles(UAVs)improves the level of secrecy necessary for the task.The swarm navigation is based on a peer-to-peer system,which allows each UAV to access information from its peers.This,in turn,helps the UAVs to determine the best route to take and to avoid collisions with other UAVs.The dragonfly strategy also increases the speed of the mission by minimizing the time spent finding the target.
基金funded by the National Science Foundation of China(42177164)the Distinguished Youth Science Foundation of Hunan Province of China(2022JJ10073)the Innovation-Driven Project of Central South University(2020CX040).
文摘After the excavation of the roadway,the original stress balance is destroyed,resulting in the redistribution of stress and the formation of an excavation damaged zone(EDZ)around the roadway.The thickness of EDZ is the key basis for roadway stability discrimination and support structure design,and it is of great engineering significance to accurately predict the thickness of EDZ.Considering the advantages of machine learning(ML)in dealing with high-dimensional,nonlinear problems,a hybrid prediction model based on the random forest(RF)algorithm is developed in this paper.The model used the dragonfly algorithm(DA)to optimize two hyperparameters in RF,namely mtry and ntree,and used mean absolute error(MAE),rootmean square error(RMSE),determination coefficient(R^(2)),and variance accounted for(VAF)to evaluatemodel prediction performance.A database containing 217 sets of data was collected,with embedding depth(ED),drift span(DS),surrounding rock mass strength(RMS),joint index(JI)as input variables,and the excavation damaged zone thickness(EDZT)as output variable.In addition,four classic models,back propagation neural network(BPNN),extreme learning machine(ELM),radial basis function network(RBF),and RF were compared with the DA-RF model.The results showed that the DARF mold had the best prediction performance(training set:MAE=0.1036,RMSE=0.1514,R^(2)=0.9577,VAF=94.2645;test set:MAE=0.1115,RMSE=0.1417,R^(2)=0.9423,VAF=94.0836).The results of the sensitivity analysis showed that the relative importance of each input variable was DS,ED,RMS,and JI from low to high.