构造算法,construction algorithm
1)construction algorithm构造算法
1.A construction algorithm for the incomplete optimized OOC based on the multi-length OOC theory is presented.文章在复合长度光正交码(Multi-length-OOC)的理论研究基础上,提出了一种基于Multilength-OOC理论的不完全优化光正交码构造算法;借助计算机仿真设计,得到了一组光正交码;仿真结果表明,基于Multi-length-OOC的构造算法的可行性与准确性。
2.An LDPC code structure using cyclic shift matrices and an efficient LDPC code construction algorithm using the character- istic matrices is proposed.本文研究了一种基于循环移位矩阵结构的LDPC码,提出了一种高效的基于特征矩阵的LDPC码构造算法
3.The construction algorithm avoids iterative process of typical gradi.文章针对前馈网络的特点,提出了一种网络构造算法
英文短句/例句

1.The Research on Constructing Non-Dominated Set in Multi-Objective Genetic Algorithm;多目标遗传算法中非支配集构造算法的研究
2.Construction Algorithm of Virtual Backbone in Mobile Ad Hoc Network;移动自组网虚拟主干网构造算法研究
3.The Optimizal Path Building Algorithm with the Policy Constraints;优化的带有策略约束的路径构造算法
4.Forming Heuristics for Non symmetrical Traveling Salesman Problem;非对称距离的旅行商问题的构造算法
5.A Study and Application of Learning Bayesian Network from Data Approach Based on PCA基于PCA的贝叶斯网络构造算法与应用
6.Increment Construction Algorithm for Concept Lattice Based on Maximal Concept基于最大概念的概念格增量构造算法
7.Optimizing routing tree algorithm of wireless sensor networks无线传感器网络优化路由树构造算法
8.Construction Algorithm of Bipartite Graphs for Right Regular Erasure Codes右边正则纠删码中二部图的构造算法
9.Constructing Approximate Hermite Interpolation Algorithm;构造近似的Hermite插值算法
10.Application of the Thought of Newton Method in Algorithm Construction;牛顿法的构造思想在算法构造中的应用
11.Construction Method for Decision Tree Based on FP_Tree Algorithm一种基于FP_Tree算法的决策树构造方法
12.The Building of Runge-Kutta in Four Step Order Method of the First Category一类四阶Runge-Kutta法算法的构造
13.AN ACCELERATIVE ESCAPE TIME ALGORITHM FOR CONSTRUCTING JULIA SET IMAGE用加速逃逸时间算法构造Julia集图形
14.Research on Chaos Based Encryption Algorithm and Hash Function Construction;混沌加密算法和Hash函数构造研究
15.Research on the Construction of Real Head Model for EEG and MEG;脑电磁数值计算模型构造方法的研究
16.Chinese Text Classification Based on Structural Covering Algorithm;基于构造性覆盖算法的中文文本分类
17.The Construction of Multi-Objective Differential Evolution Algorithms and Its Application;多目标差分演化算法的构造及其应用
18.The Legal Control Institutions on the Credit Risks of Securities Settlement;论证券结算信用风险控制之法律构造
相关短句/例句

constructing algorithm构造算法
1.A Constructing Algorithm of Message Digests Based on Graphs Isomorphism and One-Way Permutation;一种基于图同构和单向置换的报文摘要构造算法
3)Algorithmic construction算法构造
4)self-constructing algorithm自构造算法
5)Incremental Algorithm for Constructing Voronoi Diagram量构造算法
6)branch simulating algorithm枝条构造算法
延伸阅读

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