搜索资源列表
一个非常优秀的BP神经网络源程序
- 一个应用matlab的非常优秀的BP神经网络源程序-Matlab Application of a very good source of BP neural network
bp
- 用BP神经网络的初步级应用实现 电机故障诊断-BP neural network with the initial level of motor fault diagnosis applications
BP
- BP神经网络在股票预测中的应用研究 硕士毕业论文-BP neural network prediction in the stock Master' s Thesis Research
mytest
- 人脸识别的matlab程序,bp神经网络的应用-Face recognition matlab program, bp neural network applications
BP
- BP神经网络在预测方面的应用(源代码实例程序)-BP neural network program source code examples
GA-BP神经网络应用实例之MATLAB程序
- 使用MATLAB编写的GA-BP神经网络,可进行多组数据处理 % gap.xls中存储训练样本的原始输入数据 37组 % gat.xls中存储训练样本的原始输出数据 37组 % p_test.xls中存储测试样本的原始输入数据 12组 % t_test.xls中存储测试样本的原始输出数据 12组(MATLAB implementation of the GA-BP neural network,% gap.xls stored in the training sample of the
BP神经网络的非线性系统建模——非线性函数拟合
- 在工程应用中经常会遇到一些复杂的非线性系统,这些系统状态方程复杂,难以用数学方 法准确建模。在这种情况下,可以建立 BP 神经网络表达这些非线性系统。该方法把未知系统看成是一个黑箱,首先用系统输入输出数据训练 BP 神经网络,使网络能够表达该未知函数,然后用训练好的 BP 神经网络预测系统输出 。(In engineering applications, some complicated nonlinear systems are often encountered. The equations
BP神经网络L_M优化算法在地下水动态预测中的应用
- BP神经网络L_M优化算法在地下水动态预测中的应用(Application of BP neural network L_M optimization algorithm in groundwater dynamic prediction)
BP神经网络程序
- 是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。(It is a multilayer feedforward network trained by error backpropagation algorithm, and is one of the most widely used neural network models. BP networks can learn a
BP神经网络在大型斜拉桥工控制中的应用研究
- 研究BP神经网络在实际生活的应用,对其中的一个参数抽取样本仿真。(The application of BP neural network in real life is studied, and the sample simulation of one parameter extraction is studied.)
BP神经网络的拓扑优化算法
- BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络(BP neural network is a concept put forward by scientists from Rumelhart and McClelland in 1986. It is a multilayer feedforward neural network traine
BP神经网络设计程序实例
- 用BP神经网络解决凸优化问题,应用MALAB,取得较好的效果(BP neural network is used to solve convex optimization problems, and MALAB is applied to achieve better results)
BP
- 应用BP神经网络进行实际问题的应用,期望与实际的对比(the application of BP neural network to solve practical problems)
chapter3
- 基于遗传算法的bp神经网络的研究与应用(Research and application of BP neural network based on genetic algorithm)
基于BP网络的个人信贷信用评估
- BP神经网络的matlab应用算例,个人信贷信用评估(An example of the Matlab Application of BP neural network, personal credit evaluation)
BP神经网络
- BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络。(BP (back propagation) neural network was founded in 1986 by Rumelhart and McClelland, led by the scientists put forward the concept of error backwa
BP ppt
- 这个PPT中含有BP神经网络的讲解以及应用,有助于深入了解(The explanation and application of the BP neural network in this PPT will help us to get a deep understanding of it.)
BP
- BP网络是通过输入层到输出层的计算来完成的。多于一层的隐含层虽然能在速度上提高网络的训练,但是在实际应用中需要较多的训练时间,而训练速度可以用增加隐含层节点个数来实现,因此在应用BP神经网络进行预测时,选取只有一个隐含层的三层BP神经网络就足够了。(The BP network is completed through the calculation of the input layer to the output layer. Although the hidden layer of more
基于BP网络的个人信贷信用评估
- 这是一个BP神经网络在个人信贷评估方面应用的一个实例,有程序代码。适合初学者(This is an example of the application of BP neural network in personal credit evaluation, with program code.)
GABP
- 使用遗传算法优化BP神经网络的权值和阈值。BP神经网络是一种按照误差逆向传播算法训练的多层前馈神经网络,是应用最广泛的神经网络。(Genetic algorithm is used to optimize the weights and thresholds of BP neural network. BP neural network is a kind of multilayer feedforward neural network trained according to the erro