搜索资源列表
BP
- matlab开发的BP神经网络模型,经过调试,运行正常!
BPEducationPre
- 本文通过建立BP神经网络模型,借助Matlab软件对我国的研究生教育发展规模进行预测
NN+GA
- 1,改进BP神经网络在股市预测中的应用.2,基于MATLAB工具箱的开采煤层自燃危险性预测.3,基于改进的神经网络的电力系统负荷预报.4,基于神经网络的灌溉用水量预测.5,基于遗传算法改进BP网络的地表沉陷预计.6,利用遗传算法改进BP学习算法.7,模糊神经网络在电力市场短期负荷预测中的应用.8,神经网络学习算法存在的问题及对策.9,遗传神经网络在电力系统短期负荷预测中的应用.10,应用改进BP神经网络进行用水量预测.11,用遗传算法改进的BP模型在刹车系统诊断中的应用研究.12,遗传算法改进的
MNN_package.zip
- 基于BP模型的神经网络模型,simulink仿真模型,BP model based on neural network model, simulink simulation model
pso_wavelet
- 小波神经网络模型,采用粒子群算法优化,包含单输入、多输入-Wavelet neural network model, using particle swarm optimization, including single-input, multiple-input
ANN_andGA_in_the_Multi-sediment_Flood_Forecasting.
- 作者采用具有高度非线性识别能力的人工神经网络与遗传算法相结合的方法,探讨了建立智能预报模型的基本方法,进一步对如何提高预报精度的问题进行了研究,并结合黄河洪水预报实例检验了神经网络模型的可行性。-The author used to identify the capacity of highly non-linear artificial neural network combining with genetic algorithm approach to explore the establi
chaos_neural_networks
- 混沌神经网络模型,包括二个和三个混沌神经元组成的网络-Chaotic neural network model, including two and three chaotic neuron network
ForecastingpopIllafionbasedOnsupportvectorintellig
- 要建立一个有效的支持向量回归(SVR)模型,支持向量回归的3个参数c,y,占丛须预先设定。提出一种新型的遗传算 法一智能遗传算法(IGA)对支持向量回归进行参数调节,以达到寻找最优参数的目的,然后和支持向量回归结合得到一种新的 IGASVR模型,并应用于城市人口预测。最后,将提出的方法与标准SVR模型和BP神经网络模型进行比较,所得结果表明,该模 型训练速度快,并且有较高预测精度,是一种有效的人口预测方法。-To build an effective SVR model,SVR’8
bp
- Elman神经网络在电力负荷预测模型研究中的应用-Elman neural network for electric load forecasting model for the Study of
pereceptron
- 感知器算法分类器,感知器是一种双层神经网络模型,一层为输入层,另一层具有计算单元,可以通过监督学习建立模式判别的能力-Perceptron Algorithm classifier, perceptron neural network model is a double layer of input layer, another layer with a calculation unit, you can determine by monitoring the ability of learni
2.3
- 线性神经网络模型与学习算法线性神经网络模型与学习算法-Linear neural network model and learning algorithm
neural-network-and-Matlab
- 本书重点介绍了MATLAB6.5神经网络工具箱中各种神经网络模型及基本理论,以及各种神经网络模型的MATLAB仿真程序设计方法,提供了MATLAB中神经网络工具箱函数的详解,对图形用户界面、SIMULINK和自定义神经网络等内容也进行了简介。-This book focuses on the neural network toolbox MATLAB6.5 various neural network models and basic theory, and a variety of neura
神经网络预测
- BP神经网络来进行滚动预测,精度教高,拟合程度较好,适合做预测工具(BP neural network is used for rolling prediction, high accuracy, better fitting degree, suitable for predicting tools)
Model
- 倒立摆matlab模型,用于神经网络学习,强化学习等建模(matlab model for inverted pendulum)
bp-Matlab
- 人工神经网络(Artificial Neural Network,即ANN ),是20世纪80 年代以来人工智能领域兴起的研究热点。它从信息处理角度对人脑神经元网络进行抽象, 建立某种简单模型,按不同的连接方式组成不同的网络。神经网络的MATLAB实现(Artificial Neural Network (ANN) is a hot spot in the field of artificial intelligence since 1980s. It abstracts the neural
第19章 神经网络模型
- 神经网络基本原理及流程图相关代码,可以帮大家初步了解神经网络,为进一步的学习打下基础(The basic principle of neural network and the related code of flow chart can help us to understand the neural network initially and lay the foundation for further study.)
25种人工神经网络模型matlab源码
- 25种人工神经网络模型matlab源码 帮你轻松揭开神经网络神秘的面纱!(25 artificial neural network model matlab source code to help you easily reveal the mysterious veil of neural network!)
BP神经网络
- 基于matlab学习神经网络,以及人工智能深度学习参考(learning BP NET based on matlab)
小波神经网络
- 小波神经网络代码预测模型,用于时间序列的预测。(This is a source code about wnn. The code is coding by matlab 2016a and it can apply to predict someting based on time series.)
工作空间中机械手的神经网络自适应控制
- 工作空间中机械手的神经网络自适应控制. 本设计为一个基于神经网络自适应控制的机械手运动模型的 MATLAB 仿真实验。以平面二关节机械手为控制对象,以一圆为目标轨迹。先得到机械手的运动 方程的形式,用 RBF 径向基神经网络对方程式中的系统的各个参数进行建模,利 用每个时刻的估计状态和理想状态的误差,通过梯度下降法对网络参数进行修正, 在若干次修正后,神经网络模型所得的状态跟踪到理想状态。