I've demonstrated the working of the decision tree-based ID3 algorithm. Use an appropriate data set for building the decision tree and apply this knowledge to classify a new sample. All the steps have been explained in detail with graphics for better understanding.
Python 3 implementation of decision trees using the ID3 and C4.5 algorithms. ID3 uses Information Gain as the splitting criteria and C4.5 uses Gain Ratio
Webapp para classificar comentários (positivos, negativos e neutros) advindos do Facebook usando Natural Language Toolkit (NLTK) + Django e Bootstrap na interface Web.
Generates and visualizes a decision tree model using a training data set by using the ID3 algorithm. Able to test accuracy of the model using test data set. Pruning and gain ratio feature included.
A program to demonstrate the working of the decision tree based ID3 algorithm,Using an appropriate data set for building the decision tree and applying this knowledge to classify a new sample.