How to do multi-class and for several target variables with neural network?
I would like to do classification using Neural Network. I have several features that are mostly categorical and multiple targets (15 targets) that are also categorical. each feature and target variable has more than 2 classes so it is not a binary classification and not a single target problem. What is a suitable model for my problem?