算法集成,algorithm integration
1)algorithm integration算法集成
1.The research of segmented self-adaptive road detection technique based on algorithm integration is presented,in ad- dition to the system flow and frame.视觉辅助导航系统要求具有很高的稳定性和实时性,而车辆行驶过程中道路场景会发生变化,目前常用的道路检测算法难以保证在各种道路环境下都有很好的检测性能,迫切需要研究能够跟踪道路场景变化的自适应道路检测技术;提出了基于算法集成分段自适应道路检测系统,给出了系统流程及结构;实验结果表明,该方法具有自适应性强、算法设计简便、实现成本低等优点,具有很高的实用意义。
英文短句/例句

1.Knowledge Acquisition for Fault Diagnosis Based on the Integration of Genetic Algorithm and Rough Set粗糙集和遗传算法集成的故障诊断知识获取
2.New algorithm integration model applicable for computer aided engineering新的适于计算机辅助工程的算法集成模型
3.Agent-based Web services integration model and algorithm基于Agent的Web服务集成模型与集成算法
4.A fast algorithm for mining maxmum frequent itemsets;基于集合运算的最大频繁项目集生成算法
5.Using Parallel Hyperplanes to Partition Training Set for Ensemble Learning基于训练集平行分割的集成学习算法研究
6.Research on Routing Algorithms for VLSI Circuits;超大规模集成电路若干布线算法研究
7.The Implementation Cost Estimation Approach Research on B&K Group;百科集团ERP实施成本估算方法研究
8.Study on Maximum Independent Set Problem and Its Grown-Up Algorithm;最大独立集问题及其成长算法的研究
9.The Compare Research and ASIC Implementation on Lie Detection Algorithms;测谎算法比较研究及其ASIC集成实现
10.The Research of Ensemble Learning Based on Particle Swarm Optimization Algorithm;基于粒子群优化算法的集成学习研究
11.Study on Bagging Trees Integration Algorithm Based on Block Bootstrap Technology;基于块状bootstrap技术的Bagging Trees集成算法研究
12.Integrated intelligent and adaptive algorithm for freight transportation prediction集成智能自适应货运量预测算法研究
13.Integration of Hopfield neural network based on genetic algorithms基于遗传算法的Hopfield神经网络集成
14.Rapidly Generating Algorithm for Minimum Test Case Set on MC/DCMC/DC最小测试用例集快速生成算法
15.Document Cluster Ensemble Algorithms Based on Matrix Spectral Analysis基于矩阵谱分析的文本聚类集成算法
16.Two Spectral Algorithms for Ensembling Document Clusters解决文本聚类集成问题的两个谱算法
17.Research on Algorithm of Formation and Time Management of Clustered Federation集群联邦的形成及时间管理算法研究
18.MSFS Integrated Schedule Algorithm on High Performance Interconnection Networks高性能互连网络中的MSFS集成调度算法
相关短句/例句

integrated algorithm集成算法
1.The integrated algorithm can connect crude oil blending linear model,order-oriented short-term scheduling model,nonlinear blending model of products oil and inventory management model together.该集成算法从订单的实际需求出发,以全厂产量平衡的标准工艺流程为纽带,实时在线计算出所需各种中间油品、各种原油在满足实际需求下的流量及库存变化情况。
2.As a new integrated algorithm,it appears general and efficient in every line-generating.在分析传统的Bresenham画线算法及直线扫描转换的具体要求后,为避开传统算法对整条线段逐点计算、判别的弊端,提出以Bresenham算法为基础,充分利用直线的对称性、方向性和扫描转换的分段性,设计了一种更具一般性、高效率的直线生成集成算法,提高了各类直线的生成速度。
3.An integrated algorithm is proposed which embeds adaptively DFP into the inner iteration of the trust region bundle method and makes the best use of the global convergence of the bundle method and the local fast convergence of the DFP.对于一类一主多从两层非光滑优化问题,提出了将置信域束法和变尺度法结合起来的一种集成算法。
3)Integration algorithm集成算法
1.Study on Bagging Trees Integration Algorithm Based on Block Bootstrap Technology;基于块状bootstrap技术的Bagging Trees集成算法研究
4)ensemble algorithm集成算法
1.ε-insensitive support vector regression ensemble algorithm based on improved Adaboost;一种改进的支持向量回归集成算法
2.Ensemble algorithms for training support vector machine based on the double disturbance mechanism;为了有效提升支持向量机的泛化性能,提出两种集成算法对其进行训练。
5)synthesize integrated algorithm综合集成算法
6)routing algorithm integration路由算法集成
1.Concepts and ideas of energy-consuming balance,tem-porary link/route and routing algorithm integration were presented.综述了AdHoc网络的基本概念、原理、特点、研究现状和相关研究问题,提出了能耗平衡、瞬态链路/路由、路由算法集成等概念和思想,给出了优化路由选择的数学模型,在此基础上提出了我们自己的基于代价优化、能耗平衡、综合考虑链路状况的优化的路由算法,该算法可以显著提高网络的性能及增加结点和网络的寿命。
延伸阅读

BP算法分子式:CAS号:性质:又称逆推学习算法,简称BP算法,是1986年鲁梅哈特(D. E. Rumelhart)和麦克莱朗德(J. L. McClelland)提出来的。用样本数据训练人工神经网络(一种模仿人脑的信息处理系统),它自动地将实际输出值和期望值进行比较,得到误差信号,再根据误差信号从后(输出层)向前(输入层)逐层反传,调节各神经层神经元之间的连接权重,直至误差减至满足要求为止。反向传播算法的主要特征是中间层能对输出层反传过来的误差进行学习。这种算法不能保证训练期间实现全局误差最小,但可以实现局部误差最小。BP算法在图像处理、语音处理、优化等领域得到应用。