Idea and Implementation / Boosting
Boosting Boosting is also a general approach that can be applied to many statistical methods. Unlike bagging, boosting use the same dataset. Boosting works o...
Boosting Boosting is also a general approach that can be applied to many statistical methods. Unlike bagging, boosting use the same dataset. Boosting works o...
Random Forest
Bagging, random forest, and boosting are statistical approach to further enhance already available algorithms. They all seem to deal with multiple training o...
Multinomial naive bayes is the naive Bayes algorithm for multinomially distributed data. For a brief and intuitive explanation of Bayes theorem, read this ke...
Bayes Theroem Any naive bayes approach including Gaussian Naive Bayes depends on the Bayes Theorem. Bayes theorem gives us the probability of an event, given...