Hello dear experts;
I'm going to implement the ABC algorithm in order to optimize the performance of a trained MLP neural network.
Now the point is that ABC algorithm tries to minimize the MSE error during a descending way. Right, but how can I get its outputs (produced for each data) to be compared with the MLP outputs?
What is the outcome of this algorithm? Does it produce just the amended weights and biases?
I'm so thankful for your responds.