05 May 2014 4 3K Report

We suppose have a multi objective problem, with two objectives subject to minimized,

F=MIN(Sum(w1*F1, w2*F2)).

If I want to resolve this problem with neural network NN, the size of the input layer of NN would be equal to the number of attributes, so I suppose that the output layer should be equal to the number of objectives to minimize? Is this right?

So the important question is how to decide, from the output of the NN that one solution is the chosen one? And the output of the NN will be what exactly? I mean for the forecasting problem we will get a value of the prediction, for a classification purposes we will get an attribution of inputs to a classes and for this problem the result would be what?

Similar questions and discussions