搜索资源列表
matlab_NeuralNetwork
- matlab实现 感应器神经网络、线性网络、BP神经网络、径向基函数网络-matlab neural network implementation of sensors, linear network, BP neural networks, Radial Basis Function Network
bp2
- bp神经网络源码, NEWFF---生成一个新的前向神经网络 TRAIN-----对BP神经网络进行训练 SIM----对BP神经网络进行仿真 -bp neural network source code
BP
- BP神经网络源程序及训练样本 -BP neural network source code and training samples
BPMatlab
- bp神经网络的matlab code bp神经网络的matlab code-bp neural network matlab code bp neural network matlab code
BP神经网络分类器Mat程序
- BP神经网络分类器Mat程序,matlab开发环境,主要用于模式识别中的分类器的设计。-A mat procedure about BP neural network.
Desktop
- 利用matlab编写的BP神经网络的一个例子(This is a matlab program about BP network.)
MATLAB遗传算法
- 遗传算法和非线性规划的函数寻优,BP神经网络优化(Genetic algorithm and nonlinear programming function optimization, BP neural network optimization)
PSO-bp((matlab
- 实现粒子群算法优化BP神经网络的预测算法(Particle swarm optimization algorithm to optimize the BP neural network prediction algorithm)
genetic
- 遗传+bp神经网络 MATLAB 实例求解 可以运行(Genetic +bp neural network MATLAB instance solution, you can run)
chapter2
- BP神经网络基本算法,采用MATLAB编程语言,文件完整下载即可运行(BP neural network algorithm)
关于用遗传算法改进BP神经网络的MATLAB实现
- 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
BP神经网络预测算法MATLAB源程序
- BP神经网络预测算法MATLAB源程序,用于混沌时间序列预测。(BP neural network prediction algorithm MATLAB source code for chaotic time series prediction.)
神经网络
- 自己写的简单的matlab例子,用BP神经网络实现TMR(triple module redundancy)(A simple Matlab example where TMR (triple module redundancy) is implemented through BP NNs.)
案例1 BP神经网络的数据分类-语音特征信号分类
- 前馈循环神经网络,用于处理语音识别,里面是matlab源代码,以及实例。学习神经网络算法很有帮助。(Feed forward recurrent neural network for speech recognition, which is the matlab source code, and an example. Learning neural network algorithms is very helpful.)
bp神经网络
- 运用bp神经网络建立预测模型,通过matlab实现未知数据的预测(The bp neural network is used to establish the prediction model and the unknown data is predicted by matlab.)
MATLAB
- 本书论述在MATLAB环境下如何实现神经网络,包括了常用的神经网络及相关理论,如BP神经 网络、RBF神经网络、SVM、SOM神经网络、灰色神经网络、决策树、随机森林、小波神经网络、NARX神经网络等以及各种优化算法与神经网络的结合。((This book discusses how to realize neural network in MATLAB environment, including the commonly used neural network and related the
BP神经网络预测激光焊接数据
- 建立BP神经网络拟合曲面,实现激光焊接数据的预测(BP neural network mainly through 4 steps in the implementation of MATLAB, read file setting parameters, create a BP network, neural network training, neural network simulation. After the program, some basic parameters are set
基于BP神经网络的人脸识别
- 基于MATLAB的BP神经网络人脸识别算法(Face recognition algorithm of BP neural network based on MATLAB)
基于S函数的BP神经网络PID控制器及Simulink仿真
- 神经网络控制,基于matlab编程算法。可以学习借鉴使用(Neural network control, based on MATLAB programming algorithm. You can learn from it.)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part