搜索资源列表
adaboost.rar
- 一个最基本的adaboost算法源码(matlab),a basic adaboost algorithom source code (matlab)
AdaBoost
- 采用C语言实现的Adaboost算法,一个很经典的分类器算法-Using C language of the Adaboost algorithm, a classic Classifier
Adaboost
- Adaboost算法的几篇经典文献,具有很高的参考价值。-Adaboost algorithm several classic literature, a high reference value.
multiboost-0.71.src.tar
- MultiBoost 是c++实现的多类adaboost酸法。与传统的adaboost算法主要解决二类分类问题不同,MultiBoost解决的是多类的分类问题,而并不是把多类转化成二类问题。-MultiBoost is a C++ implementation of the multi-class AdaBoost algorithm. AdaBoost is a powerful meta-learning algorithm commonly used in machine learning
weaklearn
- adaboost算法的源码,提供了训练,测试,剖析,评价等功能-This software is a Library for Adaptive Boosting. It provides a generic framework for the study of the Boosting algorithms. The framework provides the different tasks for boosting: Learning, Validation, Test, Pro
Adaboost
- Adaboost学习的较好的两篇论文,Adaboost是一种不错的分类算法-Adaboost learning better two papers, Adaboost is a good classification algorithm
Adaboost
- 主要介绍了有关adaboost算法的相关知识。-Introduces knowledge about adaboost algorithm.
AdaBoost
- 这是一本介绍AdaBoost算法的资料。Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器-This is an introduction AdaBoost algorithm information. Adaboost is an iterative algorithm, the core idea for a training set of different classifiers (weak cl
Adaboost
- 关于adaboost 算法的发表期刊打包 共5份-About adaboost algorithm published journal packaged five copies
AdaBoost
- 数据挖掘中adaboost算法的实现,使用java实现的-Data Mining in adaboost algorithm, implemented using java
adaboost-algorithm
- adaboost算法原理,详细讲述了算法过程,学习的好资料。-adaboost algorithm theory , detailed account of the algorithm process , learning good information .
adaboost
- 这个代码实现了基于树的adaboost算法,在一些简单数据集上表现很好。-This code implements tree based adaboost algorithm, performing well in some simple datasets.
adaboost
- adaboost算法python代码,用于了解学习adaboost算法-adaboost python source code
adaboost
- 机器学习十大算法中的adaboost算法,经过测试,算法运行很好-Own VC6.0 realize the machine learning algorithm adaboost algorithm, after testing, the algorithm runs very well
Adaboost
- 这是一个集成学习Adaboost算法希望能够帮助您,里面有成功运行的例子-This is an Adaboost algorithm
BP-Adaboost
- BP-Adaboost模型即把BP神经网络作为弱分类器,反复训练BP神经网络预测样本输出,通过Adaboost算法得到多个BP神经网络弱分类器组成的强分类器。-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
自适应推进算法
- 手写的adaboost算法。效率没有sklearn高,不过可以作为学习资料(Handwritten AdaBoost algorithm. The efficiency is not sklearn high, but it can be used as learning material)
Iris_Adaboost
- python鸢尾花(iris)数据分类程序例子,采用adaboost算法。(Python iris flower (IRIS) data classification program examples, using the AdaBoost algorithm.)
adaboost_bp
- 集合BP神经网络的adaboost,用matlab编写,代码清晰,有备注(Adaboost of BP neural networks)
adaboost
- 程序为一种分类算法AdaBoost算法,用于解决二分类问题(The program is a classification algorithm AdaBoost algorithm to solve the two classification problem)