搜索资源列表
自适应(Adaptive)神经网络源程序
- 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of
CHAPTER10
- 近几年来研究的多种PID控制程序,有灰色PID,神经网络自适应PID,模糊PID等等,!
自适应神经网络在确定落煤残存瓦斯量中的应用
- 落煤残存瓦斯量的确定是采掘工作面瓦斯涌出量预测的重要环节,它直接影响着采掘工作面瓦斯涌出量预测的精度,并与煤的变质程度、落煤粒度、原始瓦斯含量、暴露时间等影响因素呈非线性关系。人工神经网络具有表示任意非线性关系和学习的能力,是解决复杂非线性、不确定性和时变性问题的新思想和新方法。基于此,作者提出自适应神经网络的落煤残存瓦斯量预测模型,并结合不同矿井落煤残存瓦斯量的实际测定结果进行验证研究。结果表明,自适应调整权值的变步长BP神经网络模型预测精度高,收敛速度快 该预测模型的应用可为采掘工作面瓦斯涌
bp.rar
- BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值,BP neural network training anaysis, is realized by using error feed back, gradient descent applied updating of synaptic weights
neral_network
- 清华大学的神经网络的课件!主要讲了感知器,对传网,自适应共振理论!-Tsinghua University, the neural network software! The main speaker of the perceptron on the Biography network, adaptive resonance theory!
a-new-neural-RA-on-WSN
- 无线传感器网络中一种新的基于神经网络的自适应路由算法-Wireless sensor networks, a new neural network based adaptive routing algorithm
linennet_tt
- 使用自适应线性神经网络进行预测的实例 很有代表性-The use of adaptive linear neural network to predict very representative example of
fsfxx
- 本文主要研究利用神经网络进行非线性辨识及自适应控制。 -This paper studied the feasibility of using neural network nonlinear identification and adaptive control.
zishiyinggongzhen
- 自适应神经网络的一个应用示例,希望对学习这方面的朋友有用-An adaptive neural network application example, and they hope to learn from a friend useful in this regard
75448181BP
- 故障诊断 基于BP神经网络的故障诊断系统 1生成BP网络2.训练和自适应调整-Fault diagnosis based on BP neural network fault diagnosis system for a generation of BP network 2. Training and adaptive adjustment
Linearnetworkprediction
- 自适应预测,神经网络预测,可以实现非线性预测,MATLAB环境实现。-Adaptive predictive
rbf
- 基于RBF神经网络辨识的单神经元PID模型参考自适应控制-RBF neural network-based identification of single neuron PID model reference adaptive control
CHAPTER4
- 本文讨论了神经网络PID控制策略,提出了一种单神经元自适应PID控制器,给出了控制模型,探讨了单神经元自适应PID控制学习算法,通过修改神经元控制器连接加权系数 ,构成了自适应PID控制器。利用神经网络的自学习能力进行PID控制参数的在线整定,并使用了MATLAB软件进行了仿真研究。比较传统PID控制器与单神经元自适应PID控制器两者的仿真结果表明,神经网络PID控制器参数调节简单,具有很高的精度和很强的适应性,可以获得满意的控制效果。-This paper discusses the nerv
CHAP4_4
- 主要是介绍RBF神经网络与PID控制相结合的自适应控制-Mainly to introduce RBF neural network and PID control of a combination of adaptive control
sadsdsadsadsadsa
- 本程序运用广义模糊神经网络理论采用c++编程,实现了自适应控制-the procedures used fuzzy generalized neural network theory used MATLABL programming, the adaptive control-theory used MATLABL programming, the adaptive control
ann
- 自适应神经网络的源代码 Adaptive Neural Networks 自适应神经网络是实现神经网络自适应算法的集合-Adaptive neural network source code Adaptive Neural Networks Adaptive neural network is to achieve a collection of neural network adaptive algorithm
神经网络
- 人工神经网络(Artificial Neural Networks,简写为ANNs)是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的,并具有自学习和自适应的能力。(Artificial neural network (ANN) is a mathematical model that imitates the behavior characteristics of animal neu
art_net
- 自适应谐振理论ART简单实现代码,网络由比较层、识别层、控制模块几大部分构成。(Adaptive resonance theory, ART neural network.The network is made up of the comparison layer, the identification layer and the control module.)
RBF自适应
- 基于梯度下降法RBF自适应神经网络控制(RBF adaptive neural network control based on gradient descent method)
工作空间中机械手的神经网络自适应控制
- 工作空间中机械手的神经网络自适应控制. 本设计为一个基于神经网络自适应控制的机械手运动模型的 MATLAB 仿真实验。以平面二关节机械手为控制对象,以一圆为目标轨迹。先得到机械手的运动 方程的形式,用 RBF 径向基神经网络对方程式中的系统的各个参数进行建模,利 用每个时刻的估计状态和理想状态的误差,通过梯度下降法对网络参数进行修正, 在若干次修正后,神经网络模型所得的状态跟踪到理想状态。