Question

I came across the data mining technique AdaBoost but i can not find much information regarding how it works or any examples i can go through, can someone please shed some light in this area?

Also i would like to give prediction and exploration of data a try, does anyone have any examples?

Was it helpful?

Solution

This tutorial explains the idea very well. At the end of the tutorial, in section Problems, item 4 points you to a simple classification problem which you can try, and item 5 points you to the code of the implementation of the Viola-Jones algorithm in the OpenCV library. Its object detection framework employs a variant of the AdaBoost to both select the best features and to train classifiers that use them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top