搜索资源列表
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
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
elman_network
- 用matlab编写的elman神经网络程序,有注释-elman network
bp
- Elman神经网络在电力负荷预测模型研究中的应用-Elman neural network for electric load forecasting model for the Study of
30-case-studies
- MATLAB神经网络30个案例分析__读者调用案例的时候,只要把案例中的数据换成自己需要处理的数据,即可实现自己想要的网络。该书共有30个MATLAB神经网络的案例(含可运行程序),包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。-30 case studies of the MATLAB Neural Network __ readers call the case, as
chilunguzhangjiance
- 齿轮故障识别,能够实现在无拆装状态下的故障检测,基于BP/elman神经网络的齿轮箱故障识别-Gear fault recognition, can achieve without disassembly state of the fault detection, based on the BP/elman neural network of gearbox fault recognition,MATLAB C
eg18-yucemoxingyanjiu
- 《MATLAB神经网络30个案例分析》中的第18个例子,案例18 Elman神经网络的数据预测—电力负荷预测模型研究。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of example, 18 cases of 18 Elman neural network research data to predict- power load forecasting model. Hope to have certain help t
chapter19
- matlab软件中有关elman神经网络预测的程序-matlab software procedures elman neural network prediction
forecast
- matlab软件中关于Elman神经网络编程问题-matlab software programming issues on Elman neural network
Elman-
- 用matlab实现Elman神经网络-Elman neural network using matlab
blue
- 采用malab的elman神经网络训练和测试294期蓝球数据预测下一期蓝球号码。-The elman using matlab neural network training and testing 294 basketball data to predict the next number.
Elman-network-prediction-
- 《MATLAB神经网络原理与实例精解》中chap13的例子 Elman网络预测上证股市开盘价-" MATLAB network principles and examples of fine nerve Solutions" in the example of Elman network prediction chap13 Shanghai stock market opening
chenxu
- 运用Matlab开发环境编写的基于Elman神经网络的简单电力负荷预测程序(A simple power load forecasting program based on Elman neural network based on Matlab development environment)
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代码