搜索资源列表
elman_app
- 我编写的改进的elman神经网络应用程序,第一次上传-prepared by the improved elman neural network applications, the first upload
Elman
- MATLAB程序编写的神经网络ELMAN算法,实现故障模式识别-MATLAB programming Elman neural network algorithm, the fault pattern recognition
elman
- elman神经网络的matlab程序,运算时间短,程序简单
elman_pca
- 将pca和elman神经网络结合起来,找到了主要的变量-The PCA and the Elman neural network to combine to find the main variables
stock_predicate
- matlab 关于股票单项指标滚动预测神经网络源代码。大家可以根据自己的回归预测问题,进行改写,。只用于研究ELMAN神经网络的一般使用,不适合用于投资分析,误差较大,切忌。切忌。-a code of Elman netural network about predicating the stocks price.. it is free and easy..
load-forecasting
- Matlab基于Elman神经网络的电力负荷预测模型研究-Matlab-based Elman neural network model for load forecasting
elman-load-forecast
- Elman神经网络的数据预测—电力负荷预测模型研究-Elman neural network data prediction- the power load forecasting model
Elman
- 用于电力系统短期负荷预测的Elman神经网络程序。演示了下性能还过的去,对于初学Elman神经网络有帮助。-For power system short-term load forecasting Elman neural network program. Demonstrates the performance also had to go under, beginner Elman neural network.
ELMAN神经网络程序
- 简单的ELMAN神经网络程序 初学者使用
Elman-neural-network
- Elman神经网络的数据预测,以电力需求所谓实例进行分析预测-Elman neural network forecasting data to analyze electricity demand forecast called instances
ELMAN
- ELMAN神经网络的数据预测——电力负荷预测模型研究-ELMAN neural network data forecast model of electric power load forecasting
Elman
- 利用MATLAB的反馈网络-Elman神经网络处理时间序列问题的功能预测上证股市开盘价。-Elman Feedback network using MATLAB neural network for time series prediction problem function on card stock market opening.
elman
- elman神经网络训练数据和测试,elam神经网络训练数据和测试。-elman net
Elman
- 使用Elman神经网络进行回归分析的源代码-Using Elman neural network regression analysis of the source code
Elman
- 为elman神经网络的预测程序,基于matla,实测可运行并可显示预测图与实测点图-Elman program for predicting neural network based on matlab, can run and display the measured prediction map and measured dot plot
Elman-NN-model
- Elman神经网络的数据预测—电力负荷预测模型研究-Elman neural network forecasting data- Power of Load Forecasting Model
Elman神经网络的数据预测—电力负荷预测模型研究
- Elman神经网络的数据预测—电力负荷预测模型研究(Data forecasting based on Elman neural network model of power load forecasting)
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
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神经网络相比,提高了预测精度。