Decision Tree Learning
This talk is based on
Tom M. Mitchell.
Machine Learning.
McGraw Hill. 1997. Chapter 3.
and his
slides
.
1
Introduction
1.1
Uses
2
Representation
3
When to Consider Decision Trees
4
Building a Decision Tree
4.1
Choosing the Best Attribute
4.2
Entropy
4.3
Entropy as Encoding Length
4.4
Non Boolean Entropy
4.5
Information Gain
4.6
ID3
4.7
ID3 Example
5
Hypothesis Space Search by ID3
6
Inductive Bias
6.1
Restriction and Preference Biases
6.2
Occam's Razor
7
Issues in Decision Tree Learning
7.1
Overfitting
7.1.1
Dealing With Overfitting
7.1.2
Reduced-Error Pruning
7.1.3
Rule Post-Pruning
7.2
Continuous-Valued Attributes
7.3
Attributes with Many Values
7.4
Unknown Attribute Values
7.5
Attributes With Costs
Entire Presentation with Notes
Copyright © 2009
José M. Vidal
.
All rights reserved.
22 January 2003, 07:51AM