IGMRES(m)算法,IGMRES(m) algorithm
1)IGMRES(m) algorithmIGMRES(m)算法
英文短句/例句

1.Parallel Preconditioned IGMRES(m) Algorithm of Program-iteration Pattern Fast Multipole BEM规划-迭代型多极边界元法的并行预处理IGMRES(m)算法
2.Design of Parallel IGMRES(m) Algorithm in Multipole Boundary Element Method多极边界元法中并行IGMRES(m)算法设计
3.Improved parallel ORTHOMIN(m) algorithm改进的并行ORTHOMIN(m)算法
4.The Lattice Path for Embedded Markov Chain of M/M/1 Queuing SystemM/M/1排队系统嵌入Markov链瞬态解的格路径算法
5.Iterative Algorithms for M-matrix and Its ‖A~(-1)‖_∞;M-矩阵及其‖A~(-1)‖_∞计算的迭代算法
6.Heuristic Methods for Computing the Minimal Multi-homogenous Bézout Number;计算最小m—齐次Bézout数的启发式算法
7.Fast decision procedure and algorithm of nonsingular M matrix;非奇异M矩阵的快速判定方法及算法
8.Study on Reference Picture Selection Algorithm Based on AVS-M;基于AVS-M标准的参考帧选择算法研究
9.Research on m*n Different Ordinal Scheduling Algorithm;m*n不同顺序工件排序算法的研究
10.AVS-M Coding Algorithms Optimization and Its Implementation on DSP;AVS-M编码算法优化及DSP上实现
11.Research on Inter Prediction in AVS-M;基于AVS-M的帧间预测算法研究
12.M-DFS:A DFS Algorithm to Solve Maze Problem;M-DFS:求解迷宫问题的DFS算法
13.Incomplete LU-decomposition of Symmetric M-matrix;浅析对称M矩阵的不完全LU分解算法
14.M-SVM algorithm for the oil detectionM-SVM算法在石油检测中的应用
15.Improved algorithm of cluster head multi-hops based on LEACHLEACH协议的簇头多跳(LEACH-M)改进算法
16.A Compound Chaos Sequence Encryption Algorithm Combined with the m-Seqence Perturbation结合m-序列扰动的复合混沌加密算法
17.The Research and Realization of Parallel Predictor-Corrector GMRES(m) Algorithm in Krylov SubspaceKrylov子空间上并行预校GMRES(m)算法的研究
18.GF(3~m)-ECC Algorithm and Its Software ImplementationGF(3~m)-ECC算法及其软件实现
相关短句/例句

M&M algorithmM&M算法
1.This paper is based on the DVB-C standard,the feedback loop is adopted to realize symbol synchronization,in which the M&M algorithm is choosing into the timing error detector.根据DVB-C标准,采用反馈环路实现符号同步,其中时钟误差检测器选择M&M算法。
3)L-M algorithmL-M算法
1.A combined neural network fuzzy controller based on L-M algorithm;一种基于L-M算法的组合神经网络模糊控制器
2.Application of L-M algorithm with N-W method in fault diagnosis of transformer;结合N-W方法的L-M算法在变压器故障诊断中的应用
3.The L-M algorithm was employed in the BP neuron network through the comparison of three different kinds of algorithms, and the effects of factors, such as the content of volatile matter(Vdaf) in raw coals, the ratio of H and C (H/C) in coal chars, pyrolysis temperature, heating rate and gasification temperature, on the prediction error of BP neuron network were investigated.通过三种算法的比较,采用BP神经网络的L-M算法,分析煤的制焦终温与制焦升温速率、气化反应温度、Vdaf和煤焦H/C原子比等不同因子对煤焦气化反应速率模型预测精度的影响,建立了基于Matlab下神华大柳塔单煤种四因子和神华-兖州双煤种五因子煤焦高温气化反应速率神经网络预测模型,得到比较满意的结果,其相对误差分别是0。
4)levenberg-marquardt algorithmL-M算法
1.An artificial neural network(ANN) using Levenberg-Marquardt algorithm for network training is presented to diagnose faults in turbine generator set equipment.就BP网络的不足,提出了一种改进的BP神经网络模型,并使用L-M算法用于汽轮发电机组故障的诊断。
2.Levenberg-Marquardt algorithm is involved in training BP neural network weights.将AHP法与改进的BP神经网络相结合建立了供应链合作伙伴选择模型,并使用L-M算法对神经网络权值进行训练,实现了对供应商的多标准评价;所用的评价指标体系选取全面,适用于多种类型的供应链合作伙伴选择。
3.In the end,network is trained and forecasted by Levenberg-Marquardt algorithm.然后建立三层BP神经网络模型,并采用L-M算法进行网络训练与预测,实现公寓的负载识别功能。
5)L-M arithmeticL-M算法
1.Second,L-M arithmetic that is improved train arithmetic of BP network is used.本文首先设计了一种比较新型的基于神经网络的模糊控制器,然后使用了一种改进的BP网络训练算法L-M算法,最后对训练好的控制器进行仿真实验,实验中加入了一个稳态参数,实验结果表明其具有较好的控制性能。
6)M-algorithmM算法
1.Design Consideration of M-algorithm Based Joint Trellis Decoder and Equalizer for 1000 BASE-T Gigabit Ethernet Transceiver;基于M算法的1000 BASE-T千兆以太网收发器联合解码均衡器实现研究
延伸阅读

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