Vikramank / Deep-Learning-

Deep learning algorithms written in TensorFlow
MIT License
46 stars 86 forks source link

Decision Tree - Iris data classification.ipynb #2

Open itsergiu opened 6 years ago

itsergiu commented 6 years ago

Can you help with a Decision Tree as asked bellow? https://stackoverflow.com/questions/47203550/tensorflow-print-decision-tree

Vikramank commented 6 years ago

Hi, could you explain more in detail what you are trying to accomplish?

itsergiu commented 6 years ago

Hi, I practiced a bit of Tensorflow with your example Iris data classification.ipynb. I want to print with Tensorflow hierarchically Decision Tree similar to sklearn.tree.export_graphviz. There are working examples with sklearn at: https://chrisalbon.com/machine-learning/visualize_a_decision_tree.html https://pythonprogramminglanguage.com/decision-tree-visual-example/ By getting the tree one can visualize the entire prediction and understand it better. Can you add to your Ttensorflow Iris ipynb example the tree visualizing?