Demisew Presentation 1
Demisew Presentation 1
College Of Informatics
Department of Information Technology
Machine Learning(IT-5142)
Paper Presentation On
“An Improved ID3 Decision Tree Algorithm ”
Author:- Xiaojuan Chen1, a, Zhigang Zhang1, b, Yue Tong1
Year of Publication:- © 2019 The Authors. Published by Elsevier B.V.
Presented by:- Demisew Debisa
Summited to:- Dr. Beakal Gizachew Assefa(PHD)
April-25/2021, Bule Hora Ethiopia
1
This
Presentation
1 Slide
Includes…
2
1. Introduction
2. ID3 Algorithm
3 3. Improved ID3 Algorithm
4. Conclusion
5. Future Works
4
5
1. Introduction
Example:-
ID3 Algorithm…
Information Gain
Is used as an attribute selection measure
Pick the attribute that has the highest information Gain
Customer database of some shopping mall is shown in table 1(a training sample set).The
decision attribute named “Buy-computer” which can take two different values: buying-
computer or not buying-computer.
Example …
Class P: buys_computer=“yes”
Class N: buys_computer=“no”
According to ID3 formula(1), Compute the Entropy(S):
Entropy(S)= 9/14log2(9/14)-5/14log2(5/14)=0.940
Then information Gain of each condition attribute is:
Let us start with the attribute age
Gain( age, S)=Entropy(S) –
=0.246
Example …
Now we use the improved ID3 algorithm to apply to this database. By formula (4), the
relevance between condition attributes and decision attributes can be got.
Improved ID3 Algorithm (AFI-ID3) …
Future research can examine how these improved algorithms have been applied
in real world scenarios and their adoption by researchers.
Currently, it seems the improved algorithms are isolated and their usefulness
outside the research community cannot be ascertained.
Furthermore, little research has been done on the use of evolutionary
algorithms for optimal feature selection, further work needs to be done in this
area as proper feature selection in large datasets can significantly improve the
performance of the algorithms.