I designed a neural network for binary classification in MATLAB R2015a. Now I want these results:
* What are differences between two classes? How system detects a sample is from class 1 or 2? For example some if,then functions or some ranges. Something which can help user to have clearer view of the results. For example neural network found that a sample is from class 1. I should say in report that what are differences between in this sample and other samples (class 2) for this results (based on neural network inputs). I know this is a black box but I need more results. I'm checking the trained system using out-of-sample data.
* I want know the effects of inputs on output. Which input (feature) is more important (has higher weight) on output of trained neural network.
Thanks.