BP神经网络的仿真我要分享

Simulation of BP neural network

合种 神经网络 NerualNetwork BP lm算法

关注次数: 286

下载次数: 3

文件大小: 4KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

BP神经网络的仿真,能够拟合各种函数,支持梯度下降法和LM两种训练算法。所有代码自己编写,没有使用matlab自带的函数,是学习的最佳范本。


English Description:

BP neural network simulation, can fit a variety of functions, support gradient descent method and LM two kinds of training algorithm. All the code written by themselves, without the use of Matlab's own function, is the best model for learning.


代码预览

神经网络

神经网络\@cNeuralNetwork

神经网络\cNeuralCell.m

神经网络\main.m

神经网络\@cNeuralNetwork\cNeuralNetwork.m

神经网络\@cNeuralNetwork\GradientDescentAlg.m

神经网络\@cNeuralNetwork\LevenbergMarquardAlg.m