I am trying to classify my data into two groups with ANN. There are two inputs and the output is 0 or 1. I use MLP with backpropogation. The net does not learn well and so can not classify well. Do you have any suggestions about the activation functions, network structure, etc. for classification?

Similar questions and discussions