搜索资源列表
Elman
- elman神经网络的源代码,包括训练和仿真-elman neural network source code, including the training and simulation
elman
- Elman神经网络动态非线性系统建模,程序及simulink模型-Elman neutural network modeling for dynamic non-linear system,including program and simulink model
nn
- 线性神经网络,BP神经网络,Hopfield神经网格,Elman神经网络,RBF神经网络;在模型应用模块中实现了六种实际应用:RBF网络的船用柴油机故障诊断,BP网络的齿轮箱故障诊断,SOM网络的回热系统故障诊断,BP网络的设备状态分类器,SOM网络的人口比例样本分类,SOM网络的土壤性状样本分类。-Linear neural network, BP neural network, Hopfield neural network, Elman neural network, RBF neural
elman
- 基于Elman神经网络的预测程序,可用于电力系统短期负荷预测 -Elman neural network-based forecasting process, can be used for short-term load forecasting of power system
ElmanRnn
- Elman递归神经网络对时间序列的预测代码,做的效果还行,仅供参考-Elman recurrent neural network for time series prediction code, do the results were OK for reference purposes only
bp
- Elman神经网络在电力负荷预测模型研究中的应用-Elman neural network for electric load forecasting model for the Study of
ELMAN神经网络程序
- 简单的ELMAN神经网络程序 初学者使用
Elman神经网络的数据预测—电力负荷预测模型研究
- Elman神经网络的数据预测—电力负荷预测模型研究(Data forecasting based on Elman neural network model of power load forecasting)
pso-elman-3-7-1
- pso优化bp神经网络的权值和阈值,大家可以看看。(PSO optimization BP neural network weights and thresholds, we can see.)
MATAB神经网络30个案例分析
- 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM
chenxu
- 运用Matlab开发环境编写的基于Elman神经网络的简单电力负荷预测程序(A simple power load forecasting program based on Elman neural network based on Matlab development environment)
Elman神经网络的数据预测
- 一个短时的电力流量预测,Elman算法与神经网络结合的实例(A short time traffic flow prediction, an example of the combination of Elman algorithm and neural network)
elmen网络代码
- ELMAN神经网络模型预测精度高于BP神经网络,可以用于非线性时间序列的预测。(The prediction accuracy of ELMAN neural network model is higher than that of BP neural network, and it can be used to predict nonlinear time series.)
LVQ神经网络的预测——人脸朝向识别
- Elman神经网络的数据预测----电力负荷预测模型研究(Intelligent algorithm, neural network, Elman neural network, data prediction, power load forecasting model.)
Elman网络模型
- Elman神经网络的数据预测—电力负荷预测模型研究,非常不错的神经网络(Elman neural network data prediction power load forecasting model research, a very good neural network.)
elman
- Elman神经网络是 J. L. Elman于1990年首先针对语音处理问题而提出来的,是一种典型的局部回归网络( global feed forward local recurrent)。Elman网络可以看作是一个具有局部记忆单元和局部反馈连接的递归神经网络。(The Elman neural network, which was first proposed by j. l. Elman in 1990 for voice processing, is a typical global f
neural networks
- 1.elman神经网络对输入波形进行检测 2.设计具有3个神经元的Hopfield网络 3.建立自适应神经模糊推理系统对非线性函数进行逼近(正弦加滞后) 4.建立自适应神经模糊推理系统对非线性函数进行逼近(正弦多项式) 5.利用模糊C均值聚类方法将一类随机给定的三维数据分为三类(1.Detection of input waveform by elman neural network 2. design a Hopfield network with 3 neurons 3. est
Elman神经网络预测电力负载
- Elman神经网络建立建筑物电力负荷预测模型中遇到的几个关键问题有,数据归一化处理、输入输出样本的选取、隐含层节点数的确定;分别建立Elman神经网络模型,并利用某栋建筑物实际历史电力负载数据进行预测,分析比较与实际数据值的预测精度,得出了一个有效的数据预测模型。(Several key problems encountered in building power load forecasting model based on Elman neural network are data norm
Elman神经网络预测股价
- 利用MATLAB软件,通过elman神经网络方法,以前5天数据为输入,预测第六天数据,实现了股价的预测,且与BP神经网络相比,提高了预测精度。
GA-Elman神经网络代码
- 使用遗传算法优化Elman神经网络的Matlab代码