My requirement is to build a neural network for a tree represented model. First I will carry out the pattern identification for the class labels using a tree model(See the attached media for example) and then I will build a neural network for that. Python is my programming medium. I found it can be done using Soft decision trees in python but the there is not a clear picture. Can anyone help me out?

Similar questions and discussions