搜索资源列表
-
0下载:
这是cmu大学的一个研究小组编写的神经网络中反向传播算法的源代码,很有参考价值。-This is a university research group to prepare the neural network back-propagation algorithm source code of great reference value.
-
-
0下载:
bp反向传播算法,用c++编写,用于航空运输预测问题.-bp back-propagation algorithm, using c prepared for the Air Transport prediction.
-
-
0下载:
用人工神经网络实现异或的功能。用反向传播算法(BP)来实现神经网络,正确率可以达到80% -using artificial neural network XOR functions. With back-propagation algorithm (BP) to achieve neural network, can achieve an accuracy rate of 80%
-
-
0下载:
反向传播算法源码反 向传播算法源码反向传播算法源码-back-propagation algorithm source back-propagation algorithm source code
-
-
0下载:
这是反向传播算法的C++程序,对于研究BPNN的人来说,具有很好的参考价值-This is the back-propagation algorithm C program for studying the BPNN people, have a good reference value
-
-
0下载:
每一个训练范例在网络中经过两遍传递计算:一遍向前传播计算,从输入层开始,传递各层并经过处理后,产生一个输出,并得到一个该实际输出和所所需输出之差的差错矢量;一遍向反向传播计算,从输出层至输入层,利用差错矢量对权值进行逐层修改。BP算法有很强的数学基础,戏剧性地扩展了神经网络的使用范围,产生了许多应用成功的实例,对神经网络研究的再次兴起过很大作用。
-
-
0下载:
我做的一个用matlab程序编写的BP算法,是是我毕设的一部分,程序运行绝对没有问题,欢迎大家指正。-I do a Matlab programming with the back-propagation algorithm, is part of a complete, running absolutely no problem, we are happy to correct.
-
-
0下载:
一个反向传播算法的的原程序!值得一看,大家自己看看!-a back-propagation algorithm of the original program! An eye-catcher, we see for himself!
-
-
0下载:
人工神经网络vbp算法 人工神经网络电子讲稿-Artificial neural network artificial neural network algorithm vbp electronic scr ipt
-
-
0下载:
反向传播算法也称BP算法。由于这种算法在本质上是一种神经网络学习的数学模型,所以,有时也称为BP模型。-Back-propagation algorithm, also known as BP algorithm. As a result of this algorithm is essentially a neural network to learn the mathematical model, therefore, sometimes referred to as BP model.
-
-
0下载:
反向传播算法也称BP算法。由于这种算法在本质上是一种神经网络学习的数学模型,所以,有时也称为BP模型。-Back-propagation algorithm, also known as BP algorithm. As a result of this algorithm is essentially a neural network to learn the mathematical model, therefore, sometimes referred to as BP model.
-
-
1下载:
反向传播算法也称BP算法,是一种神经网络学习的数学模型,解决多层前向神经网络的权系数优化-Back-propagation algorithm, also known as BP algorithm is a neural network study of the mathematical model and solve multi-layer feedforward neural network weights optimization
-
-
0下载:
把genetic algorithm加到传统BP算法,对其改进,从而提高收敛速度。-back-propagation algorithm- a modified algorithm to embed GA into BP
-
-
1下载:
双隐层反向传播神经网络例程,教学用,算法解释清晰-Two-hidden layer back-propagation neural network routines, teaching the algorithm explained clearly
-
-
0下载:
Matlab编写的BP误差反向传播神经网络算法-Matlab BP prepared by back propagation neural network algorithm
-
-
0下载:
bp算法(误差反传算法) 解决分类问题
通过一层输入,一层输出 和一个隐层-bp algorithm (error back propagation algorithm) to solve the classification problem by a layer of input, output, and a hidden layer
-
-
0下载:
神经网络的BP 算法 神经网络的BP 算法 -Back Propagation Algorithm
Back Propagation Algorithm Back Propagation Algorithm
-
-
0下载:
Abstract-This paper introduces the new concept of Artificial
Neural Networks (ANNs) in estimating speed and
controlling the separately excited DC motor. The neural
control scheme consists of two parts. One is the neural
estimator, which is us
-
-
0下载:
人工神经网络中的前馈神经网络,反向传播算法,-Artificial neural network feed-forward neural network, back propagation algorithm,
-
-
1下载:
用一个多层前向神经网络,采用反向传播算法依据控制要求实时输出Kp、Ki、Kd,依次作为PID控制器的实时参数,代替传统PID参数靠经验的人工整定和工程整定,以达到对大迟延主气温系统的良好控制。-We use a multilayer feedforward neural network using back propagation algorithm and based on control requirements.This net can real-time output Kp, Ki, K
-