AdaBoost technique follows a decision tree model with a depth equal to one. AdaBoost is nothing but the forest of stumps rather than trees. AdaBoost works by putting more weight on difficult to classify instances and less on those already handled well. AdaBoost algorithm is developed to solve both classification and regression problem. Learn to build the algorithm from scratch here.
Check out the full article at KDNuggets.com website
Implementing the AdaBoost Algorithm From Scratch
Check out the full article at KDNuggets.com website
Implementing the AdaBoost Algorithm From Scratch
Comments
Post a Comment