期刊文献+
共找到1,050篇文章
< 1 2 53 >
每页显示 20 50 100
Fusion Algorithm Based on Improved A^(*)and DWA for USV Path Planning
1
作者 Changyi Li Lei Yao Chao Mi 《哈尔滨工程大学学报(英文版)》 2025年第1期224-237,共14页
The traditional A^(*)algorithm exhibits a low efficiency in the path planning of unmanned surface vehicles(USVs).In addition,the path planned presents numerous redundant inflection waypoints,and the security is low,wh... The traditional A^(*)algorithm exhibits a low efficiency in the path planning of unmanned surface vehicles(USVs).In addition,the path planned presents numerous redundant inflection waypoints,and the security is low,which is not conducive to the control of USV and also affects navigation safety.In this paper,these problems were addressed through the following improvements.First,the path search angle and security were comprehensively considered,and a security expansion strategy of nodes based on the 5×5 neighborhood was proposed.The A^(*)algorithm search neighborhood was expanded from 3×3 to 5×5,and safe nodes were screened out for extension via the node security expansion strategy.This algorithm can also optimize path search angles while improving path security.Second,the distance from the current node to the target node was introduced into the heuristic function.The efficiency of the A^(*)algorithm was improved,and the path was smoothed using the Floyd algorithm.For the dynamic adjustment of the weight to improve the efficiency of DWA,the distance from the USV to the target point was introduced into the evaluation function of the dynamic-window approach(DWA)algorithm.Finally,combined with the local target point selection strategy,the optimized DWA algorithm was performed for local path planning.The experimental results show the smooth and safe path planned by the fusion algorithm,which can successfully avoid dynamic obstacles and is effective and feasible in path planning for USVs. 展开更多
关键词 Improved A^(*)algorithm Optimized DWA algorithm Unmanned surface vehicles Path planning Fusion algorithm
在线阅读 下载PDF
Ship Path Planning Based on Sparse A^(*)Algorithm
2
作者 Yongjian Zhai Jianhui Cui +3 位作者 Fanbin Meng Huawei Xie Chunyan Hou Bin Li 《哈尔滨工程大学学报(英文版)》 2025年第1期238-248,共11页
An improved version of the sparse A^(*)algorithm is proposed to address the common issue of excessive expansion of nodes and failure to consider current ship status and parameters in traditional path planning algorith... An improved version of the sparse A^(*)algorithm is proposed to address the common issue of excessive expansion of nodes and failure to consider current ship status and parameters in traditional path planning algorithms.This algorithm considers factors such as initial position and orientation of the ship,safety range,and ship draft to determine the optimal obstacle-avoiding route from the current to the destination point for ship planning.A coordinate transformation algorithm is also applied to convert commonly used latitude and longitude coordinates of ship travel paths to easily utilized and analyzed Cartesian coordinates.The algorithm incorporates a hierarchical chart processing algorithm to handle multilayered chart data.Furthermore,the algorithm considers the impact of ship length on grid size and density when implementing chart gridification,adjusting the grid size and density accordingly based on ship length.Simulation results show that compared to traditional path planning algorithms,the sparse A^(*)algorithm reduces the average number of path points by 25%,decreases the average maximum storage node number by 17%,and raises the average path turning angle by approximately 10°,effectively improving the safety of ship planning paths. 展开更多
关键词 Sparse A^(*)algorithm Path planning RASTERIZATION Coordinate transformation Image preprocessing
在线阅读 下载PDF
A real-time intelligent lithology identification method based on a dynamic felling strategy weighted random forest algorithm 被引量:1
3
作者 Tie Yan Rui Xu +2 位作者 Shi-Hui Sun Zhao-Kai Hou Jin-Yu Feng 《Petroleum Science》 SCIE EI CAS CSCD 2024年第2期1135-1148,共14页
Real-time intelligent lithology identification while drilling is vital to realizing downhole closed-loop drilling. The complex and changeable geological environment in the drilling makes lithology identification face ... Real-time intelligent lithology identification while drilling is vital to realizing downhole closed-loop drilling. The complex and changeable geological environment in the drilling makes lithology identification face many challenges. This paper studies the problems of difficult feature information extraction,low precision of thin-layer identification and limited applicability of the model in intelligent lithologic identification. The author tries to improve the comprehensive performance of the lithology identification model from three aspects: data feature extraction, class balance, and model design. A new real-time intelligent lithology identification model of dynamic felling strategy weighted random forest algorithm(DFW-RF) is proposed. According to the feature selection results, gamma ray and 2 MHz phase resistivity are the logging while drilling(LWD) parameters that significantly influence lithology identification. The comprehensive performance of the DFW-RF lithology identification model has been verified in the application of 3 wells in different areas. By comparing the prediction results of five typical lithology identification algorithms, the DFW-RF model has a higher lithology identification accuracy rate and F1 score. This model improves the identification accuracy of thin-layer lithology and is effective and feasible in different geological environments. The DFW-RF model plays a truly efficient role in the realtime intelligent identification of lithologic information in closed-loop drilling and has greater applicability, which is worthy of being widely used in logging interpretation. 展开更多
关键词 Intelligent drilling Closed-loop drilling Lithology identification random forest algorithm Feature extraction
在线阅读 下载PDF
A novel heuristic pathfinding algorithm for 3D security modeling and vulnerability assessment
4
作者 Jun Yang Yue-Ming Hong +2 位作者 Yu-Ming Lv Hao-Ming Ma Wen-Lin Wang 《Nuclear Science and Techniques》 2025年第5期152-166,共15页
Vulnerability assessment is a systematic process to identify security gaps in the design and evaluation of physical protection systems.Adversarial path planning is a widely used method for identifying potential vulner... Vulnerability assessment is a systematic process to identify security gaps in the design and evaluation of physical protection systems.Adversarial path planning is a widely used method for identifying potential vulnerabilities and threats to the security and resilience of critical infrastructures.However,achieving efficient path optimization in complex large-scale three-dimensional(3D)scenes remains a significant challenge for vulnerability assessment.This paper introduces a novel A^(*)-algorithmic framework for 3D security modeling and vulnerability assessment.Within this framework,the 3D facility models were first developed in 3ds Max and then incorporated into Unity for A^(*)heuristic pathfinding.The A^(*)-heuristic pathfinding algorithm was implemented with a geometric probability model to refine the detection and distance fields and achieve a rational approximation of the cost to reach the goal.An admissible heuristic is ensured by incorporating the minimum probability of detection(P_(D)^(min))and diagonal distance to estimate the heuristic function.The 3D A^(*)heuristic search was demonstrated using a hypothetical laboratory facility,where a comparison was also carried out between the A^(*)and Dijkstra algorithms for optimal path identification.Comparative results indicate that the proposed A^(*)-heuristic algorithm effectively identifies the most vulnerable adversarial pathfinding with high efficiency.Finally,the paper discusses hidden phenomena and open issues in efficient 3D pathfinding for security applications. 展开更多
关键词 Physical protection system 3D modeling and simulation Vulnerability assessment A^(*)Heuristic Pathfinding Dijkstra algorithm
在线阅读 下载PDF
改进A^(*)与ROA-DWA融合的机器人路径规划 被引量:7
5
作者 刘宇庭 郭世杰 +2 位作者 唐术锋 张学炜 李田田 《浙江大学学报(工学版)》 EI CAS CSCD 北大核心 2024年第2期360-369,共10页
为了解决机器人路径规划中传统A^(*)算法和动态窗口法(DWA)存在的遍历节点较多、冗余点较多以及路径不平滑,缺乏全局引导,易陷入局部最优以及安全性低等问题,提出融合改进A^(*)算法和随机避障动态窗口法(ROA-DWA)的路径规划算法.该算法... 为了解决机器人路径规划中传统A^(*)算法和动态窗口法(DWA)存在的遍历节点较多、冗余点较多以及路径不平滑,缺乏全局引导,易陷入局部最优以及安全性低等问题,提出融合改进A^(*)算法和随机避障动态窗口法(ROA-DWA)的路径规划算法.该算法通过启发式函数的权重调整、Floyd算法、冗余点删除策略、静态和动态障碍物分类处理和速度自适应因子等方式来提高搜索效率,减少路径长度和拐点数量,将已知障碍物对路径的影响最小化,大幅提高动态避障效率,使得机器人在平稳到达目标点的同时还提升了机器人的安全性,更好地适应复杂的动态和静态环境.实验结果表明,该算法具有较好的全局最优性和局部避障能力,在大型地图中展现出更好的优势. 展开更多
关键词 机器人路径规划 动态避障 改进A^(*)算法 随机避障动态窗口法(ROA-DWA) 融合算法
在线阅读 下载PDF
Optimized quantum random-walk search algorithm for multi-solution search 被引量:1
6
作者 张宇超 鲍皖苏 +1 位作者 汪翔 付向群 《Chinese Physics B》 SCIE EI CAS CSCD 2015年第11期133-139,共7页
This study investigates the multi-solution search of the optimized quantum random-walk search algorithm on the hypercube. Through generalizing the abstract search algorithm which is a general tool for analyzing the se... This study investigates the multi-solution search of the optimized quantum random-walk search algorithm on the hypercube. Through generalizing the abstract search algorithm which is a general tool for analyzing the search on the graph to the multi-solution case, it can be applied to analyze the multi-solution case of quantum random-walk search on the graph directly. Thus, the computational complexity of the optimized quantum random-walk search algorithm for the multi-solution search is obtained. Through numerical simulations and analysis, we obtain a critical value of the proportion of solutions q. For a given q, we derive the relationship between the success rate of the algorithm and the number of iterations when q is no longer than the critical value. 展开更多
关键词 quantum search algorithm quantum random walk multi-solution abstract search algorithm
在线阅读 下载PDF
Decoherence in optimized quantum random-walk search algorithm 被引量:1
7
作者 张宇超 鲍皖苏 +1 位作者 汪翔 付向群 《Chinese Physics B》 SCIE EI CAS CSCD 2015年第8期197-202,共6页
This paper investigates the effects of decoherence generated by broken-link-type noise in the hypercube on an optimized quantum random-walk search algorithm. When the hypercube occurs with random broken links, the opt... This paper investigates the effects of decoherence generated by broken-link-type noise in the hypercube on an optimized quantum random-walk search algorithm. When the hypercube occurs with random broken links, the optimized quantum random-walk search algorithm with decoherence is depicted through defining the shift operator which includes the possibility of broken links. For a given database size, we obtain the maximum success rate of the algorithm and the required number of iterations through numerical simulations and analysis when the algorithm is in the presence of decoherence. Then the computational complexity of the algorithm with decoherence is obtained. The results show that the ultimate effect of broken-link-type decoherence on the optimized quantum random-walk search algorithm is negative. 展开更多
关键词 quantum search algorithm quantum random walk DECOHERENCE
在线阅读 下载PDF
Improved Adaptive Random Convolutional Network Coding Algorithm 被引量:2
8
作者 Guo Wangmei Cai Ning Wang Xiao 《China Communications》 SCIE CSCD 2012年第11期63-69,共7页
To address the issue of field size in random network coding, we propose an Improved Adaptive Random Convolutional Network Coding (IARCNC) algorithm to considerably reduce the amount of occupied memory. The operation o... To address the issue of field size in random network coding, we propose an Improved Adaptive Random Convolutional Network Coding (IARCNC) algorithm to considerably reduce the amount of occupied memory. The operation of IARCNC is similar to that of Adaptive Random Convolutional Network Coding (ARCNC), with the coefficients of local encoding kernels chosen uniformly at random over a small finite field. The difference is that the length of the local encoding kernels at the nodes used by IARCNC is constrained by the depth; meanwhile, increases until all the related sink nodes can be decoded. This restriction can make the code length distribution more reasonable. Therefore, IARCNC retains the advantages of ARCNC, such as a small decoding delay and partial adaptation to an unknown topology without an early estimation of the field size. In addition, it has its own advantage, that is, a higher reduction in memory use. The simulation and the example show the effectiveness of the proposed algorithm. 展开更多
关键词 convolutional network coding adaptive network coding algorithm random coding
在线阅读 下载PDF
Randomized Algorithms for Probabilistic Optimal Robust Performance Controller Design 被引量:1
9
作者 宋春雷 谢玲 《Journal of Beijing Institute of Technology》 EI CAS 2004年第1期15-19,共5页
Polynomial-time randomized algorithms were constructed to approximately solve optimal robust performance controller design problems in probabilistic sense and the rigorous mathematical justification of the approach wa... Polynomial-time randomized algorithms were constructed to approximately solve optimal robust performance controller design problems in probabilistic sense and the rigorous mathematical justification of the approach was given. The randomized algorithms here were based on a property from statistical learning theory known as (uniform) convergence of empirical means (UCEM). It is argued that in order to assess the performance of a controller as the plant varies over a pre-specified family, it is better to use the average performance of the controller as the objective function to be optimized, rather than its worst-case performance. The approach is illustrated to be efficient through an example. 展开更多
关键词 randomized algorithms statistical learning theory uniform convergence of empirical means (UCEM) probabilistic optimal robust performance controller design
在线阅读 下载PDF
Effects of systematic phase errors on optimized quantum random-walk search algorithm
10
作者 张宇超 鲍皖苏 +1 位作者 汪翔 付向群 《Chinese Physics B》 SCIE EI CAS CSCD 2015年第6期155-163,共9页
This study investigates the effects of systematic errors in phase inversions on the success rate and number of iterations in the optimized quantum random-walk search algorithm. Using the geometric description of this ... This study investigates the effects of systematic errors in phase inversions on the success rate and number of iterations in the optimized quantum random-walk search algorithm. Using the geometric description of this algorithm, a model of the algorithm with phase errors is established, and the relationship between the success rate of the algorithm, the database size, the number of iterations, and the phase error is determined. For a given database size, we obtain both the maximum success rate of the algorithm and the required number of iterations when phase errors are present in the algorithm. Analyses and numerical simulations show that the optimized quantum random-walk search algorithm is more robust against phase errors than Grover's algorithm. 展开更多
关键词 quantum search algorithm quantum random walk phase errors ROBUSTNESS
在线阅读 下载PDF
Elitist Reconstruction Genetic Algorithm Based on Markov Random Field for Magnetic Resonance Image Segmentation
11
作者 Xin-Yu Du,Yong-Jie Li,Cheng Luo,and De-Zhong Yao the School of Life Science and Technology,University of Electronic Science and Technology of China,Chengdu 610054,China 《Journal of Electronic Science and Technology》 CAS 2012年第1期83-87,共5页
In this paper, elitist reconstruction genetic algorithm (ERGA) based on Markov random field (MRF) is introduced for image segmentation. In this algorithm, a population of possible solutions is maintained at every ... In this paper, elitist reconstruction genetic algorithm (ERGA) based on Markov random field (MRF) is introduced for image segmentation. In this algorithm, a population of possible solutions is maintained at every generation, and for each solution a fitness value is calculated according to a fitness function, which is constructed based on the MRF potential function according to Metropolis function and Bayesian framework. After the improved selection, crossover and mutation, an elitist individual is restructured based on the strategy of restructuring elitist. This procedure is processed to select the location that denotes the largest MRF potential function value in the same location of all individuals. The algorithm is stopped when the change of fitness functions between two sequent generations is less than a specified value. Experiments show that the performance of the hybrid algorithm is better than that of some traditional algorithms. 展开更多
关键词 Elitist reconstruction genetic algorithm image segmentation Markov random field.
在线阅读 下载PDF
Random Forest Based Very Fast Decision Tree Algorithm for Data Stream
12
作者 DONG Zhenjiang LUO Shengmei +2 位作者 WEN Tao ZHANG Fayang LI Lingjuan 《ZTE Communications》 2017年第B12期52-57,共6页
The Very Fast Decision Tree(VFDT)algorithm is a classification algorithm for data streams.When processing large amounts of data,VFDT requires less time than traditional decision tree algorithms.However,when training s... The Very Fast Decision Tree(VFDT)algorithm is a classification algorithm for data streams.When processing large amounts of data,VFDT requires less time than traditional decision tree algorithms.However,when training samples become fewer,the label values of VFDT leaf nodes will have more errors,and the classification ability of single VFDT decision tree is limited.The Random Forest algorithm is a combinational classifier with high prediction accuracy and noise-tol-erant ability.It is constituted by multiple decision trees and can make up for the shortage of single decision tree.In this paper,in order to improve the classification accuracy on data streams,the Random Forest algorithm is integrated into the process of tree building of the VFDT algorithm,and a new Random Forest Based Very Fast Decision Tree algorithm named RFVFDT is designed.The RFVFDT algorithm adopts the decision tree building criterion of a Random Forest classifier,and improves Random Forest algorithm with sliding window to meet the unboundedness of data streams and avoid process delay and data loss.Experimental results of the classification of KDD CUP data sets show that the classification accuracy of RFVFDT algorithm is higher than that of VFDT.The less the samples are,the more obvious the advantage is.RFVFDT is fast when running in the multithread mode. 展开更多
关键词 DATA STREAM DATA classification random FOREST algorithm VFDT algorithm
在线阅读 下载PDF
Investigation of Nuclear Binding Energy and Charge Radius Based on Random Forest Algorithm
13
作者 CAI Boshuai YU Tianjun +3 位作者 LIN Xuan ZHANG Jilong WANG Zhixuan YUAN Cenxi 《原子能科学技术》 EI CAS CSCD 北大核心 2023年第4期704-712,共9页
The random forest algorithm was applied to study the nuclear binding energy and charge radius.The regularized root-mean-square of error(RMSE)was proposed to avoid overfitting during the training of random forest.RMSE ... The random forest algorithm was applied to study the nuclear binding energy and charge radius.The regularized root-mean-square of error(RMSE)was proposed to avoid overfitting during the training of random forest.RMSE for nuclides with Z,N>7 is reduced to 0.816 MeV and 0.0200 fm compared with the six-term liquid drop model and a three-term nuclear charge radius formula,respectively.Specific interest is in the possible(sub)shells among the superheavy region,which is important for searching for new elements and the island of stability.The significance of shell features estimated by the so-called shapely additive explanation method suggests(Z,N)=(92,142)and(98,156)as possible subshells indicated by the binding energy.Because the present observed data is far from the N=184 shell,which is suggested by mean-field investigations,its shell effect is not predicted based on present training.The significance analysis of the nuclear charge radius suggests Z=92 and N=136 as possible subshells.The effect is verified by the shell-corrected nuclear charge radius model. 展开更多
关键词 nuclear binding energy nuclear charge radius random forest algorithm
在线阅读 下载PDF
A Regularized Randomized Kaczmarz Algorithm for Large Discrete Ill-Posed Problems
14
作者 LIU Fengming WANG Zhengsheng +1 位作者 YANG Siyu XU Guili 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2020年第5期787-795,共9页
Tikhonov regularization is a powerful tool for solving linear discrete ill-posed problems.However,effective methods for dealing with large-scale ill-posed problems are still lacking.The Kaczmarz method is an effective... Tikhonov regularization is a powerful tool for solving linear discrete ill-posed problems.However,effective methods for dealing with large-scale ill-posed problems are still lacking.The Kaczmarz method is an effective iterative projection algorithm for solving large linear equations due to its simplicity.We propose a regularized randomized extended Kaczmarz(RREK)algorithm for solving large discrete ill-posed problems via combining the Tikhonov regularization and the randomized Kaczmarz method.The convergence of the algorithm is proved.Numerical experiments illustrate that the proposed algorithm has higher accuracy and better image restoration quality compared with the existing randomized extended Kaczmarz(REK)method. 展开更多
关键词 ill-posed problem Tikhonov regularization randomized extended Kaczmarz(REK)algorithm image restoration
在线阅读 下载PDF
Pseudo-Random Coding Side-Lobe Suppression Method Based on CLEAN Algorithm
15
作者 Liyu Tian Lianjuan Zhang Jiaying Li 《Journal of Beijing Institute of Technology》 EI CAS 2017年第3期375-380,共6页
A pseudo-random coding side-lobe suppression method based on CLEAN algorithm is introduced.The CLEAN algorithm mainly processes pulse compression results of a pseudo-random coding,and estimates a target's distance by... A pseudo-random coding side-lobe suppression method based on CLEAN algorithm is introduced.The CLEAN algorithm mainly processes pulse compression results of a pseudo-random coding,and estimates a target's distance by a method named interpolation method,so that we can get an ideal pulse compression result of the target,and then use the adjusted ideal pulse compression side-lobe to cut the actual pulse compression result,so as to achieve the remarkable performance of side-lobe suppression for large targets,and let the adjacent small targets appear.The computer simulations by MATLAB with this method analyze the effect of side-lobe suppression in an ideal or noisy environment.It is proved that this method can effectively solve the problem due to the side-lobe of pseudo-random coding being too high,and can enhance the radar's multi-target detection ability. 展开更多
关键词 CLEAN algorithm pseudo-random coding pulse compression interpolation method
在线阅读 下载PDF
Improving path planning efficiency for underwater gravity-aided navigation based on a new depth sorting fast search algorithm
16
作者 Xiaocong Zhou Wei Zheng +2 位作者 Zhaowei Li Panlong Wu Yongjin Sun 《Defence Technology(防务技术)》 SCIE EI CAS CSCD 2024年第2期285-296,共12页
This study focuses on the improvement of path planning efficiency for underwater gravity-aided navigation.Firstly,a Depth Sorting Fast Search(DSFS)algorithm was proposed to improve the planning speed of the Quick Rapi... This study focuses on the improvement of path planning efficiency for underwater gravity-aided navigation.Firstly,a Depth Sorting Fast Search(DSFS)algorithm was proposed to improve the planning speed of the Quick Rapidly-exploring Random Trees*(Q-RRT*)algorithm.A cost inequality relationship between an ancestor and its descendants was derived,and the ancestors were filtered accordingly.Secondly,the underwater gravity-aided navigation path planning system was designed based on the DSFS algorithm,taking into account the fitness,safety,and asymptotic optimality of the routes,according to the gravity suitability distribution of the navigation space.Finally,experimental comparisons of the computing performance of the ChooseParent procedure,the Rewire procedure,and the combination of the two procedures for Q-RRT*and DSFS were conducted under the same planning environment and parameter conditions,respectively.The results showed that the computational efficiency of the DSFS algorithm was improved by about 1.2 times compared with the Q-RRT*algorithm while ensuring correct computational results. 展开更多
关键词 Depth Sorting Fast Search algorithm Underwater gravity-aided navigation Path planning efficiency Quick Rapidly-exploring random Trees*(QRRT*)
在线阅读 下载PDF
基于SCSSA-RF算法的室内可见光定位算法
17
作者 陈耀 张烈平 +1 位作者 高小淋 张翠 《光通信技术》 北大核心 2025年第1期1-5,共5页
针对随机森林(RF)算法用于室内可见光定位时定位精度低,存在过拟合风险的问题,提出了一种基于正弦人口映射(SPM)与柯西分布的麻雀搜索算法(SSA)优化RF算法的室内可见光定位算法(简称SCSSA-RF算法)。首先,该算法使用采集到的接收信号强... 针对随机森林(RF)算法用于室内可见光定位时定位精度低,存在过拟合风险的问题,提出了一种基于正弦人口映射(SPM)与柯西分布的麻雀搜索算法(SSA)优化RF算法的室内可见光定位算法(简称SCSSA-RF算法)。首先,该算法使用采集到的接收信号强度值与位置坐标建立指纹数据库。然后,使用SCSSA的全局搜索能力对RF算法的关键参数进行优化,将数据输入最佳模型中进行训练。最后,将决策树的预测结果取平均值,得到待定位点的预测值。实验结果表明:SCSSA-RF算法比未改进的SSA-RF算法收敛速度更快;SCSSA-RF算法的平均定位误差为0.08 m,且误差主要集中在0.05~0.1 m内;在定位误差为0.2 m时,SCSSA-RF算法的预测准确率达到了93%。 展开更多
关键词 可见光定位 正弦人口映射 柯西分布 麻雀搜索算法 随机森林
在线阅读 下载PDF
矿井多人员定位轨迹的预警分类方法研究
18
作者 蔡安江 徐海涛 +1 位作者 程东波 刘锋伟 《金属矿山》 北大核心 2025年第1期243-249,共7页
为解决矿井综采操作区域多人员定位轨迹的预警分类问题,提出了一种基于超宽带(Ultra Wide Band,UWB)的多人员定位轨迹数据的预警分类方法。该方法首先对采集的UWB定位轨迹数据进行预处理;然后利用UWB定位轨迹数据中的人员ID、坐标、时... 为解决矿井综采操作区域多人员定位轨迹的预警分类问题,提出了一种基于超宽带(Ultra Wide Band,UWB)的多人员定位轨迹数据的预警分类方法。该方法首先对采集的UWB定位轨迹数据进行预处理;然后利用UWB定位轨迹数据中的人员ID、坐标、时间、求救信号等特征参数作为UWB人员定位轨迹预警分类模型的输入指标,以人员的预警行为类别作为输出指标,对预警分类模型进行拟合训练,基于人员4级违规预警机制与专家建议设置预警阈值;最后采用随机森林算法对多人员UWB定位轨迹数据进行人员行为预警识别和分类。研究表明:该方法能够对区域人员作业超员、工作超时、作业求救、定位轨迹缺失和作业越界等行为进行有效预警并准确分类,能够消除隐患,提高矿山人员管理效率和生产作业的安全性。 展开更多
关键词 矿井定位 多人员 预警分类 UWB定位轨迹数据 随机森林算法
在线阅读 下载PDF
基于LIBS结合机器学习算法的4种中药材识别
19
作者 傅院霞 张飞 +2 位作者 徐丽 李莉 王莉 《蚌埠学院学报》 2025年第2期85-91,共7页
以LIBS技术采集到的当归、佛手、鸡血藤、茯苓4种中药材光谱数据为基础,以快速准确的识别中药材为主要目标,结合机器学习算法,建立识别模型。通过LIBS技术采集4种不同中药材光谱数据,用主成分分析法(PCA)对4种中药材测得的数据进行降维... 以LIBS技术采集到的当归、佛手、鸡血藤、茯苓4种中药材光谱数据为基础,以快速准确的识别中药材为主要目标,结合机器学习算法,建立识别模型。通过LIBS技术采集4种不同中药材光谱数据,用主成分分析法(PCA)对4种中药材测得的数据进行降维处理,再采用随机森林(RF)算法等构建识别模型,建立误差曲线,训练集和测试集的结果对比分析,最终实现对4种中药材的识别。结果显示结合RF算法构建的模型,验证的平均准确率可以达到93.175%。再利用精细树、线性判别、SVM、KNN、宽神经网络等学习算法建立模型,验证的准确率分别为88.10%、86.90%、82.14%、90.48%、92.86%。结果表明基于LIBS结合机器学习算法建模可以对不同药材进行区分,期望能对中药材的识别提供一种可在线、快速检测的方法。 展开更多
关键词 激光诱导击穿光谱 机器学习算法 中药材 主成分分析 随机森林法
在线阅读 下载PDF
动态原点黏菌算法在无人机应急援救储备点选址中的应用
20
作者 关静 彭璇 孙永琪 《科学技术创新》 2025年第11期70-73,共4页
黏菌算法是一种元启发式优化算法,具有较强的全局探索能力。但多次实验中发现部分种群向原点聚集的现象。针对上述问题,提出一种带有随机扰动的动态原点黏菌算法DOSMA。此算法避免种群向原点聚集。在对比实验中,DOSMA算法显示出较好的... 黏菌算法是一种元启发式优化算法,具有较强的全局探索能力。但多次实验中发现部分种群向原点聚集的现象。针对上述问题,提出一种带有随机扰动的动态原点黏菌算法DOSMA。此算法避免种群向原点聚集。在对比实验中,DOSMA算法显示出较好的寻优精度和与SMA算法相近的收敛速度。以两个地区为研究对象进行仿真实验表明,利用DOSMA算法能够有效地解决无人机应急援救储备点的选址问题,进一步验证了DOSMA算法的有效性及算法的工程实用性,为实际应用提供了理论支持。 展开更多
关键词 黏菌算法 动态原点黏菌算法 随机扰动 无人机 应急援救储备点选址
在线阅读 下载PDF
上一页 1 2 53 下一页 到第
使用帮助 返回顶部