0
kicks
AdaBoost machine learning classifier in F#
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.