说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 分而治之算法
1)  divide and conquer algorithm
分而治之算法
2)  divide and conquer method
分而治之法
1.
To numerically implement the method,two linear algorithms are executed in a serial mode,which are the bisection method with inverse iteration and the divide and conquer method.
在串行模式下,采用了求特征值的二分法结合求特征向量的反迭代法和分而治之法两种不同方法来数值实现典则TSVD方法,并对两种方法分别求典则TSVD解所需的时间进行了比较,说明二分法结合反迭代法能更有效地数值实现典则TSVD方法。
3)  Evolutionary Divide and Conquer
进化的"分而治之"算法
4)  "divide and conquer" principle
"分而治之"法则
5)  divide-and-conquer
分而治之
1.
Recursive is a kind of programming technique which can realize the divide-and-conquer method naturally.
递归是一种自然地实现分而治之解决问题的编程技术。
6)  divide and conquer
分而治之
1.
Study and Applications of divide and conquer algorithm in spatial overlay analysis
空间叠加分析中的分而治之算法研究与应用
2.
They are null space parallel algorithm , Greville parallel algorithm and divide and conquerparallel algorithm.
它们是零空间并行方法,Greville 并行算法和分而治之并行算法。
3.
We conduct four significant experiments on the public data OHSUMED with the divide and conquer search ranking model, an
该算法可以获得更加可靠的查询词之间的潜在联系,基于这种潜在联系,本文进而提出一种新颖的基于查询词聚类的信息检索系统排序模型,并对查询词采用分而治之的训练方法,其要点是将查询词分为多个训练模型分别进行排序学习。
补充资料:BP算法
分子式:
CAS号:

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

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条