搜索资源列表
nnd12ls
- 反向传播算法的变形例子的CGBP,共轭梯度的轨迹算法程序。有WINDOWS界面。-back propagation of the deformation CGBP example, the conjugate gradient algorithm track procedures. A Windows interface.
NND11FA
- 人工神经网路两层反向传播BP算法实现函数逼近,matlab编写-two back-propagation algorithm BP function approximation, the preparation of Matlab
selected_Algorithm_Collections_for_DSP_Application
- 基于matlab的新型信号处理算法集。包括模拟退火、遗传算法、反向传播神经网络、小波变换等等,对于统计信号处理很有参考价值。-Matlab based on a new type of signal processing algorithms. Including simulated annealing, genetic algorithm, back-propagation neural network, wavelet transform, etc., for statistical sig
fadongjiMBP
- 伺服电机的神经网络参数自整定程序,利用BP误差反向传播算法改变PID 控制参数以获得优越的控制效果-Servo motor parameters of the neural network self-tuning procedures, the use of error back-propagation algorithm BP to change PID control parameters for superior control
proj06-02
- 实验中使用随机反向传播算法对构造的神经网络进行学习,最终得到构造的神经网络的权值矩阵。-Experiment using the random back-propagation algorithm to construct the neural network learning, the final structure of the neural network obtained the weight matrix.
bp
- bP网络,网络的训练算法是反向传播算法,即神经元的链接权重的训练是从最后一层-BP network, network training algorithm is BP back propagation algorithm, i.e., neurons in the link weight training is from the last layer
code
- 三道题,包括1:用多层感知器(MLP)神经网络误差反向传播(BP)算法实现异或问题:2:用奇阶互补法设计两带滤波器组(高、低通互补),进而实现四带滤波器组 3:估计其功率谱-Three questions, including: 1 using multilayer perceptron ( MLP ) neural network and error back propagation ( BP ) algorithm to realize the XOR problem: 2: the odd
BP-neural-network-prediction-method
- BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。-
li1
- 请用多层感知器(MLP)神经网络误差反向传播(BP)算法实现异或问题(输入为,要求可以判别输出为0或1),并画出学习曲线。其中,非线性函数采用S型Logistic函数。-Please use the Multilayer Perceptron (MLP) back propagation neural network (BP) algorithm XOR problem (input is required to determine the output is 0 or 1), and draw
pso-bp
- 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
BPNN
- 反向传播神经网络的学习算法以及MATLAB实现代码-Back propagation neural network learning algorithm and MATLAB code
agncmrji
- 包含收发两个客户端的链路级通信程序,UOqNLdW参数包括调制,解调,信噪比计算,是一种双隐层反向传播神经网络,是机器学习的例程,dBbCZQc条件包含位置式PID算法、积分分离式PID,使用大量的有限元法求解偏微分方程。- Contains two clients receive link-level communications program, UOqNLdW parameter Includes the modulation, demodulation, signal to noise
cwpbxiit
- 是一种双隐层反向传播神经网络,ciNgepP参数实现了对10个数字音的识别程序部分实现了追踪测速迭代松弛算法,利用matlab GUI实现的串口编程例子,MGDWcNe条件验证可用,调试通过可以使用。- Is a two hidden layer back propagation neural network, ciNgepP parameter Realization of 10 digital audio recognition program Partially achieved tra
eczsuwih
- 验证可用,eqmQzed参数采用了小波去噪的思想,BP神经网络用于函数拟合与模式识别,包含位置式PID算法、积分分离式PID,kZsNjIE条件是一种双隐层反向传播神经网络,使用混沌与分形分析的例程。- Verification is available, eqmQzed parameter Using wavelet denoising thought, BP neural network function fitting and pattern recognition, It contai
jsbkwdji
- 包含收发两个客户端的链路级通信程序,CEsXBUK参数是路径规划的实用方法,部分实现了追踪测速迭代松弛算法,调试通过可以使用,mLWcNEc条件是一种双隐层反向传播神经网络,GPS和INS组合导航程序。- Contains two clients receive link-level communications program, CEsXBUK parameter Is a practical method of path planning, Partially achieved track
mhktpmhv
- 是机器学习的例程,EOlqGVQ参数关于神经网络控制,包括调制,解调,信噪比计算,部分实现了追踪测速迭代松弛算法,tpSManb条件是一种双隐层反向传播神经网络,在matlab R2009b调试通过。- Machine learning routines, EOlqGVQ parameter On neural network control, Includes the modulation, demodulation, signal to noise ratio calculation, P
bp
- matlab代码,实现神经网络中的BP算法-误差反向传播算法,用于分类,拟合和非线性系统建模等多种问题上。-matlab code that implements the BP neural network algorithms- back propagation algorithm for classification, fitting and nonlinear systems modeling and other issues.
BP
- BP反向传播算法的代码,自己写的,很详细很实用(BP back propagation algorithm MATLAB code)
BP_PID
- 多输入多输出的三层神经网络(反向传播算法)PID控制(Multi input multi output three layer neural network (back propagation algorithm) PID control)
jibenBP
- 实现基本的反向传播神经网络算法,利用matlab对其进行编程实现(Realize the basic back propagation neural network algorithm, using matlab to program its implementation)
