1)  block algorithm
块算法
1.
In the paper,the expressing of signal on ARM and block algorithm based on FIR filter is discussed in detail.
以FIR(finite impulse response)滤波器为例,讨论了块FIR滤波器算法,ARM可以通过块算法实现DSP算法功能。
2)  block algorithm
分块算法
1.
A block algorithm of 3 ̄n-th degree matrix multiplication;
3~n阶矩阵乘法的分块算法
3)  mode algorithm
模块算法
4)  chunking
选块算法
1.
And then I will optimize the arithmetic of support vector machine, using the effective constrain method for quadratic programming, and based on the theory of chunking arithmetic in support vector mach.
首先,在支持向量机的求解算法上做了优化,利用求解二次规划的有效集方法和求解支持向量机的选块算法理论推导出了一元选块算法,并将该算法应用于本文的所有支持向量机的求解过程中,得到了较佳的运算效果。
5)  parallel blocking algorithm
并行块算法
1.
In the parallel solvers of generalized dense symmentric eigenproblems, construction of parallel blocking algorithm can be applied to the Choleski Decomposition of a positive definite matrix, reducing a symmetric matrix to tridiagonal form and back-translation operation of a symmetric matrix.
在广义稠密对称矩阵特征问题并行求解器中,并行块算法的构造可应用到正定对称矩阵的Choleski分解、对称矩阵的三对角化和回代转化(back-transiation)操作中。
6)  Free Rectangle Algorithm
空闲块算法
1.
Considering the particularity of the picture makeup problem, we use Free Rectangle Algorithm to describe the free space of print papers.
本文针对排版问题的特殊性,在几何数据结构上,采用空闲块算法描述复杂的套裁方式;在优化算法上,使用模拟退火算法进行迭代。
参考词条
补充资料:BP算法
分子式:
CAS号:

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

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