Download presentation
Presentation is loading. Please wait.
Published byTheodora Hutchinson Modified over 9 years ago
1
ID3 Algorithm Amrit Gurung
2
Classification Library System Organise according to special characteristics Faster retrieval New items sorted easily Related items clustered together
3
ID3 Algorithm Ross Quinlan Mathematical algorithm Decision tree Fixed examples Entropy Gain
4
ID3 Algorithm Entropy (randomness) Entropy(S) = S -p(I) log2 p(I) Range 0-1 Gain: Attribute property Gain(S, A) = Entropy(S) - S ((|S v | / |S|) * Entropy(S v ))
5
ID3 Algorithm Example NameHairHeightWeightLotionResult Sarahblondeaveragelightnosunburned Danablondetallaverageyesnone Alexbrownshortaverageyesnone Annieblondeshortaveragenosunburned Emilyredaverageheavynosunburned Petebrowntallheavynonone Johnbrownaverageheavynonone Katieblondeshortlightyesnone
6
ID3 Algorithm Example AttributeEntropy Hair Color0.50 Height0.69 Weight0.94 Lotion0.61
7
ID3 Algorithm Example AttributeEntropy Height0.50 Weight1.00 Lotion0.00
8
Limitations of ID3 Algorithm Considers only one attribute to create nodes Numerous trees needed for continuous data Over classification for small data
9
ID3 Algorithm Advantages Predict new data Training set is used to create rules for predicting
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.