BP-Adaboost模型即把BP神经网络作为弱分类器我要分享

BP AdaBoost model takes BP neural network as weak classifier

bp——adaboost adaboost 预测 adaboost_bp BP预测

关注次数: 440

下载次数: 1

文件大小: 232KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

BP-Adaboost模型即把BP神经网络作为弱分类器,反复训练BP神经网络预测样本输出,通过Adaboost算法得到多个BP神经网络弱分类器组成的强分类器。


English Description:

The BP-Adaboost model uses BP neural network as weak classifier to repeatedly train BP neural network to predict the sample output. Adaboost algorithm is used to obtain a strong classifier composed of weak BP neural network weak classifier.


代码预览

BP-Adaboost

...........\Bp_Ada_Fore.m

...........\Bp_Ada_Sort.m

...........\chapter5_1.pdf

...........\chapter5_2.pdf

...........\data.mat

...........\data1.mat

...........\html

...........\....\chapter5_1.html

...........\....\chapter5_2.html