搜索资源列表
Elman
- MATLAB程序编写的神经网络ELMAN算法,实现故障模式识别-MATLAB programming Elman neural network algorithm, the fault pattern recognition
elman
- elman神经网络的matlab程序,运算时间短,程序简单
MATLAB-Neural-network-cases
- 共有30个MATLAB神经网络的案例(含可运行程序),包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。-Neural network cases
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_app
- 上课时老师用的源代码,据说是他的研究生编写的用于模拟ELMAN网-Classroom teachers to use the source code, it is said that his post-graduate prepared ELMAN network used to simulate
elman_pca
- 将pca和elman神经网络结合起来,找到了主要的变量-The PCA and the Elman neural network to combine to find the main variables
ernn
- Program for training and testing the Elman Recurrent Neural Network model when used to predict
elman
- 基于Elman神经网络的预测程序,可用于电力系统短期负荷预测 -Elman neural network-based forecasting process, can be used for short-term load forecasting of power system
bpelmanrbfgrnn
- 可用于bp,elman,rbf,grnn四种神经网络的预测命令-Can be used for bp, elman, rbf, grnn four types of neural network prediction order
MycodeIII
- this a Matlab code for classification of Hand writed data by Neural network (Elman Network)-this is a Matlab code for classification of Hand writed data by Neural network (Elman Network)
bp
- Elman神经网络在电力负荷预测模型研究中的应用-Elman neural network for electric load forecasting model for the Study of
elman(ex)
- 文中给出Elman matlab中的代码,详细介绍了从输入层,输出层,反馈层的设计,经试验验证,能收敛到正确的结果-The paper gives Elman matlab code, details from the input layer, output layer, the feedback layer design, the experimental verification, can converge to correct results
matlab
- Matlab中关于PSO优化BP神经网络的实例,以及具体的代码(An example of PSO optimization of the BP neural network in Matlab and the specific code)
MATLAB-RNN-elman
- 关于elman RNN递归神经网络的MATLAB实现(implementation of elman RNN)
Elman神经网络的数据预测
- 一个短时的电力流量预测,Elman算法与神经网络结合的实例(A short time traffic flow prediction, an example of the combination of Elman algorithm and neural network)
Elman网络预测上证股市开盘价
- 这是用matlab编写的利用Elman网络预测上证股市开盘价的程序,亲测有效,欢迎下载(This is written in Matlab using Elman network to predict the opening price of the Shanghai Stock Exchange procedures, personally tested effective, welcome to download)
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神经网络相比,提高了预测精度。