paper-with-me

Papers

Empirical Analysis of the AdaBoost's Error Bound

2023-02-02 · Arman Bolatov, Kaisar Dauletbek

Understanding the accuracy limits of machine learning algorithms is essential for data scientists to properly measure performance so they can continually improve their models' predictive capabilities. This study empirically verified the error bound of the AdaBoost algorithm for both synthetic and real-world data. The results show that the error bound holds up in practice, demonstrating its efficiency and importance to a variety of applications. The corresponding source code is available at https://github.com/armanbolatov/adaboost_error_bound.

📄 PDF Abstract BibTeX arXiv:2302.00880

Code (1)

armanbolatov/adaboost_error_bound 공식 구현

Similar Papers 제목 키워드 기반

Some Open Problems in Optimal AdaBoost and Decision Stumps

2015-05-26 · Joshua Belanich, Luis E. Ortiz

The significance of the study of the theoretical and practical properties of AdaBoost is unquestionable, given its simplicity, wide practical use, and effectiveness on real-world datasets. Here we present a few open prob…

Binary Classification

Tight Generalization Bound for AdaBoost

2026-07-29 · Mikael Møller Høgsgaard arxiv

In this paper we show that the generalization error of AdaBoost is $Θ\big(\tfrac{d\ln(nγ^{2}/d)}{nγ^2}+\tfrac{\ln(1/δ)}{n}\big)$, where $γ$ is the advantage guaranteed by the weak learner, $d$ is the VC-dimension of the …

On the Doubt about Margin Explanation of Boosting

2010-09-19 · Wei Gao, Zhi-Hua Zhou

Margin theory provides one of the most popular explanations to the success of \texttt{AdaBoost}, where the central point lies in the recognition that \textit{margin} is the key for characterizing the performance of \text…

On the Convergence Properties of Optimal AdaBoost

2012-12-05 · Joshua Belanich, Luis E. Ortiz

AdaBoost is one of the most popular ML algorithms. It is simple to implement and often found very effective by practitioners, while still being mathematically elegant and theoretically sound. AdaBoost's interesting behav…

BIG-bench Machine Learning

The Success of AdaBoost and Its Application in Portfolio Management

2021-03-23 · Yijian Chuan, Chaoyi Zhao, Zhenrui He, Lan Wu

We develop a novel approach to explain why AdaBoost is a successful classifier. By introducing a measure of the influence of the noise points (ION) in the training data for the binary classification problem, we prove tha…

Binary ClassificationManagement