-
-
3ds格式.zip
一份3ds文件格式文档和实现原代码。修正文档纹理映射部分的错误。修正源代码包含头文件的错误。
-
Adaboost
... Directory is AdaboostModule
adaboost_v2 is better than adaboost because adaboost_v2 is organized than adaboost
How to Use
1:Learning adaboost arugument is a data
data format is 2 dimension data and label
###For example###
x y label
0 ...
-
AdaBoost
PAC学習の例
AdaBoost
========
# 計算数理応用の課題
# PAC学習
ある学習問題に対して
* 「 ... するとき、この学習問題はPAC
学習可能 (Probably Approximately Correct learnable) であるという。
# AdaBoost
弱仮説(弱学習器)を集めていい仮説作ろう! ... 差0.5より小さい弱仮説があるならPAC学習可能。
具体的にAdaBoostをするにはどうやって弱学習器を選ぶかとか決める必要がある。
# プログラム
## 問題 ...
-
-
Adaboost
Adaboosting with NBC's and DTC's
Adaboost
========
Adaboosting with NBC's and DTC's
-
adaboost
An implementation of the adaboost machine learning algorithm for classification
adaboost
========
An implementation of the adaboost machine learning algorithm for classification
-
adaboost
Adaboost implementation using bayesian and decision tree classifiers
Adaboost
==========
We implement two different types of classifier:
- Naive Bayesian Classifier (NBC)
- Decision Tree Classifier (DTC)
Usage
---------
- f The name of ...
-
AdaBoost
Third project of NTNU AI class
AdaBoost
========
Third project of NTNU AI class
-
AdaBoost
... Mining
AdaBoost
========
Boosting, AdaBoost, Data Mining
Информация для потомков:
Требуется: java 1.7, node.js 0.6
1) в папке /web/adaboost стартуем сервер и выводим его работу в файл (java -jar adaBoostServer.jar > 1.txt)
2) в папке /web запускаем web ...
-
nb-adaboost
Naive Bayes with Adaboost
nbadaboost
==========
Implementation of Naive Bayes classification with Adaboost.
-