搜索资源列表
GA-elman
- 我自己编写的基于遗传算法的elman神经网络模型.大家参考!-I prepared based on genetic algorithm elman neural network model. Reference!
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
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
ElmanRnn
- Elman递归神经网络对时间序列的预测代码,做的效果还行,仅供参考-Elman recurrent neural network for time series prediction code, do the results were OK for reference purposes only
feedback
- 利用神经网络中的elman网络对[-0.5 0.5]间随机信号进行系统辨识-Using elman network in the neural network ,for [-0.5 0.5] between the random signals, system identification
1
- ELman人工神经网络建模里例子,用于利用表面肌电信号识别自行车蹬踏阶段的识别研究-Elman modelling code which is used for sEMG cycling phase identification. It is of great help for researchers in surface myoelectric signal research.
bp
- Elman神经网络在电力负荷预测模型研究中的应用-Elman neural network for electric load forecasting model for the Study of
Eno1
- 基于Elman神经网络的电力负荷预测模型研究-Elman neural network based load forecasting model
Application-of-optimized-Elman--
- 对量子粒子群优化(QPSO) 算法进行研究,提出了自适应量子粒子群优化(Adaptive QPSO) 算法,用于优化Elman 神经 网络的参数,改进了Elman 神经网络的泛化能力。利用网络流量时间序列数据进行预测,实验结果表明,采用AQPSO 算法优 化获得的Elman 神经网络模型不但具有较强的泛化能力,而且具有良好的稳定性,在网络流量时间序列数据的预测中具有 一定的实用价值-Quantum-behaved particle swarm optimization (QPSO)
Improved-Elman-share-price-forecast
- 以深 市 A股中的个股 中集集团(股票代号 : 000039)fleJ 180天的实际收盘价的时间序列作为预测对象,提出基于改进的 Elman神经网络的个股价格预测模型,实验 结果取得较高的预测精度、较为稳定的预测效果和较快的收敛速度-CIMC Shenzhen A-share stocks (ticker symbol: 000 039) fleJ 180 days of the actual closing price time series as a predictor of
GA-elman
- Elman神经网络回归模型,GA优化权值阈值-Established a regression model by Elman, GA was used to optimizied weigth and threshold
elman
- Elman神经网络的数据预测—电力负荷预测模型研究-Elman neural network data prediction- the power load forecasting model
chenxu
- 运用Matlab开发环境编写的基于Elman神经网络的简单电力负荷预测程序(A simple power load forecasting program based on Elman neural network based on Matlab development environment)
LVQ神经网络的预测——人脸朝向识别
- Elman神经网络的数据预测----电力负荷预测模型研究(Intelligent algorithm, neural network, Elman neural network, data prediction, power load forecasting model.)
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
Elman
- 利用MATLAB实现循环神经网络的例子,便于大家更好的理解循环神经网络RNN的原理。((The example of recurrent neural network is implemented by MATLAB, so that you can have a better understanding of the principle of recurrent neural network RNN.))
GA-Elman神经网络代码
- 使用遗传算法优化Elman神经网络的Matlab代码