搜索资源列表
AdaBoost
- Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。-Adaboost is an iterative algorithm, the core idea is the same training set for training different classifiers (weak classifiers), then these weak classifiers together to f
AdaBoost
- 加强树算法的一个实例,最后取得了很好的分类结果,便于推广,分类器的代码可以根据实际进行更改。-Strengthen an instance tree algorithm, finally achieved good classification results, easy to promote, classification code can actually make changes.
AdaBoost
- 用python实现的AdaBoost分类算法,文件是一个ipython notebook,可以直接用ipython/jupyter打开使用。内附简单测试数据集。 程序运行需要numpy库的支持。-An AdaBoost classifier implemented with Python.
RandomForestaAdaBoost
- 随机森林,决策树以及adaboost分类器的java实现。随机森林和adaboost都基于决策树完成。-Random forests, tree and adaboost classifier java. Random Forest and adaboost are based on the decision tree is complete.
DataMining_5
- java实现的决策树代码和随机森林以及Adaboost,里面有自带的数据集可以测试,结果和书上描述一样,亲测有效-DesicionTree,RandomForest and AdaBoost implemented by java,have been tested by myself.It can help those who want to learn data mining
Adaboost
- 用于分类,二类甚至多类。AdaBoost是Boosting的提升,功能非常的显著-For classification, Class II even more. Boosting AdaBoost is lift, which is very significant
adaboost
- 使用adaboosting算法来实现人脸识的功能-adaboosting face recognition algorithm
adaboost
- 基于adaboost算法训练异常数据,进行数据挖掘,利用matlab进行编写。 -Training algorithm based adaboost abnormal data, data mining, using matlab be written.
Adaboost
- Python实现Adaboost算法,数据集为horseColic马疝气病数据集,准确率和sklearn库中的adaboost算法一样。-Python implementation adaboost algorithm, the data set is horseColic horse hernia disease data collection, accuracy and sklearn library adaboost the same algorithm.