LMBP算法,LMBP algorithm
1)LMBP algorithmLMBP算法
1.Solution of Drazin’s inverse matrix based on LMBP algorithm;基于LMBP算法的Drazin矩阵逆的求解
2.Research and simulation on the improved LMBP algorithm with improved convergence speed;改进LMBP算法收敛速度的方法研究及仿真
3.In the investigation,a numerical hydrodynamic model was established based on the LMBP algorithm of neural network theory.首先根据已有的单控制机构(迫沉水翼或双尾推进器)作用下拖曳体的拖曳水池样机二维试验数据作为训练样本,采用LMBP算法,建立起基于神经网络理论的自主稳定可控制水下拖曳体水动力数值模型,以此为工具分析在两种控制机构联合操纵下拖曳体的三维水动力特性。
英文短句/例句

1.Fault Diagnosis of Diesel Injector Using Levenberg-Marquardt Back Propagation Algorithm基于LMBP算法的柴油机喷油器故障诊断
2.Regular fuzzy grammatical inference based on LMBP algorithm of neural network基于神经网络LMBP算法的正则模糊文法推导
3.The Improvements of LMBP Algorithm and Its Application in CNPDGS Modeling;改进的LMBP算法在组合式非周期缺陷接地结构建模中的应用
4.Application of LMBP predictive model in international construction claims;LMBP预测模型在国际工程索赔上的应用
5.Prediction Model for Red Tide at Yantai Sishili Bay Based on LMBP Algorithm基于LMBP的烟台四十里湾赤潮预测模型
6.Internal Model Control Based on LMBP Neural Network for the Polymerization Reaction;LMBP神经网络内模控制在聚合反应中的应用
7.Temperature Compensation of Vibrating-wire Sensor Based on LMBP Neural Network基于LMBP神经网络的振弦式传感器温度补偿
8.Recognition of underwater acoustic targets based on vector sensor and LMBPNN基于矢量传感器和LMBP神经网络的水声目标识别
9.Theory and Application Research of the Method Based on the Combination of the Dynamic Diagnosis and LMBP Network;基于LMBP网络的工程结构动力检测理论及应用研究
10.The Study of DMC Catalyst Distillation System Based on the LMBP Neural Network基于LMBP神经网络的催化精馏合成碳酸二甲酯的研究
11.Computational Methods and Algorithmic Language计算方法和算法语言
12.Computational Method & Algorithmic Language计算方法与算法语言
13.primary algorithm基本算法,初等算法
14.The Relationship between LBRMS Algorithm and GBMS Algorithm;LBRMS算法与GBMS算法的联系
15.Principles of Computer & Algorithm计算机原理与算法语言
16.Computer Principle and ALGOL计算机原理算法语言
17.Algorithmic Language & Computers Practise算法语言与计算机操作
18.equilibrium point algorithm for computing计算中的平衡点算法
相关短句/例句

the improved LMBP algorithm改进的LMBP算法
3)Levenberg-Marquard(LMBP) algorithm递归神经网络算法(LMBP)
4)LMBP Neural NetworkLMBP网络
1.Efficiency Evaluation of Anti-aircraft Missile Based on the LMBP Neural Network;基于LMBP网络的防空导弹武器系统效能评估模型
5)Improved LMBP Algorithm改进LMBP
6)LMBP neural networkLMBP神经网络
1.Then characteristics were obtained by relevant processing,and the LMBP neural network was input to carry on the training.采用小波分解的改进方法,运用二维离散小波变换进行分解,有效地从图像中提取信息,分析织物的纹理特征并进行相应处理,实现目标图像的特征提取和输入LMBP神经网络进行学习训练。
2.The method of efficiency evaluation of the large area air defense information attack maneuver based on the LMBP neural network is introduced.对应用LMBP神经网络解决大区域防空信息进攻作战效能评估的方法问题进行了探讨,给出了神经网络的算法及评估模型。
3.A new fault prediction method based on LMBP neural network is presented,and its application to the fault prediction of a gyro is discussed.利用具有二阶收敛效应的Levenberg-M arquardt(L-M)算法优化BP的权值修正量,提出了一种快速收敛的LMBP学习算法,给出了基于LMBP神经网络的故障预报方法,并应用于某陀螺仪的故障预报。
延伸阅读

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