lazy bayesian rules: a lazy semi-naïve bayesian learning technique competitive to boosting...

10
Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision Trees Zijian Zheng, Geoffrey I. Webb, Kai Ming Ting Deakin University Victoria Australia Appeared in ICML ‘99

Upload: abigail-lane

Post on 20-Jan-2018

227 views

Category:

Documents


0 download

DESCRIPTION

Naïve Bayesian Tree Each tree node is a naïve bayes classifier

TRANSCRIPT

Page 1: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…

Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to

Boosting Decision Trees

Zijian Zheng, Geoffrey I. Webb, Kai Ming TingDeakin UniversityVictoria Australia

Appeared in ICML ‘99

Page 2: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…

Paper Overview

• Description of LBR, Adaboost and Bagging• Experimental Comparison of algorithms

Page 3: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…

Naïve Bayesian Tree

• Each tree node is a naïve bayes classifier

Page 4: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…

Lazy Bayesian Rules

• Build a special purpose bayesian classifier based on the example to classify

• greedily choose which attributes to remain constant and which should vary

Page 5: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…
Page 6: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…

Boosting / Bagging

• Adaboost– train on examples– evaluate performance– re-train new classifier with weighted examples– repeat– when classifying, vote according to weights

• Bagging– train many times on samples drawn with replacement– when classifying, vote equally

Page 7: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…
Page 8: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…
Page 9: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…
Page 10: Lazy Bayesian Rules: A Lazy Semi-Naïve Bayesian Learning Technique Competitive to Boosting Decision…