弱分类器 Resources

Showing items tagged with "弱分类器"

Adaboost source code - Adaboost is an iterative algorithm that trains multiple classifiers (weak learners) on the same training dataset and combines them to form a more powerful final classifier (strong learner). The algorithm implementation typically involves weighted training instances and sequential classifier training with error-based weight adjustments.

MATLAB 235 views Tagged

Implementation of Adaboost algorithm for video tracking with automatic weak classifier updates. The system requires manual object definition by users (no automated recognition). The tracker handles diverse object types without constraints on size or shape assumptions, utilizing adaptive feature selection and classifier weighting mechanisms.

MATLAB 234 views Tagged