搜索资源列表
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
bpelmanrbfgrnn
- 可用于bp,elman,rbf,grnn四种神经网络的预测命令-Can be used for bp, elman, rbf, grnn four types of neural network prediction order
elm
- elman神经网络用于峰值检测 三角波 矩形波 方波调制信号 -elman peak detector neural network for rectangular-wave square wave triangle wave modulation signal
ERN
- a transmission line fault location model which is based on an Elman recurrent network (ERN) has been presented for balanced and unbalanced short circuit faults. All fault situations with different inception times are implemented on a 380-kV proto
stock_predicate
- matlab 关于股票单项指标滚动预测神经网络源代码。大家可以根据自己的回归预测问题,进行改写,。只用于研究ELMAN神经网络的一般使用,不适合用于投资分析,误差较大,切忌。切忌。-a code of Elman netural network about predicating the stocks price.. it is free and easy..
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)
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神经网络相比,提高了预测精度。