Skip to content

An empirical verification of the theoretical error bound of the AdaBoost algorithm

License

Notifications You must be signed in to change notification settings

armanbolatov/adaboost_error_bound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empirical Analysis of Boosting Error Bound

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.

Repository Map

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.

Citation

@inproceedings{inproceedings,
  author={Arman Bolatov, Kaisar Dauletbek},
  title={{Empirical Analysis of Boosting Error Bound}},
  year=2023,
}

License: MIT

About

An empirical verification of the theoretical error bound of the AdaBoost algorithm

Resources

License

Stars

Watchers

Forks