采用动量梯度下降算法训练BP网络我要分享

Using momentum gradient descent algorithm to train BP network

动量梯度 L-M 贝叶斯正则

关注次数: 265

下载次数: 1

文件大小: 3KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络。


English Description:

The momentum gradient descent algorithm is used to train BP network, and two training methods, namely L-M optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr), are used to train BP network.


代码预览

bp.example.txt

相关推荐