235 Views
AdaBoost - for "Adaptative Boosting" - is a machine learning classifier, an algorithm that learns how to recognize two classes from a set of examples. This post briefly explains the logic behind the algorithm, and presents a small F# implementation.
0 comments