期刊文献+
共找到107,001篇文章
< 1 2 250 >
每页显示 20 50 100
An Improved JSO and Its Application in Spreader Optimization of Large Span Corridor Bridge
1
作者 Shude Fu Xinye Wu +3 位作者 Wenjie Wang Yixin Hu Zhengke Li Feng Jiang 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第3期2357-2382,共26页
In this paper,given the shortcomings of jellyfish search algorithmwith low search ability in the early stage and easy to fall into local optimal solution,this paper introduces adaptive weight function and elite strate... In this paper,given the shortcomings of jellyfish search algorithmwith low search ability in the early stage and easy to fall into local optimal solution,this paper introduces adaptive weight function and elite strategy,improving the global search scope in the early stage and the ability to refine the local development in the later stage.In the numerical study,the benchmark problem of dimensional optimization with a 10-bar truss structure and simultaneous dimensional shape optimization with a 15-bar truss structure is adopted,and the corresponding penalty method is used for constraint treatment.The test results show that the improved jellyfish search algorithm can provide better truss sections as well as weights.Because when the steel main truss of the large-span covered bridge is lifted,the site is limited and the large lifting equipment cannot enter the site,and the original structure does not meet the problem of stress concentration and large deformation of the bolt group,so the spreader is used to lift,and the improved jellyfish search algorithm is introduced into the design optimization of the spreader.The results show that the improved jellyfish algorithm can efficiently and accurately find out the optimal shape and weight of the spreader,and throughMidas Civil simulation,the spreader used canmeet the requirements of weight and safety. 展开更多
关键词 Truss optimization improved JSO size optimization shape optimization
下载PDF
An improved typhoon monitoring model based on precipitable water vapor and pressure
2
作者 Junyu Li Haojie Li +7 位作者 Lilong Liu Jiaqing Chen Yibin Yao Mingyun Hu Liangke Huang Fade Chen Tengxu Zhang Lv Zhou 《Geodesy and Geodynamics》 EI CSCD 2024年第3期276-290,共15页
The potential of monitoring the movement of typhoons using the precipitable water vapor(PWV) has been confirmed. However, monitoring the movement of typhoon is focused on PWV, making it difficult to describe the movem... The potential of monitoring the movement of typhoons using the precipitable water vapor(PWV) has been confirmed. However, monitoring the movement of typhoon is focused on PWV, making it difficult to describe the movement of a typhoon in detail minutely and resulting in insufficient accuracy. Hence,based on PWV and meteorological data, we propose an improved typhoon monitoring mode. First, the European Centre for Medium-Range Weather Forecasts Reanalysis 5-derived PWV(ERA5-PWV) and the Global Navigation Satellite System-derived PWV(GNSS-PWV) were compared with the reference radiosonde PWV(RS-PWV). Then, using the PWV and atmospheric parameters derived from ERA5, we discussed the anomalous variations of PWV, pressure(P), precipitation, and wind speed during different typhoons. Finally, we compiled a list of critical factors related to typhoon movement, PWV and P. We developed an improved multi-factor typhoon monitoring mode(IMTM) with different models(i.e.,IMTM-I and IMTM-II) in different cases with a higher density of GNSS observation or only Numerical Weather Prediction(NWP) data. The IMTM was evaluated through the reference movement speeds of HATO and Mangkhut from the China Meteorological Observatory Typhoon Network(CMOTN). The results show that the root mean square(RMS) of the IMTM-I is 1.26 km/h based on ERA5-P and ERA5-PWV,and the absolute bias values are mostly within 2 km/h. Compared with the models considering the single factor ERA5-P/ERA5-PWV, the RMS of the IMTM-I is improved by 26.3% and 38.5%, respectively. The IMTM-II model manifests a residual of only 0.35 km/h. Compared with the single-factor model based on GNSS-PWV/P, the residual of the IMTM-II model is reduced by 90.8% and 84.1%, respectively. These results propose that the typhoon movement monitoring approach combining PWV and P has evident advantages over the single-factor model and is expected to supplement traditional typhoon monitoring. 展开更多
关键词 TYPHOON GNSS/ERA5 PWV PRESSURE MONITORING improved model
下载PDF
A spatiotemporal evolution model of a short-circuit arc to a secondary arc based on the improved charge simulation method
3
作者 丛浩熹 王宇轩 +2 位作者 乔力盼 苏文晶 李庆民 《Plasma Science and Technology》 SCIE EI CAS CSCD 2024年第1期62-73,共12页
The initial shape of the secondary arc considerably influences its subsequent shape.To establish the model for the arcing time of the secondary arc and modify the single-phase reclosing sequence,theoretical and experi... The initial shape of the secondary arc considerably influences its subsequent shape.To establish the model for the arcing time of the secondary arc and modify the single-phase reclosing sequence,theoretical and experimental analysis of the evolution process of the short-circuit arc to the secondary arc is critical.In this study,an improved charge simulation method was used to develop the internal-space electric-field model of the short-circuit arc.The intensity of the electric field was used as an independent variable to describe the initial shape of the secondary arc.A secondary arc evolution model was developed based on this model.Moreover,the accuracy of the model was evaluated by comparison with physical experimental results.When the secondary arc current increased,the arcing time and dispersion increased.There is an overall trend of increasing arc length with increasing arcing time.Nevertheless,there is a reduction in arc length during arc ignition due to short circuits between the arc columns.Furthermore,the arcing time decreased in the range of 0°-90°as the angle between the wind direction and the x-axis increased.This work investigated the method by which short-circuit arcs evolve into secondary arcs.The results can be used to develop the secondary arc evolution model and to provide both a technical and theoretical basis for secondary arc suppression. 展开更多
关键词 short-circuit arc secondary arc STOCHASTICITY improved charge simulation method arc time
下载PDF
An Underwater Target Detection Algorithm Based on Attention Mechanism and Improved YOLOv7
4
作者 Liqiu Ren Zhanying Li +2 位作者 Xueyu He Lingyan Kong Yinghao Zhang 《Computers, Materials & Continua》 SCIE EI 2024年第2期2829-2845,共17页
For underwater robots in the process of performing target detection tasks,the color distortion and the uneven quality of underwater images lead to great difficulties in the feature extraction process of the model,whic... For underwater robots in the process of performing target detection tasks,the color distortion and the uneven quality of underwater images lead to great difficulties in the feature extraction process of the model,which is prone to issues like error detection,omission detection,and poor accuracy.Therefore,this paper proposed the CER-YOLOv7(CBAM-EIOU-RepVGG-YOLOv7)underwater target detection algorithm.To improve the algorithm’s capability to retain valid features from both spatial and channel perspectives during the feature extraction phase,we have added a Convolutional Block Attention Module(CBAM)to the backbone network.The Reparameterization Visual Geometry Group(RepVGG)module is inserted into the backbone to improve the training and inference capabilities.The Efficient Intersection over Union(EIoU)loss is also used as the localization loss function,which reduces the error detection rate and missed detection rate of the algorithm.The experimental results of the CER-YOLOv7 algorithm on the UPRC(Underwater Robot Prototype Competition)dataset show that the mAP(mean Average Precision)score of the algorithm is 86.1%,which is a 2.2%improvement compared to the YOLOv7.The feasibility and validity of the CER-YOLOv7 are proved through ablation and comparison experiments,and it is more suitable for underwater target detection. 展开更多
关键词 Deep learning underwater object detection improved YOLOv7 attention mechanism
下载PDF
Intramolecular Hydrogen Bond Improved Durability and Kinetics for Zinc‑Organic Batteries
5
作者 Tianjiang Sun Jun Pan +5 位作者 Weijia Zhang Xiaodi Jiang Min Cheng Zhengtai Zha Hong Jin Fan Zhanliang Tao 《Nano-Micro Letters》 SCIE EI CSCD 2024年第3期138-148,共11页
Organic compounds have the advantages of green sustainability and high designability,but their high solubility leads to poor durability of zinc-organic batteries.Herein,a high-performance quinone-based polymer(H-PNADB... Organic compounds have the advantages of green sustainability and high designability,but their high solubility leads to poor durability of zinc-organic batteries.Herein,a high-performance quinone-based polymer(H-PNADBQ)material is designed by introducing an intramolecular hydrogen bonding(HB)strategy.The intramolecular HB(C=O⋯N-H)is formed in the reaction of 1,4-benzoquinone and 1,5-naphthalene diamine,which efficiently reduces the H-PNADBQ solubility and enhances its charge transfer in theory.In situ ultraviolet-visible analysis further reveals the insolubility of H-PNADBQ during the electrochemical cycles,enabling high durability at different current densities.Specifically,the H-PNADBQ electrode with high loading(10 mg cm^(-2))performs a long cycling life at 125 mA g^(-1)(>290 cycles).The H-PNADBQ also shows high rate capability(137.1 mAh g^(−1)at 25 A g^(−1))due to significantly improved kinetics inducted by intramolecular HB.This work provides an efficient approach toward insoluble organic electrode materials. 展开更多
关键词 Zn-organic batteries H-PNADBQ polymer Intramolecular hydrogen bond Reduced solubility improvedπ-conjugated level
下载PDF
Optimization of jamming formation of USV offboard active decoy clusters based on an improved PSO algorithm
6
作者 Zhaodong Wu Yasong Luo Shengliang Hu 《Defence Technology(防务技术)》 SCIE EI CAS CSCD 2024年第2期529-540,共12页
Offboard active decoys(OADs)can effectively jam monopulse radars.However,for missiles approaching from a particular direction and distance,the OAD should be placed at a specific location,posing high requirements for t... Offboard active decoys(OADs)can effectively jam monopulse radars.However,for missiles approaching from a particular direction and distance,the OAD should be placed at a specific location,posing high requirements for timing and deployment.To improve the response speed and jamming effect,a cluster of OADs based on an unmanned surface vehicle(USV)is proposed.The formation of the cluster determines the effectiveness of jamming.First,based on the mechanism of OAD jamming,critical conditions are identified,and a method for assessing the jamming effect is proposed.Then,for the optimization of the cluster formation,a mathematical model is built,and a multi-tribe adaptive particle swarm optimization algorithm based on mutation strategy and Metropolis criterion(3M-APSO)is designed.Finally,the formation optimization problem is solved and analyzed using the 3M-APSO algorithm under specific scenarios.The results show that the improved algorithm has a faster convergence rate and superior performance as compared to the standard Adaptive-PSO algorithm.Compared with a single OAD,the optimal formation of USV-OAD cluster effectively fills the blind area and maximizes the use of jamming resources. 展开更多
关键词 Electronic countermeasure Offboard active decoy USV cluster Jamming formation optimization improved PSO algorithm
下载PDF
Secrecy Outage Probability Minimization in Wireless-Powered Communications Using an Improved Biogeography-Based Optimization-Inspired Recurrent Neural Network
7
作者 Mohammad Mehdi Sharifi Nevisi Elnaz Bashir +3 位作者 Diego Martín Seyedkian Rezvanjou Farzaneh Shoushtari Ehsan Ghafourian 《Computers, Materials & Continua》 SCIE EI 2024年第3期3971-3991,共21页
This paper focuses on wireless-powered communication systems,which are increasingly relevant in the Internet of Things(IoT)due to their ability to extend the operational lifetime of devices with limited energy.The mai... This paper focuses on wireless-powered communication systems,which are increasingly relevant in the Internet of Things(IoT)due to their ability to extend the operational lifetime of devices with limited energy.The main contribution of the paper is a novel approach to minimize the secrecy outage probability(SOP)in these systems.Minimizing SOP is crucial for maintaining the confidentiality and integrity of data,especially in situations where the transmission of sensitive data is critical.Our proposed method harnesses the power of an improved biogeography-based optimization(IBBO)to effectively train a recurrent neural network(RNN).The proposed IBBO introduces an innovative migration model.The core advantage of IBBO lies in its adeptness at maintaining equilibrium between exploration and exploitation.This is accomplished by integrating tactics such as advancing towards a random habitat,adopting the crossover operator from genetic algorithms(GA),and utilizing the global best(Gbest)operator from particle swarm optimization(PSO)into the IBBO framework.The IBBO demonstrates its efficacy by enabling the RNN to optimize the system parameters,resulting in significant outage probability reduction.Through comprehensive simulations,we showcase the superiority of the IBBO-RNN over existing approaches,highlighting its capability to achieve remarkable gains in SOP minimization.This paper compares nine methods for predicting outage probability in wireless-powered communications.The IBBO-RNN achieved the highest accuracy rate of 98.92%,showing a significant performance improvement.In contrast,the standard RNN recorded lower accuracy rates of 91.27%.The IBBO-RNN maintains lower SOP values across the entire signal-to-noise ratio(SNR)spectrum tested,suggesting that the method is highly effective at optimizing system parameters for improved secrecy even at lower SNRs. 展开更多
关键词 Wireless-powered communications secrecy outage probability improved biogeography-based optimization recurrent neural network
下载PDF
Research on Evacuation Path Planning Based on Improved Sparrow Search Algorithm
8
作者 Xiaoge Wei Yuming Zhang +2 位作者 Huaitao Song Hengjie Qin Guanjun Zhao 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第5期1295-1316,共22页
Reducing casualties and property losses through effective evacuation route planning has been a key focus for researchers in recent years.As part of this effort,an enhanced sparrow search algorithm(MSSA)was proposed.Fi... Reducing casualties and property losses through effective evacuation route planning has been a key focus for researchers in recent years.As part of this effort,an enhanced sparrow search algorithm(MSSA)was proposed.Firstly,the Golden Sine algorithm and a nonlinear weight factor optimization strategy were added in the discoverer position update stage of the SSA algorithm.Secondly,the Cauchy-Gaussian perturbation was applied to the optimal position of the SSA algorithm to improve its ability to jump out of local optima.Finally,the local search mechanism based on the mountain climbing method was incorporated into the local search stage of the SSA algorithm,improving its local search ability.To evaluate the effectiveness of the proposed algorithm,the Whale Algorithm,Gray Wolf Algorithm,Improved Gray Wolf Algorithm,Sparrow Search Algorithm,and MSSA Algorithm were employed to solve various test functions.The accuracy and convergence speed of each algorithm were then compared and analyzed.The results indicate that the MSSA algorithm has superior solving ability and stability compared to other algorithms.To further validate the enhanced algorithm’s capabilities for path planning,evacuation experiments were conducted using different maps featuring various obstacle types.Additionally,a multi-exit evacuation scenario was constructed according to the actual building environment of a teaching building.Both the sparrow search algorithm and MSSA algorithm were employed in the simulation experiment for multiexit evacuation path planning.The findings demonstrate that the MSSA algorithm outperforms the comparison algorithm,showcasing its greater advantages and higher application potential. 展开更多
关键词 Sparrow search algorithm optimization and improvement function test set evacuation path planning
下载PDF
Dynamic Characteristics of Functionally Graded Timoshenko Beams by Improved Differential Quadrature Method
9
作者 Xiaojun Huang Liaojun Zhang +1 位作者 Hanbo Cui Gaoxing Hu 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第8期1647-1668,共22页
This study proposes an effective method to enhance the accuracy of the Differential Quadrature Method(DQM)for calculating the dynamic characteristics of functionally graded beams by improving the form of discrete node... This study proposes an effective method to enhance the accuracy of the Differential Quadrature Method(DQM)for calculating the dynamic characteristics of functionally graded beams by improving the form of discrete node distribution.Firstly,based on the first-order shear deformation theory,the governing equation of free vibration of a functionally graded beam is transformed into the eigenvalue problem of ordinary differential equations with respect to beam axial displacement,transverse displacement,and cross-sectional rotation angle by considering the effects of shear deformation and rotational inertia of the beam cross-section.Then,ignoring the shear deformation of the beam section and only considering the effect of the rotational inertia of the section,the governing equation of the beam is transformed into the eigenvalue problem of ordinary differential equations with respect to beam transverse displacement.Based on the differential quadrature method theory,the eigenvalue problem of ordinary differential equations is transformed into the eigenvalue problem of standard generalized algebraic equations.Finally,the first several natural frequencies of the beam can be calculated.The feasibility and accuracy of the improved DQM are verified using the finite element method(FEM)and combined with the results of relevant literature. 展开更多
关键词 Timoshenko beams functionally graded materials dynamic characteristics natural frequency improved differential quadrature method
下载PDF
Treatment of bilateral developmental dysplasia of the hip joint with an improved technique:A case report
10
作者 Xing-Xing Yu Jian-Ye Chen +3 位作者 Hong-Sheng Zhan Ming-Da Liu Yun-Fei Li Yu-Yan Jia 《World Journal of Clinical Cases》 SCIE 2024年第7期1320-1325,共6页
BACKGROUND Developmental dysplasia of the hip(DDH)is a common osteoarticular deformity in pediatric orthopedics.A patient with bilateral DDH was diagnosed and treated using our improved technique"(powerful overtu... BACKGROUND Developmental dysplasia of the hip(DDH)is a common osteoarticular deformity in pediatric orthopedics.A patient with bilateral DDH was diagnosed and treated using our improved technique"(powerful overturning acetabuloplasty)"combined with femoral rotational shortening osteotomy.CASE SUMMARY A 4-year-old girl who was diagnosed with bilateral DDH could not stand normally,and sought surgical treatment to solve the problem of double hip extension and standing.As this child had high dislocation of the hip joint and the acetabular index was high,we changed the traditional acetabuloplasty to"powerful turnover acetabuloplasty"combined with femoral rotation shortening osteotomy.During the short-term postoperative follow-up(1,3,6,9,12,and 15 months),the child had no discomfort in her lower limbs.After the braces and internal fixation plates were removed,formal rehabilitation training was actively carried out.CONCLUSION Our"powerful overturning acetabuloplasty"combined with femoral rotational shortening osteotomy is feasible in the treatment of DDH in children.This technology may be widely used in the clinic. 展开更多
关键词 Developmental dysplasia of the hip improved technique Case report
下载PDF
Optimal Configuration of Fault Location Measurement Points in DC Distribution Networks Based on Improved Particle Swarm Optimization Algorithm
11
作者 Huanan Yu Hangyu Li +1 位作者 He Wang Shiqiang Li 《Energy Engineering》 EI 2024年第6期1535-1555,共21页
The escalating deployment of distributed power sources and random loads in DC distribution networks hasamplified the potential consequences of faults if left uncontrolled. To expedite the process of achieving an optim... The escalating deployment of distributed power sources and random loads in DC distribution networks hasamplified the potential consequences of faults if left uncontrolled. To expedite the process of achieving an optimalconfiguration of measurement points, this paper presents an optimal configuration scheme for fault locationmeasurement points in DC distribution networks based on an improved particle swarm optimization algorithm.Initially, a measurement point distribution optimization model is formulated, leveraging compressive sensing.The model aims to achieve the minimum number of measurement points while attaining the best compressivesensing reconstruction effect. It incorporates constraints from the compressive sensing algorithm and networkwide viewability. Subsequently, the traditional particle swarm algorithm is enhanced by utilizing the Haltonsequence for population initialization, generating uniformly distributed individuals. This enhancement reducesindividual search blindness and overlap probability, thereby promoting population diversity. Furthermore, anadaptive t-distribution perturbation strategy is introduced during the particle update process to enhance the globalsearch capability and search speed. The established model for the optimal configuration of measurement points issolved, and the results demonstrate the efficacy and practicality of the proposed method. The optimal configurationreduces the number of measurement points, enhances localization accuracy, and improves the convergence speedof the algorithm. These findings validate the effectiveness and utility of the proposed approach. 展开更多
关键词 Optimal allocation improved particle swarm algorithm fault location compressed sensing DC distribution network
下载PDF
An Improved Harris Hawk Optimization Algorithm for Flexible Job Shop Scheduling Problem
12
作者 Zhaolin Lv Yuexia Zhao +2 位作者 Hongyue Kang Zhenyu Gao Yuhang Qin 《Computers, Materials & Continua》 SCIE EI 2024年第2期2337-2360,共24页
Flexible job shop scheduling problem(FJSP)is the core decision-making problem of intelligent manufacturing production management.The Harris hawk optimization(HHO)algorithm,as a typical metaheuristic algorithm,has been... Flexible job shop scheduling problem(FJSP)is the core decision-making problem of intelligent manufacturing production management.The Harris hawk optimization(HHO)algorithm,as a typical metaheuristic algorithm,has been widely employed to solve scheduling problems.However,HHO suffers from premature convergence when solving NP-hard problems.Therefore,this paper proposes an improved HHO algorithm(GNHHO)to solve the FJSP.GNHHO introduces an elitism strategy,a chaotic mechanism,a nonlinear escaping energy update strategy,and a Gaussian random walk strategy to prevent premature convergence.A flexible job shop scheduling model is constructed,and the static and dynamic FJSP is investigated to minimize the makespan.This paper chooses a two-segment encoding mode based on the job and the machine of the FJSP.To verify the effectiveness of GNHHO,this study tests it in 23 benchmark functions,10 standard job shop scheduling problems(JSPs),and 5 standard FJSPs.Besides,this study collects data from an agricultural company and uses the GNHHO algorithm to optimize the company’s FJSP.The optimized scheduling scheme demonstrates significant improvements in makespan,with an advancement of 28.16%for static scheduling and 35.63%for dynamic scheduling.Moreover,it achieves an average increase of 21.50%in the on-time order delivery rate.The results demonstrate that the performance of the GNHHO algorithm in solving FJSP is superior to some existing algorithms. 展开更多
关键词 Flexible job shop scheduling improved Harris hawk optimization algorithm(GNHHO) premature convergence maximum completion time(makespan)
下载PDF
Prediction Model of Wax Deposition Rate in Waxy Crude Oil Pipelines by Elman Neural Network Based on Improved Reptile Search Algorithm
13
作者 Zhuo Chen Ningning Wang +1 位作者 Wenbo Jin Dui Li 《Energy Engineering》 EI 2024年第4期1007-1026,共20页
A hard problem that hinders the movement of waxy crude oil is wax deposition in oil pipelines.To ensure the safe operation of crude oil pipelines,an accurate model must be developed to predict the rate of wax depositi... A hard problem that hinders the movement of waxy crude oil is wax deposition in oil pipelines.To ensure the safe operation of crude oil pipelines,an accurate model must be developed to predict the rate of wax deposition in crude oil pipelines.Aiming at the shortcomings of the ENN prediction model,which easily falls into the local minimum value and weak generalization ability in the implementation process,an optimized ENN prediction model based on the IRSA is proposed.The validity of the new model was confirmed by the accurate prediction of two sets of experimental data on wax deposition in crude oil pipelines.The two groups of crude oil wax deposition rate case prediction results showed that the average absolute percentage errors of IRSA-ENN prediction models is 0.5476% and 0.7831%,respectively.Additionally,it shows a higher prediction accuracy compared to the ENN prediction model.In fact,the new model established by using the IRSA to optimize ENN can optimize the initial weights and thresholds in the prediction process,which can overcome the shortcomings of the ENN prediction model,such as weak generalization ability and tendency to fall into the local minimum value,so that it has the advantages of strong implementation and high prediction accuracy. 展开更多
关键词 Waxy crude oil wax deposition rate chaotic map improved reptile search algorithm Elman neural network prediction accuracy
下载PDF
Improved Ant Colony Algorithm for Vehicle Scheduling Problem in Airport Ground Service Support 被引量:3
14
作者 Yaping Zhang Ye Chen +2 位作者 Yu Zhang Jian Mao Qian Luo 《Journal of Harbin Institute of Technology(New Series)》 CAS 2023年第1期1-12,共12页
Support vehicles are part of the main body of airport ground operations,and their scheduling efficiency directly impacts flight delays.A mathematical model is constructed and the responsiveness of support vehicles for... Support vehicles are part of the main body of airport ground operations,and their scheduling efficiency directly impacts flight delays.A mathematical model is constructed and the responsiveness of support vehicles for current operational demands is proposed to study optimization algorithms for vehicle scheduling.The model is based on the constraint relationship of the initial operation time,time window,and gate position distribution,which gives an improvement to the ant colony algorithm(ACO).The impacts of the improved ACO as used for support vehicle optimization are compared and analyzed.The results show that the scheduling scheme of refueling trucks based on the improved ACO can reduce flight delays caused by refueling operations by 56.87%,indicating the improved ACO can improve support vehicle scheduling.Besides,the improved ACO can jump out of local optima,which can balance the working time of refueling trucks.This research optimizes the scheduling scheme of support vehicles under the existing conditions of airports,which has practical significance to fully utilize ground service resources,improve the efficiency of airport ground operations,and effectively reduce flight delays caused by ground service support. 展开更多
关键词 airport surface traffic ground service support vehicle scheduling topology model improved ant colony algorithm response value
下载PDF
Improved Shark Smell Optimization Algorithm for Human Action Recognition 被引量:1
15
作者 Inzamam Mashood Nasir Mudassar Raza +3 位作者 Jamal Hussain Shah Muhammad Attique Khan Yun-Cheol Nam Yunyoung Nam 《Computers, Materials & Continua》 SCIE EI 2023年第9期2667-2684,共18页
Human Action Recognition(HAR)in uncontrolled environments targets to recognition of different actions froma video.An effective HAR model can be employed for an application like human-computer interaction,health care,p... Human Action Recognition(HAR)in uncontrolled environments targets to recognition of different actions froma video.An effective HAR model can be employed for an application like human-computer interaction,health care,person tracking,and video surveillance.Machine Learning(ML)approaches,specifically,Convolutional Neural Network(CNN)models had beenwidely used and achieved impressive results through feature fusion.The accuracy and effectiveness of these models continue to be the biggest challenge in this field.In this article,a novel feature optimization algorithm,called improved Shark Smell Optimization(iSSO)is proposed to reduce the redundancy of extracted features.This proposed technique is inspired by the behavior ofwhite sharks,and howthey find the best prey in thewhole search space.The proposed iSSOalgorithmdivides the FeatureVector(FV)into subparts,where a search is conducted to find optimal local features fromeach subpart of FV.Once local optimal features are selected,a global search is conducted to further optimize these features.The proposed iSSO algorithm is employed on nine(9)selected CNN models.These CNN models are selected based on their top-1 and top-5 accuracy in ImageNet competition.To evaluate the model,two publicly available datasets UCF-Sports and Hollywood2 are selected. 展开更多
关键词 Action recognition improved shark smell optimization convolutional neural networks machine learning
下载PDF
An Influence Maximization Algorithm Based on Improved K-Shell in Temporal Social Networks 被引量:1
16
作者 Wenlong Zhu Yu Miao +2 位作者 Shuangshuang Yang Zuozheng Lian Lianhe Cui 《Computers, Materials & Continua》 SCIE EI 2023年第5期3111-3131,共21页
Influence maximization of temporal social networks(IMT)is a problem that aims to find the most influential set of nodes in the temporal network so that their information can be the most widely spread.To solve the IMT ... Influence maximization of temporal social networks(IMT)is a problem that aims to find the most influential set of nodes in the temporal network so that their information can be the most widely spread.To solve the IMT problem,we propose an influence maximization algorithm based on an improved K-shell method,namely improved K-shell in temporal social networks(KT).The algorithm takes into account the global and local structures of temporal social networks.First,to obtain the kernel value Ks of each node,in the global scope,it layers the network according to the temporal characteristic of nodes by improving the K-shell method.Then,in the local scope,the calculation method of comprehensive degree is proposed to weigh the influence of nodes.Finally,the node with the highest comprehensive degree in each core layer is selected as the seed.However,the seed selection strategy of KT can easily lose some influential nodes.Thus,by optimizing the seed selection strategy,this paper proposes an efficient heuristic algorithm called improved K-shell in temporal social networks for influence maximization(KTIM).According to the hierarchical distribution of cores,the algorithm adds nodes near the central core to the candidate seed set.It then searches for seeds in the candidate seed set according to the comprehensive degree.Experiments showthatKTIMis close to the best performing improved method for influence maximization of temporal graph(IMIT)algorithm in terms of effectiveness,but runs at least an order of magnitude faster than it.Therefore,considering the effectiveness and efficiency simultaneously in temporal social networks,the KTIM algorithm works better than other baseline algorithms. 展开更多
关键词 Temporal social network influence maximization improved K-shell comprehensive degree
下载PDF
Estimation of state of health based on charging characteristics and back-propagation neural networks with improved atom search optimization algorithm 被引量:1
17
作者 Yu Zhang Yuhang Zhang Tiezhou Wu 《Global Energy Interconnection》 EI CAS CSCD 2023年第2期228-237,共10页
With the rapid development of new energy technologies, lithium batteries are widely used in the field of energy storage systems and electric vehicles. The accurate prediction for the state of health(SOH) has an import... With the rapid development of new energy technologies, lithium batteries are widely used in the field of energy storage systems and electric vehicles. The accurate prediction for the state of health(SOH) has an important role in maintaining a safe and stable operation of lithium-ion batteries. To address the problems of uncertain battery discharge conditions and low SOH estimation accuracy in practical applications, this paper proposes a SOH estimation method based on constant-current battery charging section characteristics with a back-propagation neural network with an improved atom search optimization algorithm. A temperature characteristic, equal-time temperature variation(Dt_DT), is proposed by analyzing the temperature data of the battery charging section with the incremental capacity(IC) characteristics obtained from an IC analysis as an input to the data-driven prediction model. Testing and analysis of the proposed prediction model are carried out using publicly available datasets. Experimental results show that the maximum error of SOH estimation results for the proposed method in this paper is below 1.5%. 展开更多
关键词 State of health Lithium-ion battery Dt_DT improved atom search optimization algorithm
下载PDF
Dynamic grouping control of electric vehicles based on improved k-means algorithm for wind power fluctuations suppression 被引量:1
18
作者 Yang Yu Mai Liu +2 位作者 Dongyang Chen Yuhang Huo Wentao Lu 《Global Energy Interconnection》 EI CSCD 2023年第5期542-553,共12页
To address the significant lifecycle degradation and inadequate state of charge(SOC)balance of electric vehicles(EVs)when mitigating wind power fluctuations,a dynamic grouping control strategy is proposed for EVs base... To address the significant lifecycle degradation and inadequate state of charge(SOC)balance of electric vehicles(EVs)when mitigating wind power fluctuations,a dynamic grouping control strategy is proposed for EVs based on an improved k-means algorithm.First,a swing door trending(SDT)algorithm based on compression result feedback was designed to extract the feature data points of wind power.The gating coefficient of the SDT was adjusted based on the compression ratio and deviation,enabling the acquisition of grid-connected wind power signals through linear interpolation.Second,a novel algorithm called IDOA-KM is proposed,which utilizes the Improved Dingo Optimization Algorithm(IDOA)to optimize the clustering centers of the k-means algorithm,aiming to address its dependence and sensitivity on the initial centers.The EVs were categorized into priority charging,standby,and priority discharging groups using the IDOA-KM.Finally,an two-layer power distribution scheme for EVs was devised.The upper layer determines the charging/discharging sequences of the three EV groups and their corresponding power signals.The lower layer allocates power signals to each EV based on the maximum charging/discharging power or SOC equalization principles.The simulation results demonstrate the effectiveness of the proposed control strategy in accurately tracking grid power signals,smoothing wind power fluctuations,mitigating EV degradation,and enhancing the SOC balance. 展开更多
关键词 Electric vehicles Wind power fluctuation smoothing improved k-means Power allocation Swing door trending
下载PDF
Adoption of Improved Rice Varieties in the Global South:A Review
19
作者 Julia CHECCO Fathin Ayuni AZIZAN +1 位作者 Jaquie MITCHELL Ammar Abdul AZIZ 《Rice science》 SCIE CSCD 2023年第3期186-206,I0021-I0034,共35页
Improved rice varieties(IRVs)play a significant role in establishing food security and improving livelihood in the Global South since its introduction in the 1960s.However,the adoption of new IRVs has remained relativ... Improved rice varieties(IRVs)play a significant role in establishing food security and improving livelihood in the Global South since its introduction in the 1960s.However,the adoption of new IRVs has remained relatively low.This low adoption poses a challenge to rice-producing and consuming countries as they are increasingly threatened by production shortages,malnutrition,and poor rice quality.Many empirical studies have attempted to identify the determinants influencing the adoption of IRVs by distinguishing the characteristics between adopters and non-adopters.This review showed a consensus on the important determinants influencing the adoption of IRVs in the Global South.Findings synthesized from 99 studies suggested that variables(farm size,education,information access and farm location)examined extensively are not necessarily the most important determinants of adoption when undertaking a weighted analysis.Terrain,source of seed and technology-related attributes(perceived yield,maturity,ease of use,marketability and technical efficiency)are more important determinants of adoption,with determinants changing according to adoption type(probability or intensity of adoption),variety type and region.The recommendations for future adoption studies include:incorporating more technology-specific variables,increasing research for overlooked regions and variety types,shifting away from predominant static analysis by capturing the dynamics of the adoption process,and considering the potential biases in analyses.This review will facilitate the development of targeted interventions and policies that promote IRV adoption in the Global South. 展开更多
关键词 technology adoption improved rice variety systematic literature review the Global South
下载PDF
THE RIEMANN PROBLEM WITH DELTA INITIAL DATA FOR THE NON-ISENTROPIC IMPROVED AW-RASCLE-ZHANG MODEL
20
作者 蒋伟峰 陈停停 +1 位作者 李彤 王振 《Acta Mathematica Scientia》 SCIE CSCD 2023年第1期237-258,共22页
In this paper,we study the Radon measure initial value problem for the nonisentropic improved Aw-Rascle-Zhang model.For arbitrary convex F(u)in this model we construct the Riemann solutions by elementary waves andδ-s... In this paper,we study the Radon measure initial value problem for the nonisentropic improved Aw-Rascle-Zhang model.For arbitrary convex F(u)in this model we construct the Riemann solutions by elementary waves andδ-shock waves using the method of generalized characteristic analysis.We obtain the solutions constructively for initial data containing the Dirac measure by taking the limit of the solutions for that with three piecewise constants.Moreover,we analyze different kinds of wave interactions,including the interactions of theδ-shock waves with elementary waves. 展开更多
关键词 Riemann problem non-isentropic improved Aw-Rascle-Zhang model δ-shock wave wave interactions traffic flow
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部