This is a repository for the report on the AdaBoost algorithm's error bound. We provide an empirical verification of the theoretical error bound of the algorithm, by testing it on synthetic and real data. We conclude that the bound holds in both cases.
data
— Values we obtained throughout the experiments.
figs
— Figures we present in the manuscript.
synthetic.ipynb
— Experiments on synthetic data.
real_d.ipynb
, real_m.ipynb
— Experiments on real data. The dataset we used can be found here.
manuscript.pdf
— The manuscript itself.
@inproceedings{inproceedings,
author={Arman Bolatov, Kaisar Dauletbek},
title={{Empirical Analysis of Boosting Error Bound}},
year=2023,
}