Decision tree learning algorithms

This work is about analyzing decision tree algorithms and visualizing what is learnt as well as how the learning is done.


poster
Poster

This work is about analyzing decision tree algorithms and visualizing what is learnt as well as how the learning is done. After these analysis, a new model named Nested Decision Tree which composes classical decision trees with the soft decision tree model is proposed. C4.5, Linear Support Vector Machine, Multilayer Perceptron, Soft Decision Tree, Budding Tree and Nested Decision Tree are all implemented and studied.