BP神经网络训练我要分享

BP neural network training

激活函数 sigmoidal function BPnetwork 激活函数matlab 3层神经网络

关注次数: 345

下载次数: 0

文件大小: 39KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

实现BP神经网络训练的小程序。采用单输入单输出的3层BP网络,神经网络隐层采用标准的sigmoidal激活函数,输出层采用线性激活函数。


English Description:

BP neural network training procedures. Single-input single-output three-layer BP network, the neural network hidden layer using a standard sigmoidal activation function, the output layer uses linear activation function.


代码预览

BP神经网络程序(修改)

......................\Example1.m

......................\Example2.m

......................\Example3.m

......................\Example4.m

......................\Example5.m

......................\Preface.m

......................\程序

......................\....\bp.txt

......................\....\Untitled1.m

......................\程序说明.txt