期刊文献+
共找到389篇文章
< 1 2 20 >
每页显示 20 50 100
基于感性工学与BP神经网络的电动修枝剪造型设计优化
1
作者 杨梅 张帆 苏兆婧 《工业设计》 2026年第2期143-146,共4页
文章从用户情感需求与产品造型设计要素出发,结合数学模型相关理论与方法构建回归模型,实现高适应性的产品设计,从而解决目标产品设计与用户实际需求难以深度匹配的问题。首先,采用语义差异量表法,系统收集用户对目标产品的感性意象量... 文章从用户情感需求与产品造型设计要素出发,结合数学模型相关理论与方法构建回归模型,实现高适应性的产品设计,从而解决目标产品设计与用户实际需求难以深度匹配的问题。首先,采用语义差异量表法,系统收集用户对目标产品的感性意象量化数据,并进行归纳与分类;其次,对目标产品模型进行模块化分解,对各模块进行数字化编码,利用所获得的情感意象评价值与模型数据进行模型训练;最后,通过二次语义差异法问卷实验验证方法的有效性。在此基础上,基于BP神经网络预测情感评价最优的产品造型,并进行第二轮用户问卷评分,以检验模型精度。该方法有助于缓解农业工具设计实践中主观需求向客观设计转化过程中存在的匹配不足问题。 展开更多
关键词 工业设计 BP神经网络 遗传算法 感性工学 电动修枝剪
在线阅读 下载PDF
基于稀疏采样与改进APF的机械臂路径规划算法
2
作者 李德基 章翔峰 +1 位作者 姜宏 马奔驰 《现代电子技术》 北大核心 2026年第2期126-132,共7页
针对机械臂在三维多障碍空间中运动规划时间长、效率低、路径计算成本高等问题,提出一种MQP-RRT^(*)算法。首先,将稀疏采样机制融入RRT^(*)算法中,通过减少重复采样,达到提高初始路径搜索效率的目的;然后,在人工势场(APF)法的原有势场... 针对机械臂在三维多障碍空间中运动规划时间长、效率低、路径计算成本高等问题,提出一种MQP-RRT^(*)算法。首先,将稀疏采样机制融入RRT^(*)算法中,通过减少重复采样,达到提高初始路径搜索效率的目的;然后,在人工势场(APF)法的原有势场计算模型中加入距离阈值因子,避免了引力过大或过小导致的达不到目标点的问题;最后,提出带有目标点连接的三角不等式剪枝策略,在重选父节点和重连接函数中,将节点的搜索范围扩展到其父节点,达到提高路径平滑度并缩短路径总长度的目的。仿真结果表明,相对于RRT^(*)算法、P-RRT^(*)算法和Q-RRT^(*)算法,所提算法的路径规划时间分别缩短了44%、56%、40%,规划路径长度分别缩短了36%、22%、25%,且在多种环境下均具有很强的稳定性。最终,通过ROCR6机械臂进行了实际环境应用实验,进一步验证了MQP-RRT^(*)算法的有效性。 展开更多
关键词 机械臂 路径规划 稀疏采样 人工势场法 剪枝策略 RRT^(*)算法
在线阅读 下载PDF
基于轻量化YOLOv5n算法的交通目标检测研究
3
作者 叶心 周斌 +2 位作者 马文丽 曹琦 谭伟 《重庆理工大学学报(自然科学)》 北大核心 2026年第1期18-26,共9页
针对交通目标检测领域的检测速度和模型精度之间的平衡问题,提出一种基于改进YOLOv5n算法的轻量化和剪枝方法。通过分析并优化YOLOv5n模型结构,形成一种有效的轻量化策略,在保持模型精度的同时大幅提升计算速度。首先对YOLOv5n网络模型... 针对交通目标检测领域的检测速度和模型精度之间的平衡问题,提出一种基于改进YOLOv5n算法的轻量化和剪枝方法。通过分析并优化YOLOv5n模型结构,形成一种有效的轻量化策略,在保持模型精度的同时大幅提升计算速度。首先对YOLOv5n网络模型进行轻量化处理,包括在主干网络(backbone)中引入轻量化网络模块GhostNet,将颈部(neck)部分中Conv模块优化为GSConv,使其卷积计算接近于标准卷积的输出,降低了计算成本,以及将头部(head)的目标框损失函数优化为EIOU Loss;然后,将改进后的模型进行训练后,对模型进行剪枝操作,使模型体积进一步压缩,并将改进后的算法模型在数据集中训练分析,改进的模型较原始模型在检测速度上提升15 fps,同时将改进的模型与主流改进方法进行对比分析;最后,通过移动实验平台进行实验验证。结果表明,在对算法进行轻量化和合适的剪枝下,提出的方法在移动实验平台交通目标检测任务中取得了显著的性能提升,平均fps为130.34,相较于原始模型提升11.3%,同时保持了mAP@0.5为83%的检测准确度。 展开更多
关键词 轻量化YOLOv5n算法 交通目标检测 模型剪枝 算法优化
在线阅读 下载PDF
基于DTA双标签分配策略的轻量化小目标检测模型
4
作者 孔李沛 赵月爱 +1 位作者 张艳 王玲 《计算机技术与发展》 2026年第3期99-108,共10页
针对航拍图像小目标检测精度低、检测实时性差以及无人机嵌入式平台计算资源受限等问题,提出一种基于DTA(Dynamic Task Alignment,动态任务对齐)双标签分配策略的轻量化小目标检测模型。首先,为了降低复杂背景信息对小目标特征的影响,用... 针对航拍图像小目标检测精度低、检测实时性差以及无人机嵌入式平台计算资源受限等问题,提出一种基于DTA(Dynamic Task Alignment,动态任务对齐)双标签分配策略的轻量化小目标检测模型。首先,为了降低复杂背景信息对小目标特征的影响,用YOLOv10的P2层替换原来的P5层,提高模型对小目标特征的学习能力;其次,为了降低模型参数量,构建轻量化Faster特征提取模块,使用FasterNet中的残差模块Fasternet Block替换C2f中的Bottleneck模块;再次,提出动态分类与定位任务对齐检测方法,旨在解决小目标特征在分类和回归任务中的不匹配问题,在提高模型检测小目标精度的同时,还能进一步降低模型的复杂度;最后,利用基于幅度的层自适应剪枝算法对模型进行全局通道剪枝,在保证模型检测精度的前提下进一步压缩模型参数量和文件大小。在Visdrone2019数据集上的实验结果表明,该模型在APT、APS和mAP上分别比Baseline提高了104%、50%、26%,参数量和模型文件体积分别降低了63%和59%,模型FPS约为148。各种数据表明该模型对小目标检测具有检测精度高、检测速度快、模型易部署等优点。 展开更多
关键词 YOLOv10 小目标检测 动态任务对齐检测头 轻量化 剪枝算法
在线阅读 下载PDF
融合骨架约束域的RRT-Connect路径规划算法
5
作者 聂铭杰 向贤宝 +3 位作者 蔡芸 蒋林 汤勃 潘艳桥 《重庆理工大学学报(自然科学)》 北大核心 2026年第1期123-131,共9页
针对RRT-Connect路径规划算法存在采样随机性强、路径点冗余及搜索效率低等问题,提出了一种融合骨架约束域的RRT-Connect路径规划算法。首先,对栅格地图进行预处理,提取骨架并生成全局骨架地图,基于给定的起始点和目标点在骨架上搜索初... 针对RRT-Connect路径规划算法存在采样随机性强、路径点冗余及搜索效率低等问题,提出了一种融合骨架约束域的RRT-Connect路径规划算法。首先,对栅格地图进行预处理,提取骨架并生成全局骨架地图,基于给定的起始点和目标点在骨架上搜索初始路径,并扩展该路径生成的骨架约束区域;其次,为降低RRT-Connect算法的采样随机性,将采样点限制在生成的骨架约束域内,并引入目标节点偏置策略;然后,为减少路径冗余点,引入启发式代价函数,选取代价值最低的节点作为扩展节点;最后,通过路径裁剪结合二次贝塞尔曲线进行路径平滑优化,通过构建不同复杂度的仿真场景和实际环境进行对比实验。实验结果表明,所提算法可以高效地生成一条无碰撞且包含初始节点与目标节点的最优路径,提升路径生成效率。 展开更多
关键词 RRT-Connect算法 骨架约束域 目标偏置 启发式代价函数 路径裁剪
在线阅读 下载PDF
基于人工势场法改进的双向RRT路径规划算法
6
作者 郏泽萌 高焕兵 王雪秋 《电子科技》 2026年第3期47-56,共10页
针对RRT(Rapidly-exploring Random Tree)算法在机器人路径规划过程存在采样点随机性高、算法效率低、路径规划时间长以及规划路径冗长等问题,文中提出一种结合人工势场法的双向RRT路径规划算法。将传统RRT算法中单向扩展方式改为由起... 针对RRT(Rapidly-exploring Random Tree)算法在机器人路径规划过程存在采样点随机性高、算法效率低、路径规划时间长以及规划路径冗长等问题,文中提出一种结合人工势场法的双向RRT路径规划算法。将传统RRT算法中单向扩展方式改为由起点和终点同时进行扩展,在节点扩展时加入人工势场法进行引导,增加节点扩展的目的性。将固定步长改换为可变步长,使随机树可以更快地向目标点扩展。对生成路径进行剪枝处理,删除路径中的冗余节点,进一步缩短路径长度。利用MATLAB仿真平台在相同环境下对比所提改进算法与RRT-Connect算法、DRRT-Connect(Dynamic Rapidly-exploring Random Tree Connect)算法、GB(Goal-Biased)-RRT算法、A^(*)算法、PRM(Probabilistic Road Map)算法的路径规划效果。仿真结果表明,所提改进算法与其他改进算法相比最短路径缩短了7%,最短搜索时间降低了65%,提高了算法的规划效率。将所提算法应用于机器人,结果证明了其具有较强可行性。 展开更多
关键词 路径规划 RRT算法 人工势场法 RRT-Connect算法 改进双向RRT算法 贪心算法 可变步长 剪枝优化处理
在线阅读 下载PDF
基于改进YOLOv5s的旋转绝缘子缺陷检测
7
作者 朱文凯 李运堂 +7 位作者 张坤 李恒杰 冯娟 金杰 章聪 陈源 李孝禄 白金鹏 《计量学报》 北大核心 2026年第2期271-282,共12页
针对航拍角度导致的水平矩形框中的绝缘子检测背景区域过大的问题,采用旋转目标框替代水平矩形框对绝缘子进行检测,构建Ghost-YOLOv5s网络,实现旋转绝缘子缺陷高精度、快速检测。将轻量化的GhostNet作为YOLOv5s主干网络,减少网络参数,... 针对航拍角度导致的水平矩形框中的绝缘子检测背景区域过大的问题,采用旋转目标框替代水平矩形框对绝缘子进行检测,构建Ghost-YOLOv5s网络,实现旋转绝缘子缺陷高精度、快速检测。将轻量化的GhostNet作为YOLOv5s主干网络,减少网络参数,提高检测速度;颈部网络采用双向特征金字塔结构,并引入可学习的通道权重进行自适应加权,加强网络浅层特征的有效复用,提高检测精度;头部网络预测模块引入旋转量,使预测框定位更精准,减少漏检,提高检测准确性;采用相对熵损失函数计算边界框回归损失,解决引入旋转量导致的损失值突变问题;添加第4检测层并聚类分析绝缘子数据集确定预测锚框尺寸,提高网络小目标检测精度;利用剪枝算法压缩模型体积,加快检测速度。实验结果表明:剪枝后的Ghost-YOLOv5s网络检测精度和速度分别为95.9%和78.6帧/s,满足绝缘子缺陷检测要求。 展开更多
关键词 绝缘子缺陷 旋转目标框 聚类分析 剪枝算法 航拍图像 轻量化
在线阅读 下载PDF
改进A^(*)算法的巡检机器人路径规划
8
作者 张本希 刘春辉 +1 位作者 艾和金 宫超 《兰州工业学院学报》 2026年第1期1-4,共4页
针对巡检机器人在传统A^(*)算法进行路径规划时存在拐点多、搜索效率低等问题,提出一种改进的A^(*)算法。首先在搜索方向上,采用迭代收缩扩展方向的动态扇区剪枝策略以降低无效节点生成;其次,融合起点与目标点之间的线性约束改进启发函... 针对巡检机器人在传统A^(*)算法进行路径规划时存在拐点多、搜索效率低等问题,提出一种改进的A^(*)算法。首先在搜索方向上,采用迭代收缩扩展方向的动态扇区剪枝策略以降低无效节点生成;其次,融合起点与目标点之间的线性约束改进启发函数;最后,利用贪心优化策略来删除路径冗余节点。仿真结果表明:改进算法在搜索时间、转折角度、遍历节点分别平均提高了67.3%、57.2%、40.7%,该算法可有效满足巡检机器人的路径规划要求。 展开更多
关键词 巡检机器人 A^(*)算法 动态扇区剪枝 线性约束 贪心优化策略
在线阅读 下载PDF
基于波形相似度的光伏电站主变压器保护研究
9
作者 叶远波 王吉文 +1 位作者 王贺 邵庆祝 《自动化与仪器仪表》 2026年第2期144-147,152,共5页
为提高光伏电站主变压器在复杂故障条件下的保护灵敏性和可靠性,通过理论建模深入分析了其在单相接地短路故障下的电流变化特性,揭示了故障电流的复杂行为及其对保护系统的影响。基于比率制动差动保护原理,探讨了差动电流与制动电流的... 为提高光伏电站主变压器在复杂故障条件下的保护灵敏性和可靠性,通过理论建模深入分析了其在单相接地短路故障下的电流变化特性,揭示了故障电流的复杂行为及其对保护系统的影响。基于比率制动差动保护原理,探讨了差动电流与制动电流的变化规律。为应对保护拒动风险,提出了一种改进的动态时间规整算法,结合级联下界剪枝、全局约束及小波变换,提升了差动电流波形的快速识别能力,从而增强了保护的灵敏性和准确性。仿真验证结果表明,逆变器控制策略对差动保护的灵敏度有显著影响,改进后的DTW算法有效减少了拒动风险,确保了光伏电站主变压器在复杂故障条件下的可靠保护。 展开更多
关键词 比率差动保护 改进的DTW算法 级联下界剪枝 小波变换 有源配电网
原文传递
Improved pruning algorithm for Gaussian mixture probability hypothesis density filter 被引量:8
10
作者 NIE Yongfang ZHANG Tao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2018年第2期229-235,共7页
With the increment of the number of Gaussian components, the computation cost increases in the Gaussian mixture probability hypothesis density(GM-PHD) filter. Based on the theory of Chen et al, we propose an improved ... With the increment of the number of Gaussian components, the computation cost increases in the Gaussian mixture probability hypothesis density(GM-PHD) filter. Based on the theory of Chen et al, we propose an improved pruning algorithm for the GM-PHD filter, which utilizes not only the Gaussian components’ means and covariance, but their weights as a new criterion to improve the estimate accuracy of the conventional pruning algorithm for tracking very closely proximity targets. Moreover, it solves the end-less while-loop problem without the need of a second merging step. Simulation results show that this improved algorithm is easier to implement and more robust than the formal ones. 展开更多
关键词 Gaussian mixture probability hypothesis density(GM-PHD) filter pruning algorithm proximity targets clutter rate
在线阅读 下载PDF
Decoding on Adaptively Pruned Trellis for Correcting Synchronization Errors 被引量:4
11
作者 Yuan Liu Weigang Chen 《China Communications》 SCIE CSCD 2017年第7期163-171,共9页
Forward-backward algorithm, used by watermark decoder for correcting non-binary synchronization errors, requires to traverse a very large scale trellis in order to achieve the proper posterior probability, leading to ... Forward-backward algorithm, used by watermark decoder for correcting non-binary synchronization errors, requires to traverse a very large scale trellis in order to achieve the proper posterior probability, leading to high computational complexity. In order to reduce the number of the states involved in the computation, an adaptive pruning method for the trellis is proposed. In this scheme, we prune the states which have the low forward-backward quantities below a carefully-chosen threshold. Thus, a wandering trellis with much less states is achieved, which contains most of the states with quite high probability. Simulation results reveal that, with the proper scaling factor, significant complexity reduction in the forward-backward algorithm is achieved at the expense of slight performance degradation. 展开更多
关键词 forward-backward algorithm non-binary synchronization errors adaptive pruning method complexity reduction
在线阅读 下载PDF
Application of Pruning Algorithm on Voice Service Platform of Cow Disease Diagnosis Expert System 被引量:1
12
作者 WANG Lishu 《Journal of Northeast Agricultural University(English Edition)》 CAS 2009年第4期47-51,共5页
Expert System (ES) is considered effective and efficient in agricultural production, as agricultural informationization becomes a main trend in agricultural development. ES, however, is applied unsatisfactorily in m... Expert System (ES) is considered effective and efficient in agricultural production, as agricultural informationization becomes a main trend in agricultural development. ES, however, is applied unsatisfactorily in most rural areas of China and it has considerably affected and restricted the development of the agricultural informationization. This paper proposed a solution to voice service system of ES, which was suitable for the information transmission, and it especially could help the peasants in remote regions obtain knowledge from ES through the voice service system. As for the disadvantages of massive knowledge data and slow deduction, in this system the classification method could be adopted based on the decision tree. Designing pruning algorithm to "trim off" the unrelated knowledge to the users in query course would simplify the structure of the decision tree and accelerate the speed of deduction before the inference engine deduced the knowledge required by users. 展开更多
关键词 pruning algorithm voice service platform cow disease Expert System
在线阅读 下载PDF
Path Planning for Robotic Arms Based on an Improved RRT Algorithm 被引量:2
13
作者 Wei Liu Zhennan Huang +1 位作者 Yingpeng Qu Long Chen 《Open Journal of Applied Sciences》 2024年第5期1214-1236,共23页
The burgeoning robotics industry has catalyzed significant strides in the development and deployment of industrial and service robotic arms, positioning path planning as a pivotal facet for augmenting their operationa... The burgeoning robotics industry has catalyzed significant strides in the development and deployment of industrial and service robotic arms, positioning path planning as a pivotal facet for augmenting their operational safety and efficiency. Existing path planning algorithms, while capable of delineating feasible trajectories, often fall short of achieving optimality, particularly concerning path length, search duration, and success likelihood. This study introduces an enhanced Rapidly-Exploring Random Tree (RRT) algorithm, meticulously designed to rectify the issues of node redundancy and the compromised path quality endemic to conventional RRT approaches. Through the integration of an adaptive pruning mechanism and a dynamic elliptical search strategy within the Informed RRT* framework, our algorithm efficiently refines the search tree by discarding branches that surpass the cost of the optimal path, thereby refining the search space and significantly boosting efficiency. Extensive comparative analysis across both two-dimensional and three-dimensional simulation settings underscores the algorithm’s proficiency in markedly improving path precision and search velocity, signifying a breakthrough in the domain of robotic arm path planning. 展开更多
关键词 Robotic Arm Path Planning RRT algorithm Adaptive Pruning Optimization
在线阅读 下载PDF
DOBD Algorithm for Training Neural Network: Part I. Method 被引量:1
14
作者 吴建昱 何小荣 《过程工程学报》 CAS CSCD 北大核心 2002年第2期171-176,共6页
Overfitting is one of the important problems that restrain the application of neural network. The traditional OBD (Optimal Brain Damage) algorithm can avoid overfitting effectively. But it needs to train the network r... Overfitting is one of the important problems that restrain the application of neural network. The traditional OBD (Optimal Brain Damage) algorithm can avoid overfitting effectively. But it needs to train the network repeatedly with low calculational efficiency. In this paper, the Marquardt algorithm is incorporated into the OBD algorithm and a new method for pruning network-the Dynamic Optimal Brain Damage (DOBD) is introduced. This algorithm simplifies a network and obtains good generalization through dynamically deleting weight parameters with low sensitivity that is defined as the change of error function value with respect to the change of weights. Also a simplified method is presented through which sensitivities can be calculated during training with a little computation. A rule to determine the lower limit of sensitivity for deleting the unnecessary weights and other control methods during pruning and training are introduced. The training course is analyzed theoretically and the reason why DOBD algorithm can obtain a much faster training speed than the OBD algorithm and avoid overfitting effectively is given. 展开更多
关键词 DOBD算法 人工神经网络 研究方法
在线阅读 下载PDF
DOBD Algorithm for Training Neural Network: Part II. Application 被引量:1
15
作者 吴建昱 何小荣 《过程工程学报》 CAS CSCD 北大核心 2002年第3期262-267,共6页
In the first part of the article, a new algorithm for pruning networkDynamic Optimal Brain Damage(DOBD) is introduced. In this part, two cases and an industrial application are worked out to test the new algorithm. It... In the first part of the article, a new algorithm for pruning networkDynamic Optimal Brain Damage(DOBD) is introduced. In this part, two cases and an industrial application are worked out to test the new algorithm. It is verified that the algorithm can obtain good generalization through deleting weight parameters with low sensitivities dynamically and get better result than the Marquardt algorithm or the cross-validation method. Although the initial construction of network may be different, the finial number of free weights pruned by the DOBD algorithm is similar and the number is just close to the optimal number of free weights. The algorithm is also helpful to design the optimal structure of network. 展开更多
关键词 DOBD算法 人工神经网络 应用研究
在线阅读 下载PDF
Evaluation of the Use of Minimax Search in Connect-4—How Does the Minimax Search Algorithm Perform in Connect-4 with Increasing Grid Sizes?
16
作者 Abdoul Wahab Touré 《Applied Mathematics》 2023年第6期419-427,共9页
As computers have become faster at performing computations over the decades, algorithms to play games have also become more efficient. This research paper seeks to see how the performance of the Minimax search evolves... As computers have become faster at performing computations over the decades, algorithms to play games have also become more efficient. This research paper seeks to see how the performance of the Minimax search evolves on increasing Connect-4 grid sizes. The objective of this study is to evaluate the effectiveness of the Minimax search algorithm in making optimal moves under different circumstances and to understand how well the algorithm scales. To answer this question we tested and analyzed the algorithm several times on different grid sizes with a time limit to see its performance as the complexity increases, we also looked for the average search depth for each grid size. The obtained results show that despite larger grid sizes, the Minimax search algorithm stays relatively consistent in terms of performance. 展开更多
关键词 MINIMAX Alpha-Beta Pruning Connect-4 algorithms
在线阅读 下载PDF
Neural Network Pruning Algorithm with Penalty OBS Process
17
作者 MENGJiang WANGYao-cai LIUTao 《Journal of China University of Mining and Technology》 EI 2005年第1期52-55,共4页
Aimed at the great computing complexity of optimal brain surgeon (OBS) process, a pruning algorithm with penalty OBS process is presented. Compared with sensitive and regularized methods, the penalty OBS algorithm not... Aimed at the great computing complexity of optimal brain surgeon (OBS) process, a pruning algorithm with penalty OBS process is presented. Compared with sensitive and regularized methods, the penalty OBS algorithm not only avoids time-consuming defect and low pruning efficiency in OBS process, but also keeps higher generalization and pruning accuracy than Levenberg-Marquardt method. 展开更多
关键词 GENERALIZATION neural network pruning algorithm penalty method optimal brain surgeon CLC number:TP 183
在线阅读 下载PDF
基于剪枝算法优化的轻量级深度学习网络算法
18
作者 仇丹丹 《计算机科学》 北大核心 2025年第S2期194-200,共7页
随着目前计算机技术的不断发展,很多计算机技术都使用了智能算法来提高自身的智能化水平。其中,轻量化深度学习网络算法是使用频率较高的一种,很多领域中都使用了该算法来提高自身的生产效率。但现在的轻量级深度学习网络算法还存在算... 随着目前计算机技术的不断发展,很多计算机技术都使用了智能算法来提高自身的智能化水平。其中,轻量化深度学习网络算法是使用频率较高的一种,很多领域中都使用了该算法来提高自身的生产效率。但现在的轻量级深度学习网络算法还存在算法规模大、特征提取效果差等缺点。为了解决上述问题,文中以深度网络学习算法中的一维卷积神经网络算法为研究对象,利用剪枝算法对卷积神经网络算法进行轻量化设计,以期优化算法的性能。首先将轻量化后的卷积神经网络算法与传统的算法进行对比,结果显示,轻量化算法的速度提升了近3倍,达到了3.7 bps,与此同时,算法的存储需求和能源消耗大幅度降低,能源消耗仅有12.3%。然后,将剪枝算法轻量化后的卷积神经网络学习算法与其他轻量化算法进行对比,结果表明,该算法对不同数据的平均检测精度均为95%以上,远高于其他算法,该算法的特征提取效果也显著优于其他算法,且该算法的运行耗时仅需4.98 ms,远低于其他算法。由上述结果可知,所提出的剪枝算法轻量化设计方法可以提高深度学习网络算法的各项性能。 展开更多
关键词 深度学习网络算法 剪枝算法 轻量化 卷积神经网络
在线阅读 下载PDF
融合属性编码与集成学习的混合推荐算法
19
作者 邱宁佳 董伟杰 《计算机工程与设计》 北大核心 2025年第2期508-514,共7页
为解决传统推荐算法对用户与物品的基础属性信息利用不充分,以及使用单一推荐算法导致推荐模型表达能力不足的问题。提出一种融合属性编码与集成学习的混合推荐算法。利用轻量的梯度提升机算法对用户与物品的基本属性信息进行融合编码处... 为解决传统推荐算法对用户与物品的基础属性信息利用不充分,以及使用单一推荐算法导致推荐模型表达能力不足的问题。提出一种融合属性编码与集成学习的混合推荐算法。利用轻量的梯度提升机算法对用户与物品的基本属性信息进行融合编码处理,丰富数据特征多样性;将线性算法与非线性算法混合作为基本模型,采用袋装的方式进行集成,提高算法模型推荐效果。实验结果表明,该混合推荐算法在多个评估标准上相比传统算法均有改善和提升。 展开更多
关键词 混合推荐算法 集成学习 特征编码 特征融合 特征剪枝 自助采样 并行训练
在线阅读 下载PDF
基于相关性剪枝神经网络的配电变压器故障检测
20
作者 王武 《电气开关》 2025年第5期85-87,92,共4页
配电变压器故障诊断对电力系统安全平稳运行具有重要意义。提出一种基于相关性剪枝神经网络的配电变压器故障检测方法,有效解决传统神经网络隐结点难以设计的突出困难。给出了神经网络隐节点的相关性分析和剪枝算法实现流程。通过挖掘... 配电变压器故障诊断对电力系统安全平稳运行具有重要意义。提出一种基于相关性剪枝神经网络的配电变压器故障检测方法,有效解决传统神经网络隐结点难以设计的突出困难。给出了神经网络隐节点的相关性分析和剪枝算法实现流程。通过挖掘配电变压器故障状态数据,形成神经网络训练样本。神经网络训练和学习算例,所设计的神经网络模型能够充分表达输入与输出映射关系,相关性剪枝算法能够提高网络学习训练效率,提高故障检测效率。 展开更多
关键词 配电变压器 故障诊断 神经网络 剪枝算法
在线阅读 下载PDF
上一页 1 2 20 下一页 到第
使用帮助 返回顶部