Information AboutId3 Algorithm |
| CATEGORIES ABOUT ID3 ALGORITHM | |
| trees structure | |
| machine learning | |
| decision theory | |
| classification algorithms | |
| knowledge discovery in databases | |
|
The algorithm is based on . Occam's razor is formalized using the concept of Information Entropy : : The ID3 algorithm can be summarized as follows: # Take all unused attributes and count their entropy concerning test samples # Choose attribute for which entropy is minimum # Make node containing that attribute An explanation of the implementation of ID3 can be found at C4.5 Algorithm , which is an extended version of ID3. ALGORITHM The actual algorithm is as follows: ID3 (Examples, Target_Attribute, Attributes)
EXTERNAL LINKS
SEE ALSO REFERENCES
|
|
|