An algorithm can be transparent only if its decisions can be read and understood by people clearly. Even though deep … More
Tag: decision tree
A Step By Step C4.5 Decision Tree Example
Decision trees are still hot topics nowadays in data science world. Here, ID3 is the most common conventional decision tree algorithm … More
A Step by Step ID3 Decision Tree Example
Decision tree algorithms transfom raw data to rule based decision making trees. Herein, ID3 is one of the most common … More
How Random Forests Can Keep You From Decision Tree
Life cycle of a tree begins with a seed. Then seed grows and becomes a young plant. Young plant is … More
Transparency in AI
Until now, authorities describe machine learning algorithms based on the learning style which are supervised or unsupervised. Rob Walker brings … More