Dogggg / accord

Automatically exported from code.google.com/p/accord
0 stars 0 forks source link

Implement boosting learning algorithms such as AdaBoost #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be interesting to have implementations of the AdaBoost learning 
algorithm, specially if it could be used to learn Haar Cascade Classifiers 
which could be used in the Vision namespace.

Original issue reported on code.google.com by cesarso...@gmail.com on 19 Dec 2012 at 12:05

GoogleCodeExporter commented 8 years ago
AdaBoost with stump based classifier.
Interactive demo is included.

Should be added as experimental class since some things are missing (e.g. 
serialization).

Original comment by darko.ju...@gmail.com on 10 Apr 2013 at 9:11

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Darko!

Amazing! I always wanted to have an Adaboost implementation in the framework. 
Can I start incorporating it for a future release? Can you confirm if you allow 
me to reuse your work under the LGPL?

Many, many thanks for the contribution!

Original comment by cesarso...@gmail.com on 10 Apr 2013 at 10:44

GoogleCodeExporter commented 8 years ago
Of course I allow You, but please have in mind that some things are missing 
(e.g. serialization, maybe cascade support ?)

Original comment by darko.ju...@gmail.com on 11 Apr 2013 at 7:08

GoogleCodeExporter commented 8 years ago
Initial boosting namespace added on 2.9.0. We can start improving it later :-) 
thanks!

Original comment by cesarso...@gmail.com on 20 Apr 2013 at 5:28