I have 6 parameters each a row matrix of dimension 1 x 5, now i want to consider these as inputs and define 2 outputs. For each parameter i want to set a cut-off and give the appropriate rules to get classified into either of the two outputs. After feeding in the neural network and training it, how to given a new unknown input (i.e. all 6 parameters) and it should be classified into either of the one category. How to design and do this ? My problem case is somewhat similar to the breast-cancer example in the matlab neural network toolbox examples.

Similar questions and discussions