多层前向网络的BP算法拟合函数我要分享

BP algorithm fitting function of multilayer feedforward network

BP算法 BP多层 BP

关注次数: 259

下载次数: 0

文件大小: 14KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

用多层前向网络的BP算法拟合函数 

1)网络结构为三层(输入层、1个隐层和输出层);            

2)获取两组数据,一组作为训练集,一组作为测试集;            

3)用训练集训练网络;            

4)用测试集检验训练结果。


English Description:

Fitting function with BP algorithm of multilayer feedforward network

1) The network structure consists of three layers (input layer, one hidden layer and output layer);

2) Two sets of data were obtained, one as training set and one as test set;

3) The network is trained by training set;

4) Test set was used to test the training results.


代码预览

bp\matlab_5.m

bp\readme.docx

bp